hungrytable 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/hungrytable.gemspec +2 -2
- data/lib/hungrytable/version.rb +1 -1
- metadata +5 -3
data/hungrytable.gemspec
CHANGED
|
@@ -5,8 +5,8 @@ require "hungrytable/version"
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = "hungrytable"
|
|
7
7
|
s.version = Hungrytable::VERSION
|
|
8
|
-
s.authors = ["David Chapman"]
|
|
9
|
-
s.email = ["david@isotope11.com"]
|
|
8
|
+
s.authors = ["David Chapman", "Nicholas Fine"]
|
|
9
|
+
s.email = ["david@isotope11.com", 'nick@ndfine.com']
|
|
10
10
|
s.homepage = "http://www.isotope11.com/"
|
|
11
11
|
s.summary = %q{Gem to interact with OpenTable's REST API}
|
|
12
12
|
s.description = %q{Gem to interact with OpenTable's REST API}
|
data/lib/hungrytable/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hungrytable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- David Chapman
|
|
9
|
+
- Nicholas Fine
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -174,6 +175,7 @@ dependencies:
|
|
|
174
175
|
description: Gem to interact with OpenTable's REST API
|
|
175
176
|
email:
|
|
176
177
|
- david@isotope11.com
|
|
178
|
+
- nick@ndfine.com
|
|
177
179
|
executables: []
|
|
178
180
|
extensions: []
|
|
179
181
|
extra_rdoc_files: []
|
|
@@ -230,7 +232,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
230
232
|
version: '0'
|
|
231
233
|
segments:
|
|
232
234
|
- 0
|
|
233
|
-
hash:
|
|
235
|
+
hash: 2701762326058781578
|
|
234
236
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
235
237
|
none: false
|
|
236
238
|
requirements:
|
|
@@ -239,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
239
241
|
version: '0'
|
|
240
242
|
segments:
|
|
241
243
|
- 0
|
|
242
|
-
hash:
|
|
244
|
+
hash: 2701762326058781578
|
|
243
245
|
requirements: []
|
|
244
246
|
rubyforge_project: hungrytable
|
|
245
247
|
rubygems_version: 1.8.24
|