solr_sail 0.0.7-java → 0.1.0-java
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -3
- data/Gemfile.lock +10 -13
- data/Jarfile.lock +127 -89
- data/VERSION +1 -1
- data/pom.xml +7 -1
- data/{solr_sail-0.0.7.jar → solr_sail-0.1.0.jar} +0 -0
- metadata +153 -143
data/Gemfile
CHANGED
@@ -1,12 +1,10 @@
|
|
1
1
|
source "http://rubygems.org"
|
2
2
|
|
3
|
-
gem "lock_jar", "~> 0.
|
4
|
-
gem "thor", "> 0.14.0"
|
3
|
+
gem "lock_jar", "~> 0.7.0"
|
5
4
|
|
6
5
|
group :development do
|
7
6
|
gem 'rsolr', "~> 1.0.0"
|
8
7
|
gem "rspec", "~> 2.11.0"
|
9
|
-
gem "bundler", "~> 1.1.4"
|
10
8
|
gem "jeweler", "~> 1.8.4"
|
11
9
|
gem 'jruby-openssl'
|
12
10
|
gem 'yard'
|
data/Gemfile.lock
CHANGED
@@ -2,7 +2,7 @@ GEM
|
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
4
|
bouncy-castle-java (1.5.0146.1)
|
5
|
-
builder (3.
|
5
|
+
builder (3.1.4)
|
6
6
|
diff-lcs (1.1.3)
|
7
7
|
git (1.2.5)
|
8
8
|
jeweler (1.8.4)
|
@@ -12,12 +12,11 @@ GEM
|
|
12
12
|
rdoc
|
13
13
|
jruby-openssl (0.7.7)
|
14
14
|
bouncy-castle-java (>= 1.5.0146.1)
|
15
|
-
json (1.7.5)
|
16
15
|
json (1.7.5-java)
|
17
|
-
lock_jar (0.
|
18
|
-
naether (~> 0.
|
19
|
-
thor (
|
20
|
-
naether (0.
|
16
|
+
lock_jar (0.7.0)
|
17
|
+
naether (~> 0.10.0)
|
18
|
+
thor (~> 0.14.6)
|
19
|
+
naether (0.10.1-java)
|
21
20
|
rake (0.9.2.2)
|
22
21
|
rdoc (3.12)
|
23
22
|
json (~> 1.4)
|
@@ -28,21 +27,19 @@ GEM
|
|
28
27
|
rspec-expectations (~> 2.11.0)
|
29
28
|
rspec-mocks (~> 2.11.0)
|
30
29
|
rspec-core (2.11.1)
|
31
|
-
rspec-expectations (2.11.
|
30
|
+
rspec-expectations (2.11.3)
|
32
31
|
diff-lcs (~> 1.1.3)
|
33
|
-
rspec-mocks (2.11.
|
34
|
-
thor (0.
|
35
|
-
yard (0.8.
|
32
|
+
rspec-mocks (2.11.3)
|
33
|
+
thor (0.14.6)
|
34
|
+
yard (0.8.3)
|
36
35
|
|
37
36
|
PLATFORMS
|
38
37
|
java
|
39
38
|
|
40
39
|
DEPENDENCIES
|
41
|
-
bundler (~> 1.1.4)
|
42
40
|
jeweler (~> 1.8.4)
|
43
41
|
jruby-openssl
|
44
|
-
lock_jar (~> 0.
|
42
|
+
lock_jar (~> 0.7.0)
|
45
43
|
rsolr (~> 1.0.0)
|
46
44
|
rspec (~> 2.11.0)
|
47
|
-
thor (> 0.14.0)
|
48
45
|
yard
|
data/Jarfile.lock
CHANGED
@@ -1,89 +1,127 @@
|
|
1
|
-
---
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
1
|
+
---
|
2
|
+
version: 0.7.0
|
3
|
+
groups:
|
4
|
+
default:
|
5
|
+
dependencies:
|
6
|
+
- ch.qos.logback:logback-classic:jar:1.0.6
|
7
|
+
- ch.qos.logback:logback-core:jar:1.0.6
|
8
|
+
- com.google.guava:guava:jar:r05
|
9
|
+
- com.metapossum:metapossum-scanner:jar:1.0.1
|
10
|
+
- com.tobedevoured.command:core:jar:0.0.1
|
11
|
+
- com.typesafe:config:jar:0.5.0
|
12
|
+
- commons-beanutils:commons-beanutils:jar:1.8.3
|
13
|
+
- commons-codec:commons-codec:jar:1.6
|
14
|
+
- commons-fileupload:commons-fileupload:jar:1.2.1
|
15
|
+
- commons-httpclient:commons-httpclient:jar:3.1
|
16
|
+
- commons-io:commons-io:jar:2.1
|
17
|
+
- commons-lang:commons-lang:jar:2.6
|
18
|
+
- commons-logging:commons-logging:jar:1.1.1
|
19
|
+
- jakarta-regexp:jakarta-regexp:jar:1.4
|
20
|
+
- org.apache.lucene:lucene-analyzers:jar:3.6.1
|
21
|
+
- org.apache.lucene:lucene-core:jar:3.6.1
|
22
|
+
- org.apache.lucene:lucene-grouping:jar:3.6.1
|
23
|
+
- org.apache.lucene:lucene-highlighter:jar:3.6.1
|
24
|
+
- org.apache.lucene:lucene-kuromoji:jar:3.6.1
|
25
|
+
- org.apache.lucene:lucene-memory:jar:3.6.1
|
26
|
+
- org.apache.lucene:lucene-misc:jar:3.6.1
|
27
|
+
- org.apache.lucene:lucene-phonetic:jar:3.6.1
|
28
|
+
- org.apache.lucene:lucene-queries:jar:3.6.1
|
29
|
+
- org.apache.lucene:lucene-spatial:jar:3.6.1
|
30
|
+
- org.apache.lucene:lucene-spellchecker:jar:3.6.1
|
31
|
+
- org.apache.solr:solr-core:jar:3.6.1
|
32
|
+
- org.apache.solr:solr-solrj:jar:3.6.1
|
33
|
+
- org.codehaus.woodstox:wstx-asl:jar:3.2.7
|
34
|
+
- org.eclipse.jdt.core.compiler:ecj:jar:3.7.2
|
35
|
+
- org.eclipse.jetty.orbit:com.sun.el:jar:2.2.0.v201108011116
|
36
|
+
- org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.v201105071233
|
37
|
+
- org.eclipse.jetty.orbit:javax.el:jar:2.2.0.v201108011116
|
38
|
+
- org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.v201005082020
|
39
|
+
- org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:jar:1.2.0.v201105211821
|
40
|
+
- org.eclipse.jetty.orbit:javax.servlet.jsp:jar:2.2.0.v201112011158
|
41
|
+
- org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016
|
42
|
+
- org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.v201105210645
|
43
|
+
- org.eclipse.jetty.orbit:org.apache.jasper.glassfish:jar:2.2.2.v201112011158
|
44
|
+
- org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:jar:1.2.0.v201112081803
|
45
|
+
- org.eclipse.jetty.orbit:org.eclipse.jdt.core:jar:3.7.1
|
46
|
+
- org.eclipse.jetty:jetty-continuation:jar:8.1.4.v20120524
|
47
|
+
- org.eclipse.jetty:jetty-http:jar:8.1.4.v20120524
|
48
|
+
- org.eclipse.jetty:jetty-io:jar:8.1.4.v20120524
|
49
|
+
- org.eclipse.jetty:jetty-jmx:jar:8.1.4.v20120524
|
50
|
+
- org.eclipse.jetty:jetty-jndi:jar:8.1.4.v20120524
|
51
|
+
- org.eclipse.jetty:jetty-jsp:jar:8.1.4.v20120524
|
52
|
+
- org.eclipse.jetty:jetty-plus:jar:8.1.4.v20120524
|
53
|
+
- org.eclipse.jetty:jetty-security:jar:8.1.4.v20120524
|
54
|
+
- org.eclipse.jetty:jetty-server:jar:8.1.4.v20120524
|
55
|
+
- org.eclipse.jetty:jetty-servlet:jar:8.1.4.v20120524
|
56
|
+
- org.eclipse.jetty:jetty-util:jar:8.1.4.v20120524
|
57
|
+
- org.eclipse.jetty:jetty-webapp:jar:8.1.4.v20120524
|
58
|
+
- org.eclipse.jetty:jetty-xml:jar:8.1.4.v20120524
|
59
|
+
- org.modeshape:modeshape-common:jar:2.8.2.Final
|
60
|
+
- org.slf4j:jcl-over-slf4j:jar:1.6.1
|
61
|
+
- org.slf4j:slf4j-api:jar:1.6.6
|
62
|
+
artifacts:
|
63
|
+
- pom:pom.xml:
|
64
|
+
scopes:
|
65
|
+
- runtime
|
66
|
+
- compile
|
67
|
+
transitive:
|
68
|
+
com.tobedevoured.command:core:jar:0.0.1:
|
69
|
+
commons-beanutils:commons-beanutils:jar:1.8.3:
|
70
|
+
commons-logging:commons-logging:jar:1.1.1: {}
|
71
|
+
com.typesafe:config:jar:0.5.0: {}
|
72
|
+
com.metapossum:metapossum-scanner:jar:1.0.1: {}
|
73
|
+
org.slf4j:slf4j-api:jar:1.6.6: {}
|
74
|
+
org.modeshape:modeshape-common:jar:2.8.2.Final: {}
|
75
|
+
org.eclipse.jetty:jetty-server:jar:8.1.4.v20120524:
|
76
|
+
org.eclipse.jetty:jetty-continuation:jar:8.1.4.v20120524: {}
|
77
|
+
org.eclipse.jetty:jetty-http:jar:8.1.4.v20120524:
|
78
|
+
org.eclipse.jetty:jetty-io:jar:8.1.4.v20120524: {}
|
79
|
+
org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016: {}
|
80
|
+
org.eclipse.jetty:jetty-jndi:jar:8.1.4.v20120524:
|
81
|
+
org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1.v201005082020:
|
82
|
+
org.eclipse.jetty.orbit:javax.activation:jar:1.1.0.v201105071233: {}
|
83
|
+
org.eclipse.jetty:jetty-jmx:jar:8.1.4.v20120524:
|
84
|
+
org.eclipse.jetty:jetty-util:jar:8.1.4.v20120524: {}
|
85
|
+
org.eclipse.jetty:jetty-webapp:jar:8.1.4.v20120524:
|
86
|
+
org.eclipse.jetty:jetty-xml:jar:8.1.4.v20120524: {}
|
87
|
+
org.eclipse.jetty:jetty-servlet:jar:8.1.4.v20120524:
|
88
|
+
org.eclipse.jetty:jetty-security:jar:8.1.4.v20120524: {}
|
89
|
+
org.eclipse.jetty:jetty-plus:jar:8.1.4.v20120524:
|
90
|
+
org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1.v201105210645: {}
|
91
|
+
org.eclipse.jetty:jetty-jsp:jar:8.1.4.v20120524:
|
92
|
+
org.eclipse.jetty.orbit:javax.el:jar:2.2.0.v201108011116: {}
|
93
|
+
org.eclipse.jetty.orbit:javax.servlet.jsp.jstl:jar:1.2.0.v201105211821: {}
|
94
|
+
org.eclipse.jetty.orbit:org.apache.taglibs.standard.glassfish:jar:1.2.0.v201112081803: {}
|
95
|
+
org.eclipse.jetty.orbit:com.sun.el:jar:2.2.0.v201108011116: {}
|
96
|
+
org.eclipse.jetty.orbit:org.eclipse.jdt.core:jar:3.7.1: {}
|
97
|
+
org.eclipse.jetty.orbit:org.apache.jasper.glassfish:jar:2.2.2.v201112011158: {}
|
98
|
+
org.eclipse.jetty.orbit:javax.servlet.jsp:jar:2.2.0.v201112011158: {}
|
99
|
+
org.eclipse.jdt.core.compiler:ecj:jar:3.7.2: {}
|
100
|
+
org.apache.solr:solr-core:jar:3.6.1:
|
101
|
+
org.apache.lucene:lucene-phonetic:jar:3.6.1: {}
|
102
|
+
org.apache.lucene:lucene-misc:jar:3.6.1: {}
|
103
|
+
org.apache.lucene:lucene-core:jar:3.6.1: {}
|
104
|
+
org.apache.lucene:lucene-grouping:jar:3.6.1: {}
|
105
|
+
org.apache.lucene:lucene-memory:jar:3.6.1: {}
|
106
|
+
org.apache.lucene:lucene-analyzers:jar:3.6.1: {}
|
107
|
+
commons-lang:commons-lang:jar:2.6: {}
|
108
|
+
commons-fileupload:commons-fileupload:jar:1.2.1: {}
|
109
|
+
org.apache.lucene:lucene-spatial:jar:3.6.1: {}
|
110
|
+
org.apache.lucene:lucene-spellchecker:jar:3.6.1: {}
|
111
|
+
org.slf4j:jcl-over-slf4j:jar:1.6.1: {}
|
112
|
+
org.apache.lucene:lucene-queries:jar:3.6.1:
|
113
|
+
jakarta-regexp:jakarta-regexp:jar:1.4: {}
|
114
|
+
com.google.guava:guava:jar:r05: {}
|
115
|
+
commons-io:commons-io:jar:2.1: {}
|
116
|
+
commons-codec:commons-codec:jar:1.6: {}
|
117
|
+
org.apache.lucene:lucene-highlighter:jar:3.6.1: {}
|
118
|
+
org.apache.solr:solr-solrj:jar:3.6.1:
|
119
|
+
org.codehaus.woodstox:wstx-asl:jar:3.2.7: {}
|
120
|
+
commons-httpclient:commons-httpclient:jar:3.1: {}
|
121
|
+
org.apache.lucene:lucene-kuromoji:jar:3.6.1: {}
|
122
|
+
ch.qos.logback:logback-classic:jar:1.0.6:
|
123
|
+
ch.qos.logback:logback-core:jar:1.0.6: {}
|
124
|
+
remote_repositories:
|
125
|
+
- http://repository.jboss.org/nexus/content/groups/public-jboss
|
126
|
+
- https://oss.sonatype.org/content/groups/public
|
127
|
+
...
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.1.0
|
data/pom.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
<groupId>com.tobedevoured</groupId>
|
6
6
|
<artifactId>solr_sail</artifactId>
|
7
|
-
<version>0.0
|
7
|
+
<version>0.1.0</version>
|
8
8
|
<packaging>jar</packaging>
|
9
9
|
|
10
10
|
<name>Solr Sail</name>
|
@@ -108,6 +108,12 @@
|
|
108
108
|
<groupId>org.apache.solr</groupId>
|
109
109
|
<artifactId>solr-core</artifactId>
|
110
110
|
<version>3.6.1</version>
|
111
|
+
<exclusions>
|
112
|
+
<exclusion>
|
113
|
+
<artifactId>servlet-api</artifactId>
|
114
|
+
<groupId>javax.servlet</groupId>
|
115
|
+
</exclusion>
|
116
|
+
</exclusions>
|
111
117
|
</dependency>
|
112
118
|
|
113
119
|
<!-- Logging -->
|
Binary file
|
metadata
CHANGED
@@ -1,158 +1,168 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: solr_sail
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 0.0
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: 0.1.0
|
6
6
|
platform: java
|
7
|
-
authors:
|
8
|
-
|
9
|
-
autorequire:
|
7
|
+
authors:
|
8
|
+
- Michael Guymon
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
12
|
+
date: 2013-01-03 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: lock_jar
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ~>
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 0.7.0
|
21
|
+
none: false
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.7.0
|
27
|
+
none: false
|
28
|
+
prerelease: false
|
29
|
+
type: :runtime
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: rsolr
|
32
|
+
version_requirements: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ~>
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 1.0.0
|
37
|
+
none: false
|
38
|
+
requirement: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ~>
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: 1.0.0
|
43
|
+
none: false
|
44
|
+
prerelease: false
|
45
|
+
type: :development
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: rspec
|
48
|
+
version_requirements: !ruby/object:Gem::Requirement
|
49
|
+
requirements:
|
50
|
+
- - ~>
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: 2.11.0
|
53
|
+
none: false
|
54
|
+
requirement: !ruby/object:Gem::Requirement
|
55
|
+
requirements:
|
56
|
+
- - ~>
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: 2.11.0
|
59
|
+
none: false
|
60
|
+
prerelease: false
|
61
|
+
type: :development
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: jeweler
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ~>
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 1.8.4
|
69
|
+
none: false
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - ~>
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: 1.8.4
|
75
|
+
none: false
|
76
|
+
prerelease: false
|
77
|
+
type: :development
|
78
|
+
- !ruby/object:Gem::Dependency
|
79
|
+
name: jruby-openssl
|
80
|
+
version_requirements: !ruby/object:Gem::Requirement
|
81
|
+
requirements:
|
82
|
+
- - ! '>='
|
83
|
+
- !ruby/object:Gem::Version
|
84
|
+
version: !binary |-
|
85
|
+
MA==
|
86
|
+
none: false
|
87
|
+
requirement: !ruby/object:Gem::Requirement
|
88
|
+
requirements:
|
89
|
+
- - ! '>='
|
90
|
+
- !ruby/object:Gem::Version
|
91
|
+
version: !binary |-
|
92
|
+
MA==
|
93
|
+
none: false
|
94
|
+
prerelease: false
|
95
|
+
type: :development
|
96
|
+
- !ruby/object:Gem::Dependency
|
97
|
+
name: yard
|
98
|
+
version_requirements: !ruby/object:Gem::Requirement
|
99
|
+
requirements:
|
100
|
+
- - ! '>='
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: !binary |-
|
103
|
+
MA==
|
104
|
+
none: false
|
105
|
+
requirement: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - ! '>='
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: !binary |-
|
110
|
+
MA==
|
111
|
+
none: false
|
112
|
+
prerelease: false
|
113
|
+
type: :development
|
103
114
|
description: From zero to search in the flash of a gem.
|
104
115
|
email: michael@tobedevoured.com
|
105
|
-
executables:
|
106
|
-
|
107
|
-
extensions:
|
108
|
-
|
109
|
-
extra_rdoc_files:
|
110
|
-
|
111
|
-
|
112
|
-
files:
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
116
|
+
executables:
|
117
|
+
- solrsail
|
118
|
+
extensions:
|
119
|
+
- Rakefile
|
120
|
+
extra_rdoc_files:
|
121
|
+
- LICENSE
|
122
|
+
- README.md
|
123
|
+
files:
|
124
|
+
- Gemfile
|
125
|
+
- Gemfile.lock
|
126
|
+
- Jarfile
|
127
|
+
- Jarfile.lock
|
128
|
+
- LICENSE
|
129
|
+
- README.md
|
130
|
+
- Rakefile
|
131
|
+
- VERSION
|
132
|
+
- bin/solrsail
|
133
|
+
- lib/solr_sail.rb
|
134
|
+
- lib/solr_sail/cli.rb
|
135
|
+
- lib/solr_sail/version.rb
|
136
|
+
- pom.xml
|
137
|
+
- solr_sail-0.1.0.jar
|
127
138
|
homepage: http://github.com/mguymon/solr_sail
|
128
|
-
licenses:
|
129
|
-
|
130
|
-
post_install_message:
|
139
|
+
licenses:
|
140
|
+
- MIT
|
141
|
+
post_install_message:
|
131
142
|
rdoc_options: []
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
143
|
+
require_paths:
|
144
|
+
- lib
|
145
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
146
|
+
requirements:
|
147
|
+
- - ! '>='
|
148
|
+
- !ruby/object:Gem::Version
|
149
|
+
version: !binary |-
|
150
|
+
MA==
|
151
|
+
segments:
|
152
|
+
- 0
|
153
|
+
hash: 2
|
136
154
|
none: false
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
version: "0"
|
144
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
155
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - ! '>='
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: !binary |-
|
160
|
+
MA==
|
145
161
|
none: false
|
146
|
-
requirements:
|
147
|
-
- - ">="
|
148
|
-
- !ruby/object:Gem::Version
|
149
|
-
version: "0"
|
150
162
|
requirements: []
|
151
|
-
|
152
|
-
rubyforge_project:
|
163
|
+
rubyforge_project:
|
153
164
|
rubygems_version: 1.8.24
|
154
|
-
signing_key:
|
165
|
+
signing_key:
|
155
166
|
specification_version: 3
|
156
167
|
summary: From zero to search in the flash of a gem.
|
157
168
|
test_files: []
|
158
|
-
|