citygrid_api 0.0.23 → 0.0.24

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 CHANGED
@@ -1 +1 @@
1
- 0.0.23
1
+ 0.0.24
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.23"
8
+ s.version = "0.0.24"
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 = "2013-01-16"
12
+ s.date = "2013-01-17"
13
13
  s.description = "Ruby wrapper for CityGrid APIs"
14
14
  s.email = "fu7iin@gmail.com"
15
15
  s.extra_rdoc_files = [
@@ -14,7 +14,9 @@ class CityGrid
14
14
 
15
15
  define_action :daily, :post, "campaign/daily", :auth_token => true, :format => false
16
16
  define_action :actions, :post, "campaign/actions", :auth_token => true, :format => false
17
+ define_action :places_daily, :post, "places/daily", :auth_token => true, :format => false
18
+ define_action :places_actions, :post, "places/actions", :auth_token => true, :format => false
17
19
  end
18
20
  end
19
21
  end
20
- end
22
+ end
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.23
5
+ version: 0.0.24
6
6
  platform: ruby
7
7
  authors:
8
8
  - Elpizo Choi
@@ -10,7 +10,8 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-01-16 00:00:00 Z
13
+ date: 2013-01-17 00:00:00 +05:30
14
+ default_executable:
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: httparty
@@ -272,6 +273,7 @@ files:
272
273
  - views/_test_result.haml
273
274
  - views/stylesheets/test.scss
274
275
  - views/test.haml
276
+ has_rdoc: true
275
277
  homepage:
276
278
  licenses:
277
279
  - MIT
@@ -295,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
295
297
  requirements: []
296
298
 
297
299
  rubyforge_project:
298
- rubygems_version: 1.8.16
300
+ rubygems_version: 1.6.2
299
301
  signing_key:
300
302
  specification_version: 3
301
303
  summary: Ruby wrapper for CityGrid APIs