geodublincreate 0.0.2 → 0.0.3
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.
- data/geodublincreate-0.0.2.gem +0 -0
- data/geodublincreate.gemspec +5 -2
- data/geodublincreate.gemspec~ +5 -2
- metadata +40 -8
Binary file
|
data/geodublincreate.gemspec
CHANGED
@@ -2,8 +2,11 @@ require 'rubygems'
|
|
2
2
|
|
3
3
|
spec = Gem::Specification.new do |s|
|
4
4
|
s.name = 'geodublincreate'
|
5
|
-
s.version = '0.0.
|
6
|
-
s.
|
5
|
+
s.version = '0.0.3'
|
6
|
+
s.add_dependency 'osmlib-export', '= 0.1.4'
|
7
|
+
s.add_dependency 'mysql2', '= 0.2.6'
|
8
|
+
s.description = "This gem allows users to download geo location information based on a number of parameters. The source of the data is the Open Street Map geo database. There is a requirement that the end user has a mysql database. Future releases will hopefully make the gem more generic in terms of the database that is required. Please refer to the documentation for information on the parameters required to be passed to the gem. The gem will generate a table called overlays on any mysql database with the data passed from the Open Street Map database. "
|
9
|
+
s.summary = "GeoDublinCreate takes open street map data and stores geo located services to a mysql database file"
|
7
10
|
s.files = Dir.glob("**/**/**")
|
8
11
|
s.author = "Sean Cahill"
|
9
12
|
s.email = "sean.cahill@student.ncirl.ie"
|
data/geodublincreate.gemspec~
CHANGED
@@ -2,8 +2,11 @@ require 'rubygems'
|
|
2
2
|
|
3
3
|
spec = Gem::Specification.new do |s|
|
4
4
|
s.name = 'geodublincreate'
|
5
|
-
s.version = '0.0.
|
6
|
-
s.
|
5
|
+
s.version = '0.0.3'
|
6
|
+
s.add_dependency = 'osmlib-export', '= 0.1.4'
|
7
|
+
s.add_dependency = 'mysql2', '= 0.2.6'
|
8
|
+
s.description = "This gem allows users to download geo location information based on a number of parameters. The source of the data is the Open Street Map geo database. There is a requirement that the end user has a mysql database. Future releases will hopefully make the gem more generic in terms of the database that is required. Please refer to the documentation for information on the parameters required to be passed to the gem. The gem will generate a table called overlays on any mysql database with the data passed from the Open Street Map database. "
|
9
|
+
s.summary = "GeoDublinCreate takes open street map data and stores geo located services to a mysql database file"
|
7
10
|
s.files = Dir.glob("**/**/**")
|
8
11
|
s.author = "Sean Cahill"
|
9
12
|
s.email = "sean.cahill@student.ncirl.ie"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: geodublincreate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sean Cahill
|
@@ -15,11 +15,42 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-01-
|
18
|
+
date: 2011-01-28 00:00:00 +00:00
|
19
19
|
default_executable:
|
20
|
-
dependencies:
|
21
|
-
|
22
|
-
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
22
|
+
name: osmlib-export
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - "="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
hash: 19
|
30
|
+
segments:
|
31
|
+
- 0
|
32
|
+
- 1
|
33
|
+
- 4
|
34
|
+
version: 0.1.4
|
35
|
+
type: :runtime
|
36
|
+
version_requirements: *id001
|
37
|
+
- !ruby/object:Gem::Dependency
|
38
|
+
name: mysql2
|
39
|
+
prerelease: false
|
40
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - "="
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
hash: 27
|
46
|
+
segments:
|
47
|
+
- 0
|
48
|
+
- 2
|
49
|
+
- 6
|
50
|
+
version: 0.2.6
|
51
|
+
type: :runtime
|
52
|
+
version_requirements: *id002
|
53
|
+
description: "This gem allows users to download geo location information based on a number of parameters. The source of the data is the Open Street Map geo database. There is a requirement that the end user has a mysql database. Future releases will hopefully make the gem more generic in terms of the database that is required. Please refer to the documentation for information on the parameters required to be passed to the gem. The gem will generate a table called overlays on any mysql database with the data passed from the Open Street Map database. "
|
23
54
|
email: sean.cahill@student.ncirl.ie
|
24
55
|
executables: []
|
25
56
|
|
@@ -51,6 +82,7 @@ files:
|
|
51
82
|
- doc/fr_class_index.html
|
52
83
|
- doc/fr_file_index.html
|
53
84
|
- geodublincreate.gemspec~
|
85
|
+
- geodublincreate-0.0.2.gem
|
54
86
|
has_rdoc: true
|
55
87
|
homepage:
|
56
88
|
licenses: []
|
@@ -86,6 +118,6 @@ rubyforge_project:
|
|
86
118
|
rubygems_version: 1.4.1
|
87
119
|
signing_key:
|
88
120
|
specification_version: 3
|
89
|
-
summary: GeoDublinCreate takes
|
121
|
+
summary: GeoDublinCreate takes open street map data and stores geo located services to a mysql database file
|
90
122
|
test_files: []
|
91
123
|
|