geoff 0.2.3 → 0.2.5
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 +7 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +52 -29
- data/LICENSE +2 -2
- data/config/license_finder.yml +20 -0
- data/doc/dependencies.csv +51 -0
- data/doc/dependencies.db +0 -0
- data/doc/dependencies.html +1823 -0
- data/geoff.gemspec +1 -1
- data/lib/geoff/version.rb +1 -1
- metadata +11 -31
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: c2aa507e2768fc474fe162f52d67f8cc2038fc37
|
|
4
|
+
data.tar.gz: 517ee2f7a9549818e258551f52824842a600f00d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 695162de18f979529246c4e4eeef177b070f3b79aa4cef453e4244d2f8e77f4df2a1321c253acca8a283fcfb0ce528f40d468daf098450b0b7d3a557a24518c7
|
|
7
|
+
data.tar.gz: fc337796ee2c1335bda679986f7dcbf2ec2340ea73d7ed61bd10d5bde38c8c6af7e14a081e102c8973d076f9a1aae265b7d42fd8e490cbca285ee9b42d58ea59
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
geoff (0.2.
|
|
4
|
+
geoff (0.2.5)
|
|
5
5
|
activesupport (~> 3.2.3)
|
|
6
|
-
geoff-importer (~> 0.
|
|
6
|
+
geoff-importer (~> 0.2)
|
|
7
7
|
json
|
|
8
8
|
neo4j
|
|
9
9
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
actionpack (3.2.
|
|
14
|
-
activemodel (= 3.2.
|
|
15
|
-
activesupport (= 3.2.
|
|
13
|
+
actionpack (3.2.16)
|
|
14
|
+
activemodel (= 3.2.16)
|
|
15
|
+
activesupport (= 3.2.16)
|
|
16
16
|
builder (~> 3.0.0)
|
|
17
17
|
erubis (~> 2.7.0)
|
|
18
18
|
journey (~> 1.0.4)
|
|
@@ -20,47 +20,67 @@ GEM
|
|
|
20
20
|
rack-cache (~> 1.2)
|
|
21
21
|
rack-test (~> 0.6.1)
|
|
22
22
|
sprockets (~> 2.2.1)
|
|
23
|
-
activemodel (3.2.
|
|
24
|
-
activesupport (= 3.2.
|
|
23
|
+
activemodel (3.2.16)
|
|
24
|
+
activesupport (= 3.2.16)
|
|
25
25
|
builder (~> 3.0.0)
|
|
26
|
-
activesupport (3.2.
|
|
27
|
-
i18n (
|
|
26
|
+
activesupport (3.2.16)
|
|
27
|
+
i18n (~> 0.6, >= 0.6.4)
|
|
28
28
|
multi_json (~> 1.0)
|
|
29
|
-
bouncy-castle-java (1.5.
|
|
29
|
+
bouncy-castle-java (1.5.0147)
|
|
30
30
|
builder (3.0.4)
|
|
31
31
|
coderay (1.0.7)
|
|
32
32
|
columnize (0.3.6)
|
|
33
33
|
diff-lcs (1.1.3)
|
|
34
34
|
erubis (2.7.0)
|
|
35
|
-
geoff-importer (0.1
|
|
36
|
-
neo4j-advanced (>= 1.
|
|
37
|
-
neo4j-community (>= 1.
|
|
38
|
-
neo4j-enterprise (>= 1.
|
|
35
|
+
geoff-importer (0.2.1)
|
|
36
|
+
neo4j-advanced (>= 1.9.5, < 2.0)
|
|
37
|
+
neo4j-community (>= 1.9.5, < 2.0)
|
|
38
|
+
neo4j-enterprise (>= 1.9.5, < 2.0)
|
|
39
39
|
hike (1.2.3)
|
|
40
|
-
|
|
40
|
+
httparty (0.12.0)
|
|
41
|
+
json (~> 1.8)
|
|
42
|
+
multi_xml (>= 0.5.2)
|
|
43
|
+
i18n (0.6.9)
|
|
44
|
+
jdbc-sqlite3 (3.7.2.1)
|
|
41
45
|
journey (1.0.4)
|
|
42
|
-
jruby-openssl (0.
|
|
43
|
-
bouncy-castle-java (>= 1.5.
|
|
44
|
-
json (1.8.
|
|
46
|
+
jruby-openssl (0.9.4)
|
|
47
|
+
bouncy-castle-java (>= 1.5.0147)
|
|
48
|
+
json (1.8.1)
|
|
49
|
+
json (1.8.1-java)
|
|
50
|
+
license_finder (0.9.3)
|
|
51
|
+
bundler
|
|
52
|
+
httparty
|
|
53
|
+
rake
|
|
54
|
+
sequel
|
|
55
|
+
sqlite3
|
|
56
|
+
thor
|
|
57
|
+
license_finder (0.9.3-java)
|
|
58
|
+
bundler
|
|
59
|
+
httparty
|
|
60
|
+
jdbc-sqlite3
|
|
61
|
+
rake
|
|
62
|
+
sequel
|
|
63
|
+
thor
|
|
45
64
|
linecache (0.46)
|
|
46
65
|
rbx-require-relative (> 0.0.4)
|
|
47
|
-
method_source (0.8)
|
|
48
|
-
multi_json (1.
|
|
66
|
+
method_source (0.8.2)
|
|
67
|
+
multi_json (1.8.2)
|
|
68
|
+
multi_xml (0.5.5)
|
|
49
69
|
neo4j (2.3.0-java)
|
|
50
70
|
activemodel (>= 3.0.0, < 3.3)
|
|
51
71
|
neo4j-wrapper (= 2.3.0)
|
|
52
72
|
orm_adapter (>= 0.0.3)
|
|
53
73
|
railties (>= 3.0.0, < 3.3)
|
|
54
|
-
neo4j-advanced (1.9-java)
|
|
55
|
-
neo4j-community (1.9-java)
|
|
74
|
+
neo4j-advanced (1.9.5-java)
|
|
75
|
+
neo4j-community (1.9.5-java)
|
|
56
76
|
neo4j-core (2.3.0-java)
|
|
57
77
|
neo4j-community (>= 1.9.M05, < 2.0)
|
|
58
78
|
neo4j-cypher (~> 1.0.0)
|
|
59
|
-
neo4j-cypher (1.0.
|
|
60
|
-
neo4j-enterprise (1.9-java)
|
|
79
|
+
neo4j-cypher (1.0.2)
|
|
80
|
+
neo4j-enterprise (1.9.5-java)
|
|
61
81
|
neo4j-wrapper (2.3.0-java)
|
|
62
82
|
neo4j-core (= 2.3.0)
|
|
63
|
-
orm_adapter (0.
|
|
83
|
+
orm_adapter (0.5.0)
|
|
64
84
|
pry (0.9.10)
|
|
65
85
|
coderay (~> 1.0.5)
|
|
66
86
|
method_source (~> 0.8)
|
|
@@ -77,14 +97,14 @@ GEM
|
|
|
77
97
|
rack
|
|
78
98
|
rack-test (0.6.2)
|
|
79
99
|
rack (>= 1.0)
|
|
80
|
-
railties (3.2.
|
|
81
|
-
actionpack (= 3.2.
|
|
82
|
-
activesupport (= 3.2.
|
|
100
|
+
railties (3.2.16)
|
|
101
|
+
actionpack (= 3.2.16)
|
|
102
|
+
activesupport (= 3.2.16)
|
|
83
103
|
rack-ssl (~> 1.3.2)
|
|
84
104
|
rake (>= 0.8.7)
|
|
85
105
|
rdoc (~> 3.4)
|
|
86
106
|
thor (>= 0.14.6, < 2.0)
|
|
87
|
-
rake (10.1.
|
|
107
|
+
rake (10.1.1)
|
|
88
108
|
rbx-require-relative (0.0.9)
|
|
89
109
|
rdoc (3.12.2)
|
|
90
110
|
json (~> 1.4)
|
|
@@ -102,6 +122,7 @@ GEM
|
|
|
102
122
|
ruby-debug-base (0.10.4)
|
|
103
123
|
linecache (>= 0.3)
|
|
104
124
|
ruby-debug-base (0.10.4-java)
|
|
125
|
+
sequel (4.5.0)
|
|
105
126
|
slop (3.3.2)
|
|
106
127
|
spoon (0.0.1)
|
|
107
128
|
sprockets (2.2.2)
|
|
@@ -109,6 +130,7 @@ GEM
|
|
|
109
130
|
multi_json (~> 1.0)
|
|
110
131
|
rack (~> 1.0)
|
|
111
132
|
tilt (~> 1.1, != 1.3.0)
|
|
133
|
+
sqlite3 (1.3.8)
|
|
112
134
|
thor (0.18.1)
|
|
113
135
|
tilt (1.4.1)
|
|
114
136
|
|
|
@@ -119,6 +141,7 @@ PLATFORMS
|
|
|
119
141
|
DEPENDENCIES
|
|
120
142
|
geoff!
|
|
121
143
|
jruby-openssl
|
|
144
|
+
license_finder
|
|
122
145
|
pry
|
|
123
146
|
rspec (~> 2.11.0)
|
|
124
147
|
ruby-debug
|
data/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright (c) 2012
|
|
1
|
+
Copyright (c) 2012 Shutl Ltd
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
|
19
19
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
20
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
21
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
whitelist:
|
|
3
|
+
- MIT
|
|
4
|
+
- Apache 2.0
|
|
5
|
+
- ruby
|
|
6
|
+
- BSD
|
|
7
|
+
- ISC
|
|
8
|
+
- LGPL-3
|
|
9
|
+
- GPLv2
|
|
10
|
+
- LGPL
|
|
11
|
+
- Apache License 2.0
|
|
12
|
+
- LGPL-3.0
|
|
13
|
+
- Apache License Version 2.0
|
|
14
|
+
- 2-clause BSDL
|
|
15
|
+
- New BSD
|
|
16
|
+
- commercial
|
|
17
|
+
- LGPL-2.1
|
|
18
|
+
ignore_groups: []
|
|
19
|
+
dependencies_file_dir: ./doc/
|
|
20
|
+
project_name: geoff
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
actionpack, 3.2.13, MIT
|
|
2
|
+
activemodel, 3.2.13, MIT
|
|
3
|
+
activesupport, 3.2.13, MIT
|
|
4
|
+
bouncy-castle-java, 1.5.0146.1, MIT
|
|
5
|
+
builder, 3.0.4, MIT
|
|
6
|
+
bundler, 1.3.5, MIT
|
|
7
|
+
coderay, 1.0.7, MIT
|
|
8
|
+
columnize, 0.3.6, Ruby
|
|
9
|
+
diff-lcs, 1.1.3, MIT
|
|
10
|
+
erubis, 2.7.0, MIT
|
|
11
|
+
geoff, 0.2.3, MIT
|
|
12
|
+
geoff-importer, 0.1.2, MIT
|
|
13
|
+
hike, 1.2.3, MIT
|
|
14
|
+
httparty, 0.11.0, MIT
|
|
15
|
+
i18n, 0.6.1, MIT
|
|
16
|
+
jdbc-sqlite3, 3.7.2.1, Apache 2.0
|
|
17
|
+
journey, 1.0.4, MIT
|
|
18
|
+
jruby-openssl, 0.7.7, LGPL-2.1
|
|
19
|
+
json, 1.8.0, Ruby
|
|
20
|
+
license_finder, 0.9.2, MIT
|
|
21
|
+
method_source, 0.8, MIT
|
|
22
|
+
multi_json, 1.7.7, MIT
|
|
23
|
+
multi_xml, 0.5.5, MIT
|
|
24
|
+
neo4j, 2.3.0, MIT
|
|
25
|
+
neo4j-advanced, 1.9, MIT
|
|
26
|
+
neo4j-community, 1.9, MIT
|
|
27
|
+
neo4j-core, 2.3.0, MIT
|
|
28
|
+
neo4j-cypher, 1.0.0, MIT
|
|
29
|
+
neo4j-enterprise, 1.9, MIT
|
|
30
|
+
neo4j-wrapper, 2.3.0, MIT
|
|
31
|
+
orm_adapter, 0.4.0, MIT
|
|
32
|
+
pry, 0.9.10, MIT
|
|
33
|
+
rack, 1.4.5, MIT
|
|
34
|
+
rack-cache, 1.2, MIT
|
|
35
|
+
rack-ssl, 1.3.3, MIT
|
|
36
|
+
rack-test, 0.6.2, MIT
|
|
37
|
+
railties, 3.2.13, MIT
|
|
38
|
+
rake, 10.1.0, MIT
|
|
39
|
+
rdoc, 3.12.2, GPLv2
|
|
40
|
+
rspec, 2.11.0, MIT
|
|
41
|
+
rspec-core, 2.11.1, MIT
|
|
42
|
+
rspec-expectations, 2.11.2, MIT
|
|
43
|
+
rspec-mocks, 2.11.1, MIT
|
|
44
|
+
ruby-debug, 0.10.4, 2-clause BSDL
|
|
45
|
+
ruby-debug-base, 0.10.4, MIT
|
|
46
|
+
sequel, 4.2.0, MIT
|
|
47
|
+
slop, 3.3.2, MIT
|
|
48
|
+
spoon, 0.0.1, Apache License 2.0
|
|
49
|
+
sprockets, 2.2.2, MIT
|
|
50
|
+
thor, 0.18.1, MIT
|
|
51
|
+
tilt, 1.4.1, MIT
|
data/doc/dependencies.db
ADDED
|
Binary file
|