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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 576dbc98f052b0194bff89ceb016722b196a9fd0
4
- data.tar.gz: 397e662a6f86e423ef04ae5c248578b220969ada
3
+ metadata.gz: 373bacd3f89f1c190ac11118b87f69a8bffdb1ad
4
+ data.tar.gz: 3db4b9acbf2ba3830c8c815d8977ad5d6b24f5bc
5
5
  SHA512:
6
- metadata.gz: b3e2a8fc411628f111a972e00010ce8e0d3d0c1afaa4aefedeea7151e8f0251089709a516e2217cebca06c6a4fed32f65e0ef1e2e503377cab28b01d75afd7e7
7
- data.tar.gz: c8fbe63c4af604c894cdef777c8cbcea73292c502d73731b0996ee31527f745781e27ef341f2f5778af2df7eb5df756d4312fc96082fe8befbf67ea7036a1d5d
6
+ metadata.gz: 7fe42ac6c3cba77c20c6a752887be6f3820d8858654d80e6681069b5c3e62fb2367e6a8d6747b771abccce45ecc58aa62e475a46b97fd2586d12ac59475387b3
7
+ data.tar.gz: ee096fc51b36492e36a9f70cdfbc5844eeb60d844c45e237b46f3b55da2b09e72893d70c5091fc7b5c152c6f4296cd9c5977ce02845ce8422c3b4cec96908c47
@@ -55,7 +55,7 @@ module Traject
55
55
  # with logging config.
56
56
  #####
57
57
 
58
- indexer.logger.info("traject (#{Traject::Version}) 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.
@@ -1,3 +1,3 @@
1
1
  module Traject
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
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.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-19 00:00:00.000000000 Z
12
+ date: 2015-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: concurrent-ruby