mirror of
https://github.com/holidayapi/holidayapi-ruby.git
synced 2025-06-21 12:36:34 +00:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
e8fde66cef | ||
|
3039177c42 | ||
|
2156f4b2cc |
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ gem install ruby-holidayapi
|
|||
```ruby
|
||||
require 'ruby-holidayapi'
|
||||
|
||||
hapi = Holiday::V1.new('_YOUR_API_KEY_')
|
||||
hapi = HolidayAPI::V1.new('_YOUR_API_KEY_')
|
||||
|
||||
parameters = {
|
||||
# Required
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'ruby-holidayapi'
|
||||
s.version = '1.0.0'
|
||||
s.version = '1.0.1'
|
||||
s.date = '2016-08-30'
|
||||
s.summary = 'Official Ruby library for Holiday API'
|
||||
s.description = 'Official Ruby library for Holiday API'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue