redcar-dev 0.12.3dev-java → 0.12.4dev-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.
Files changed (3) hide show
  1. data/bin/redcar +5 -9
  2. data/lib/redcar.rb +1 -1
  3. metadata +1 -1
data/bin/redcar CHANGED
@@ -28,13 +28,9 @@ else
28
28
  exit if Redcar.try_to_load_via_drb
29
29
  require 'redcar'
30
30
  Redcar.environment = :user
31
- if Redcar.installed?
32
- Redcar.log.info("REDCAR #{Redcar::VERSION} start (start time was #{Redcar.process_start_time})")
33
- Redcar.spin_up
34
- Redcar.load_threaded
35
- Redcar.show_splash
36
- Redcar.pump
37
- else
38
- puts 'It appears you haven\'t run `redcar install` yet. Please do this in order to run Redcar.'
39
- end
31
+ Redcar.log.info("REDCAR #{Redcar::VERSION} start (start time was #{Redcar.process_start_time})")
32
+ Redcar.spin_up
33
+ Redcar.load_threaded
34
+ Redcar.show_splash
35
+ Redcar.pump
40
36
  end
data/lib/redcar.rb CHANGED
@@ -55,7 +55,7 @@ end
55
55
  #
56
56
  # and so on.
57
57
  module Redcar
58
- VERSION = '0.12.3dev' # also change in the Rakefile!
58
+ VERSION = '0.12.4dev' # also change in the gemspec!
59
59
  VERSION_MAJOR = 0
60
60
  VERSION_MINOR = 12
61
61
  VERSION_RELEASE = 0
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: redcar-dev
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 0.12.3dev
5
+ version: 0.12.4dev
6
6
  platform: java
7
7
  authors:
8
8
  - Daniel Lucraft