traject 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/traject/command_line.rb +1 -1
- data/lib/traject/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 373bacd3f89f1c190ac11118b87f69a8bffdb1ad
|
4
|
+
data.tar.gz: 3db4b9acbf2ba3830c8c815d8977ad5d6b24f5bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fe42ac6c3cba77c20c6a752887be6f3820d8858654d80e6681069b5c3e62fb2367e6a8d6747b771abccce45ecc58aa62e475a46b97fd2586d12ac59475387b3
|
7
|
+
data.tar.gz: ee096fc51b36492e36a9f70cdfbc5844eeb60d844c45e237b46f3b55da2b09e72893d70c5091fc7b5c152c6f4296cd9c5977ce02845ce8422c3b4cec96908c47
|
data/lib/traject/command_line.rb
CHANGED
@@ -55,7 +55,7 @@ module Traject
|
|
55
55
|
# with logging config.
|
56
56
|
#####
|
57
57
|
|
58
|
-
indexer.logger.info("traject (#{Traject::
|
58
|
+
indexer.logger.info("traject (#{Traject::VERSION}) executing with: `#{orig_argv.join(' ')}`")
|
59
59
|
|
60
60
|
# Okay, actual command process! All command_ methods should return true
|
61
61
|
# on success, or false on failure.
|
data/lib/traject/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: traject
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Rochkind
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-02-
|
12
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: concurrent-ruby
|