location-one 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- location-one (0.0.6)
4
+ location-one (0.0.8)
5
5
  geocoder (~> 1.1)
6
- httpclient (~> 2.2)
6
+ httpclient (= 2.2.7)
7
7
  json
8
8
 
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- geocoder (1.1.3)
12
+ geocoder (1.1.4)
13
13
  httpclient (2.2.7)
14
14
  json (1.7.5)
15
15
 
@@ -1,3 +1,3 @@
1
1
  module LocationOne
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -17,6 +17,6 @@ Gem::Specification.new do |s|
17
17
 
18
18
  s.add_dependency( "geocoder","~>1.1")
19
19
  s.add_dependency( "json" )
20
- s.add_dependency( "httpclient","~> 2.2")
20
+ s.add_dependency( "httpclient","2.2.7")
21
21
 
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: location-one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-16 00:00:00.000000000 Z
12
+ date: 2012-10-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: geocoder
@@ -48,17 +48,17 @@ dependencies:
48
48
  requirement: !ruby/object:Gem::Requirement
49
49
  none: false
50
50
  requirements:
51
- - - ~>
51
+ - - '='
52
52
  - !ruby/object:Gem::Version
53
- version: '2.2'
53
+ version: 2.2.7
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  none: false
58
58
  requirements:
59
- - - ~>
59
+ - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: '2.2'
61
+ version: 2.2.7
62
62
  description: Location Simulation Client for Calabash and Frank backends.
63
63
  email:
64
64
  - karl@lesspainful.com