solr_sail 0.0.3-java → 0.0.4-java
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/VERSION +1 -1
- data/lib/solr_sail/version.rb +3 -3
- data/pom.xml +1 -1
- data/{solr_sail-0.0.3.jar → solr_sail-0.0.4.jar} +0 -0
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.4
|
data/lib/solr_sail/version.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
module SolrSail
|
|
2
2
|
|
|
3
|
-
# Load VERSION file to VERSION var
|
|
4
|
-
if File.exists?( File.expand_path("#{File.dirname(__FILE__)}
|
|
5
|
-
VERSION = IO.read(File.expand_path("#{File.dirname(__FILE__)}
|
|
3
|
+
# Load VERSION file from gem to VERSION var
|
|
4
|
+
if File.exists?( File.expand_path("#{File.dirname(__FILE__)}/../../VERSION") )
|
|
5
|
+
VERSION = IO.read(File.expand_path("#{File.dirname(__FILE__)}/../../VERSION")).strip
|
|
6
6
|
|
|
7
7
|
# VERSION file not found in gem dir, assume running from checkout
|
|
8
8
|
else
|
data/pom.xml
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: solr_sail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.4
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- Michael Guymon
|
|
@@ -122,7 +122,7 @@ files:
|
|
|
122
122
|
- lib/solr_sail/cli.rb
|
|
123
123
|
- lib/solr_sail/version.rb
|
|
124
124
|
- pom.xml
|
|
125
|
-
- solr_sail-0.0.
|
|
125
|
+
- solr_sail-0.0.4.jar
|
|
126
126
|
homepage: http://github.com/mguymon/solr_sail
|
|
127
127
|
licenses:
|
|
128
128
|
- MIT
|