mirror of
https://github.com/holidayapi/holidayapi-ruby.git
synced 2025-06-21 04:26:33 +00:00
Ruby library
This commit is contained in:
parent
9642005814
commit
6d95a482ec
4 changed files with 57 additions and 3 deletions
13
ruby-holidayapi.gemspec
Normal file
13
ruby-holidayapi.gemspec
Normal file
|
@ -0,0 +1,13 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'ruby-holidayapi'
|
||||
s.version = '1.0.0'
|
||||
s.date = '2016-08-30'
|
||||
s.summary = 'Official Ruby library for Holiday API'
|
||||
s.description = 'Official Ruby library for Holiday API'
|
||||
s.authors = ['Josh Sherman']
|
||||
s.email = 'hello@holidayapi.com'
|
||||
s.files = ['lib/ruby-holidayapi.rb']
|
||||
s.homepage = 'https://holidayapi.com'
|
||||
s.license = 'MIT'
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue