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
|
```ruby
|
||||||
require 'ruby-holidayapi'
|
require 'ruby-holidayapi'
|
||||||
|
|
||||||
hapi = Holiday::V1.new('_YOUR_API_KEY_')
|
hapi = HolidayAPI::V1.new('_YOUR_API_KEY_')
|
||||||
|
|
||||||
parameters = {
|
parameters = {
|
||||||
# Required
|
# Required
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'ruby-holidayapi'
|
s.name = 'ruby-holidayapi'
|
||||||
s.version = '1.0.0'
|
s.version = '1.0.1'
|
||||||
s.date = '2016-08-30'
|
s.date = '2016-08-30'
|
||||||
s.summary = 'Official Ruby library for Holiday API'
|
s.summary = 'Official Ruby library for Holiday API'
|
||||||
s.description = '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