thinknear 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.14
1
+ 0.0.15
@@ -49,11 +49,11 @@ module ThinkNear
49
49
  end
50
50
 
51
51
  def save_offer(offer_id, email, app_id)
52
- endpoint_url("offers/#{offer_id}/save", {:email => CGI.escape(email)}.merge(app_id_hash(app_id)))
52
+ endpoint_url("offers/#{offer_id}/save", {:email => email}.merge(app_id_hash(app_id)))
53
53
  end
54
54
 
55
55
  def feed(city)
56
- endpoint_url('feeds', {:city => CGI.escape(city)}.merge(app_id_hash(app_id)), 'rss')
56
+ endpoint_url('feeds', {:city => city}.merge(app_id_hash(app_id)), 'rss')
57
57
  end
58
58
 
59
59
  def endpoint_url(path, params = {}, format = 'json', version = API_VERSION)
data/thinknear.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{thinknear}
8
- s.version = "0.0.14"
8
+ s.version = "0.0.15"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["John Hinnegan", "Denis Barushev"]
12
- s.date = %q{2011-07-22}
12
+ s.date = %q{2011-07-23}
13
13
  s.email = %q{john@thinknear.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE.txt",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: thinknear
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.14
5
+ version: 0.0.15
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Hinnegan
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-07-22 00:00:00 -07:00
14
+ date: 2011-07-23 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -151,7 +151,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
151
151
  requirements:
152
152
  - - ">="
153
153
  - !ruby/object:Gem::Version
154
- hash: 3058831378230154466
154
+ hash: 698285432775361293
155
155
  segments:
156
156
  - 0
157
157
  version: "0"