citygrid_api 0.0.16 → 0.0.17
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/VERSION +1 -1
- data/citygrid_api.gemspec +4 -3
- data/lib/citygrid/api/content/profile_internal.rb +9 -0
- metadata +4 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.17
|
data/citygrid_api.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "citygrid_api"
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.17"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Elpizo Choi"]
|
12
|
-
s.date = "2012-
|
12
|
+
s.date = "2012-08-29"
|
13
13
|
s.description = "Ruby wrapper for CityGrid APIs"
|
14
14
|
s.email = "fu7iin@gmail.com"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -103,6 +103,7 @@ Gem::Specification.new do |s|
|
|
103
103
|
"lib/citygrid/api/content.rb",
|
104
104
|
"lib/citygrid/api/content/offers.rb",
|
105
105
|
"lib/citygrid/api/content/places.rb",
|
106
|
+
"lib/citygrid/api/content/profile_internal.rb",
|
106
107
|
"lib/citygrid/api/content/response.rb",
|
107
108
|
"lib/citygrid/api/content/reviews.rb",
|
108
109
|
"lib/citygrid/api/mutable.rb",
|
@@ -166,7 +167,7 @@ Gem::Specification.new do |s|
|
|
166
167
|
]
|
167
168
|
s.licenses = ["MIT"]
|
168
169
|
s.require_paths = ["lib"]
|
169
|
-
s.rubygems_version = "1.8.
|
170
|
+
s.rubygems_version = "1.8.24"
|
170
171
|
s.summary = "Ruby wrapper for CityGrid APIs"
|
171
172
|
|
172
173
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: citygrid_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.17
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Elpizo Choi
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-
|
13
|
+
date: 2012-08-29 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: httparty
|
@@ -196,6 +196,7 @@ files:
|
|
196
196
|
- lib/citygrid/api/content.rb
|
197
197
|
- lib/citygrid/api/content/offers.rb
|
198
198
|
- lib/citygrid/api/content/places.rb
|
199
|
+
- lib/citygrid/api/content/profile_internal.rb
|
199
200
|
- lib/citygrid/api/content/response.rb
|
200
201
|
- lib/citygrid/api/content/reviews.rb
|
201
202
|
- lib/citygrid/api/mutable.rb
|
@@ -279,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
279
280
|
requirements: []
|
280
281
|
|
281
282
|
rubyforge_project:
|
282
|
-
rubygems_version: 1.8.
|
283
|
+
rubygems_version: 1.8.24
|
283
284
|
signing_key:
|
284
285
|
specification_version: 3
|
285
286
|
summary: Ruby wrapper for CityGrid APIs
|