pbf_parser 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8822831e0588c0ae419f80a2e1be68a6424cc2c5
|
4
|
+
data.tar.gz: 52b5686a8312fc81ab65066a1de598e8a9310f3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e70012790d99a59d1441769deb406f363ed4e663436f49775aeb45a50e4c0b0c16a6d349c30948793ead1938d9974a4bfa46159f07ca3119278567490bc0f99
|
7
|
+
data.tar.gz: 80a48a2b9b013397763ec7d53d4b9c305f6515ce2fe674105f4c245306d001d5bbc4c839e018bf9352e2a7d313151b2224ad69c72f5082f71a0d3e7a289ea536
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pbf_parser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrià Planas
|
@@ -38,7 +38,8 @@ dependencies:
|
|
38
38
|
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description:
|
41
|
+
description: Parse Open Street Map PBF files with ease. Take a look at the readme
|
42
|
+
on GitHub for installation instructions.
|
42
43
|
email:
|
43
44
|
- adriaplanas@liquidcodeworks.com
|
44
45
|
executables: []
|
@@ -77,6 +78,5 @@ rubyforge_project:
|
|
77
78
|
rubygems_version: 2.0.3
|
78
79
|
signing_key:
|
79
80
|
specification_version: 4
|
80
|
-
summary:
|
81
|
-
installing.
|
81
|
+
summary: Just an Open Street Map PBF parser.
|
82
82
|
test_files: []
|