mirror of
https://github.com/holidayapi/holidayapi-ruby.git
synced 2025-06-21 04:26:33 +00:00
13 lines
432 B
Ruby
13 lines
432 B
Ruby
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
|
|
|