offline_geocoder 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 624ae1437a79be0335573dcec94f1677ed1979636baf41a6610bee14ff42d9f0
4
- data.tar.gz: f025d8180b5b982684ccd920f91c4fecdb4a831db4a41b1c8ed21ad3a0f867d3
3
+ metadata.gz: f4cf5b927e2ef8af5fb1f2dc438ad53e86d595d20bced1527e8b09bbffb543eb
4
+ data.tar.gz: d047441e97619cc6917a96824d32ba67c36e1f9d464874ab68de613aa645d962
5
5
  SHA512:
6
- metadata.gz: 225e5c077fcd9c9fc5c4dfd093683059a8ae54704dbf673920a8037b6a22ac9a1def33c05e240e86fd71013844f89ed447fe4e5d17624d70213e63669d2f73fb
7
- data.tar.gz: 50cb8b88b0918987d13c8be1cbddfe664da39e970b67c98b809b7199c63b8bdbc9d3626d24b0f6ace42213d97a00e3f7bdb6c010504b684a08c79b287da883e8
6
+ metadata.gz: f0d5f29c5135876d6090e6e6d916e191b6d28621795aabbdba3d06b245a32f6d59f9bbd0f1678c8911124478828ebcb1d73d5eafd8f207a6cd2cec082e989dfb
7
+ data.tar.gz: 8eb0a3667b0fd74c3108d3c78520ef7c4baa3308c009768538a4b40992e4a9f0a0702339ae77e29027d0abcf168eb59e399a1184f5928b0821fa2b41d9f1bf7c
@@ -1,6 +1,6 @@
1
1
  # Contributing
2
2
 
3
- 1. Fork it ( [https://github.com/inaka/offline_geocoder/fork](https://github.com/inaka/offline_geocoder/fork) )
3
+ 1. Fork it ( [https://github.com/sildur/offline_geocoder/fork](https://github.com/sildur/offline_geocoder/fork) )
4
4
  2. Create your feature branch (`git checkout -b my-new-feature`)
5
5
  3. Commit your changes (`git commit -am 'Add some feature'`)
6
6
  4. Push to the branch (`git push origin my-new-feature`)
data/README.md CHANGED
@@ -74,11 +74,6 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
74
74
 
75
75
  To install this gem onto your local machine, run `bundle exec rake install`.
76
76
 
77
- ## Contact Us
77
+ ## Contact Me
78
78
 
79
- For **questions** or **general comments** regarding the use of this library, please use our public
80
- [hipchat room](http://inaka.net/hipchat).
81
-
82
- If you find any **bugs** or have a **problem** while using this library, please [open an issue](https://github.com/inaka/galgo/issues/new) in this repo (or a pull request :)).
83
-
84
- And you can check all of our open-source projects at [inaka.github.io](http://inaka.github.io)
79
+ If you find any **bugs** or have a **problem** while using this library, please [open an issue](https://github.com/sildur/offline_geocoder/issues/new) in this repo (or a pull request :)).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class OfflineGeocoder
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
@@ -16,18 +16,17 @@ Gem::Specification.new do |spec|
16
16
  spec.homepage = 'https://github.com/sildur/offline_geocoder'
17
17
  spec.license = 'Apache-2.0'
18
18
 
19
- spec.metadata = {
20
- 'bug_tracker_uri' => 'https://github.com/sildur/offline_geocoder/issues',
21
- 'homepage_uri' => 'https://github.com/sildur/offline_geocoder',
22
- 'source_code_uri' => 'https://github.com/sildur/offline_geocoder'
23
- }
24
-
25
19
  spec.files =
26
20
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec/|\.+)}) }
27
21
  spec.bindir = 'bin'
28
22
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
29
23
  spec.require_paths = ['lib']
30
-
24
+ spec.required_ruby_version = '~> 2.0'
25
+ spec.metadata = {
26
+ 'bug_tracker_uri' => 'https://github.com/sildur/offline_geocoder/issues',
27
+ 'homepage_uri' => 'https://github.com/sildur/offline_geocoder',
28
+ 'source_code_uri' => 'https://github.com/sildur/offline_geocoder'
29
+ }
31
30
  spec.add_development_dependency 'bundler', '~> 2.0'
32
31
  spec.add_development_dependency 'rake', '~> 12.3.3'
33
32
  spec.add_development_dependency 'rspec', '~> 3.2'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: offline_geocoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Romero
@@ -100,9 +100,9 @@ require_paths:
100
100
  - lib
101
101
  required_ruby_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - ">="
103
+ - - "~>"
104
104
  - !ruby/object:Gem::Version
105
- version: '0'
105
+ version: '2.0'
106
106
  required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - ">="