azimuth 1.0.3 → 1.0.4

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8a2fe8b3cb221300fe025c770eb9529a8a5bf752
4
+ data.tar.gz: 3126df9f01a6a6334ea28574ac2273de40396ec3
5
+ SHA512:
6
+ metadata.gz: 6133c8fd1df3196277286112b44a3c3bf17cbe8c2e8114cd1bd2e535eba9ecaffa50f7e4d13426c1618d9eeb3f95cc5dbecbbfb480702162cf6f34c42eca3708
7
+ data.tar.gz: 2226a67c7ae3cbef8a979fcc4508757a5281c0ca5202a9f4e20b558a54e5a75759874388a06cae9519b2234ad64f2236bf07c3d66390f21dc72c492fabcd68b5
@@ -22,10 +22,9 @@ Gem::Specification.new do |gem|
22
22
  gem.require_paths = ['lib']
23
23
  gem.test_files = Dir.glob('spec/**/*')
24
24
 
25
- gem.add_development_dependency 'bundler', '~> 1.0'
26
25
  gem.add_dependency 'faraday', '~> 0.8.9'
27
26
  gem.add_dependency 'faraday_middleware', '~> 0.9.0'
28
27
  gem.add_dependency 'hashie', '~>2.0.5'
29
28
  gem.add_dependency 'json', '~>1.8.1'
30
- gem.add_dependency 'multi_json', '~>1.8.4'
29
+ gem.add_dependency 'multi_json', '~>1.9.2'
31
30
  end
@@ -1,5 +1,5 @@
1
1
  module Azimuth
2
2
  # Current version
3
3
  # @return [String]
4
- VERSION = '1.0.3'.freeze
4
+ VERSION = '1.0.4'.freeze
5
5
  end
metadata CHANGED
@@ -1,112 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azimuth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
5
- prerelease:
4
+ version: 1.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Aylic Petit
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-01-20 00:00:00.000000000 Z
11
+ date: 2014-04-03 00:00:00.000000000 Z
13
12
  dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: bundler
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ~>
20
- - !ruby/object:Gem::Version
21
- version: '1.0'
22
- type: :development
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: '1.0'
30
13
  - !ruby/object:Gem::Dependency
31
14
  name: faraday
32
15
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
16
  requirements:
35
- - - ~>
17
+ - - "~>"
36
18
  - !ruby/object:Gem::Version
37
19
  version: 0.8.9
38
20
  type: :runtime
39
21
  prerelease: false
40
22
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
23
  requirements:
43
- - - ~>
24
+ - - "~>"
44
25
  - !ruby/object:Gem::Version
45
26
  version: 0.8.9
46
27
  - !ruby/object:Gem::Dependency
47
28
  name: faraday_middleware
48
29
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
30
  requirements:
51
- - - ~>
31
+ - - "~>"
52
32
  - !ruby/object:Gem::Version
53
33
  version: 0.9.0
54
34
  type: :runtime
55
35
  prerelease: false
56
36
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
37
  requirements:
59
- - - ~>
38
+ - - "~>"
60
39
  - !ruby/object:Gem::Version
61
40
  version: 0.9.0
62
41
  - !ruby/object:Gem::Dependency
63
42
  name: hashie
64
43
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
44
  requirements:
67
- - - ~>
45
+ - - "~>"
68
46
  - !ruby/object:Gem::Version
69
47
  version: 2.0.5
70
48
  type: :runtime
71
49
  prerelease: false
72
50
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
51
  requirements:
75
- - - ~>
52
+ - - "~>"
76
53
  - !ruby/object:Gem::Version
77
54
  version: 2.0.5
78
55
  - !ruby/object:Gem::Dependency
79
56
  name: json
80
57
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
58
  requirements:
83
- - - ~>
59
+ - - "~>"
84
60
  - !ruby/object:Gem::Version
85
61
  version: 1.8.1
86
62
  type: :runtime
87
63
  prerelease: false
88
64
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
65
  requirements:
91
- - - ~>
66
+ - - "~>"
92
67
  - !ruby/object:Gem::Version
93
68
  version: 1.8.1
94
69
  - !ruby/object:Gem::Dependency
95
70
  name: multi_json
96
71
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
72
  requirements:
99
- - - ~>
73
+ - - "~>"
100
74
  - !ruby/object:Gem::Version
101
- version: 1.8.4
75
+ version: 1.9.2
102
76
  type: :runtime
103
77
  prerelease: false
104
78
  version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
79
  requirements:
107
- - - ~>
80
+ - - "~>"
108
81
  - !ruby/object:Gem::Version
109
- version: 1.8.4
82
+ version: 1.9.2
110
83
  description: Simple Ruby wrapper for the MapQuest Direction API.
111
84
  email:
112
85
  - sush@users.noreply.github.com
@@ -114,29 +87,21 @@ executables: []
114
87
  extensions: []
115
88
  extra_rdoc_files: []
116
89
  files:
117
- - .yardopts
90
+ - ".yardopts"
91
+ - CONTRIBUTING.md
118
92
  - LICENSE
119
93
  - README.md
120
- - CONTRIBUTING.md
121
94
  - Rakefile
122
95
  - azimuth.gemspec
123
- - spec/lib/azimuth/client/route_matrix_spec.rb
124
- - spec/lib/azimuth/client_spec.rb
125
- - spec/lib/azimuth/request_spec.rb
126
- - spec/lib/azimuth_spec.rb
127
- - spec/lib/core_ext/hash_spec.rb
128
- - spec/spec_helper.rb
129
- - spec/support/shared_examples/error.rb
130
- - spec/support/shared_examples/route_matrix_request.rb
131
- - lib/azimuth/client/route_matrix.rb
96
+ - lib/azimuth.rb
132
97
  - lib/azimuth/client.rb
98
+ - lib/azimuth/client/route_matrix.rb
133
99
  - lib/azimuth/configuration.rb
134
100
  - lib/azimuth/connection.rb
135
101
  - lib/azimuth/error.rb
136
102
  - lib/azimuth/request.rb
137
103
  - lib/azimuth/response/raise_error.rb
138
104
  - lib/azimuth/version.rb
139
- - lib/azimuth.rb
140
105
  - lib/core_ext/hash.rb
141
106
  - spec/cassettes/Azimuth_Client_RouteMatrix/_route_matrix/behaves_like_a_route_matrix_request/returns_locations_coordinates.yml
142
107
  - spec/cassettes/Azimuth_Client_RouteMatrix/_route_matrix/behaves_like_a_route_matrix_request/returns_locations_distances_to_destination.yml
@@ -144,33 +109,37 @@ files:
144
109
  - spec/cassettes/Azimuth_Client_RouteMatrix/_route_matrix/with_all_to_all_options/it_returns_destination_informations.yml
145
110
  - spec/cassettes/Azimuth_Client_RouteMatrix/_route_matrix/with_many_to_one_options/does_not_return_destination_informations.yml
146
111
  - spec/cassettes/Azimuth_Client_RouteMatrix/_route_matrix/with_no_optionnal_options/does_not_return_destination_informations.yml
112
+ - spec/lib/azimuth/client/route_matrix_spec.rb
113
+ - spec/lib/azimuth/client_spec.rb
114
+ - spec/lib/azimuth/request_spec.rb
115
+ - spec/lib/azimuth_spec.rb
116
+ - spec/lib/core_ext/hash_spec.rb
117
+ - spec/spec_helper.rb
118
+ - spec/support/shared_examples/error.rb
119
+ - spec/support/shared_examples/route_matrix_request.rb
147
120
  homepage: https://github.com/sush/azimuth
148
121
  licenses:
149
122
  - MIT
123
+ metadata: {}
150
124
  post_install_message:
151
125
  rdoc_options: []
152
126
  require_paths:
153
127
  - lib
154
128
  required_ruby_version: !ruby/object:Gem::Requirement
155
- none: false
156
129
  requirements:
157
- - - ! '>='
130
+ - - ">="
158
131
  - !ruby/object:Gem::Version
159
132
  version: 1.9.2
160
133
  required_rubygems_version: !ruby/object:Gem::Requirement
161
- none: false
162
134
  requirements:
163
- - - ! '>='
135
+ - - ">="
164
136
  - !ruby/object:Gem::Version
165
137
  version: '0'
166
- segments:
167
- - 0
168
- hash: 2134473011234115090
169
138
  requirements: []
170
139
  rubyforge_project:
171
- rubygems_version: 1.8.23
140
+ rubygems_version: 2.2.2
172
141
  signing_key:
173
- specification_version: 3
142
+ specification_version: 4
174
143
  summary: MapQuest Direction API Ruby wrapper
175
144
  test_files:
176
145
  - spec/cassettes/Azimuth_Client_RouteMatrix/_route_matrix/behaves_like_a_route_matrix_request/returns_locations_coordinates.yml