offline_geocoder 0.2.0 → 0.2.1
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.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +1 -1
- data/README.md +2 -7
- data/lib/offline_geocoder/version.rb +1 -1
- data/offline_geocoder.gemspec +6 -7
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4cf5b927e2ef8af5fb1f2dc438ad53e86d595d20bced1527e8b09bbffb543eb
|
|
4
|
+
data.tar.gz: d047441e97619cc6917a96824d32ba67c36e1f9d464874ab68de613aa645d962
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0d5f29c5135876d6090e6e6d916e191b6d28621795aabbdba3d06b245a32f6d59f9bbd0f1678c8911124478828ebcb1d73d5eafd8f207a6cd2cec082e989dfb
|
|
7
|
+
data.tar.gz: 8eb0a3667b0fd74c3108d3c78520ef7c4baa3308c009768538a4b40992e4a9f0a0702339ae77e29027d0abcf168eb59e399a1184f5928b0821fa2b41d9f1bf7c
|
data/CONTRIBUTING.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Contributing
|
|
2
2
|
|
|
3
|
-
1. Fork it ( [https://github.com/
|
|
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
|
|
77
|
+
## Contact Me
|
|
78
78
|
|
|
79
|
-
|
|
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 :)).
|
data/offline_geocoder.gemspec
CHANGED
|
@@ -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.
|
|
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
|
- - ">="
|