Ruby library

This commit is contained in:
Josh Sherman 2016-08-30 23:49:50 -05:00
parent 9642005814
commit 6d95a482ec
4 changed files with 57 additions and 3 deletions

13
ruby-holidayapi.gemspec Normal file
View 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