traject 2.0.0.rc.2 → 2.0.0
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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 576dbc98f052b0194bff89ceb016722b196a9fd0
|
4
|
+
data.tar.gz: 397e662a6f86e423ef04ae5c248578b220969ada
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3e2a8fc411628f111a972e00010ce8e0d3d0c1afaa4aefedeea7151e8f0251089709a516e2217cebca06c6a4fed32f65e0ef1e2e503377cab28b01d75afd7e7
|
7
|
+
data.tar.gz: c8fbe63c4af604c894cdef777c8cbcea73292c502d73731b0996ee31527f745781e27ef341f2f5778af2df7eb5df756d4312fc96082fe8befbf67ea7036a1d5d
|
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 executing with: `#{orig_argv.join(' ')}`")
|
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.0
|
4
|
+
version: 2.0.0
|
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-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: concurrent-ruby
|
@@ -301,9 +301,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
301
301
|
version: '0'
|
302
302
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
303
303
|
requirements:
|
304
|
-
- - "
|
304
|
+
- - ">="
|
305
305
|
- !ruby/object:Gem::Version
|
306
|
-
version:
|
306
|
+
version: '0'
|
307
307
|
requirements: []
|
308
308
|
rubyforge_project:
|
309
309
|
rubygems_version: 2.4.5
|