geogle 0.3.1 → 0.3.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geogle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - yone_lc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-29 00:00:00.000000000 Z
11
+ date: 2014-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: virtus
@@ -183,6 +183,7 @@ files:
183
183
  - spec/geogle/components_spec.rb
184
184
  - spec/geogle/directions_spec.rb
185
185
  - spec/geogle/geocoder_spec.rb
186
+ - spec/geogle/model/leg_spec.rb
186
187
  - spec/geogle/parser_spec.rb
187
188
  - spec/geogle/url_builder_spec.rb
188
189
  - spec/spec_helper.rb
@@ -223,6 +224,7 @@ test_files:
223
224
  - spec/geogle/components_spec.rb
224
225
  - spec/geogle/directions_spec.rb
225
226
  - spec/geogle/geocoder_spec.rb
227
+ - spec/geogle/model/leg_spec.rb
226
228
  - spec/geogle/parser_spec.rb
227
229
  - spec/geogle/url_builder_spec.rb
228
230
  - spec/spec_helper.rb