redcar-dev 0.13.4dev → 0.13.5dev

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,7 +69,7 @@ end
69
69
  #
70
70
  # and so on.
71
71
  module Redcar
72
- VERSION = '0.13.4dev' # also change in the gemspec!
72
+ VERSION = '0.13.5dev' # also change in the gemspec!
73
73
  VERSION_MAJOR = 0
74
74
  VERSION_MINOR = 13
75
75
  VERSION_RELEASE = 0
@@ -42,6 +42,7 @@ module Redcar
42
42
  @checked = options[:checked]
43
43
  end
44
44
  else
45
+ @enabled = true
45
46
  @command = command_or_options || block
46
47
  end
47
48
 
@@ -29,7 +29,7 @@ end
29
29
 
30
30
  Gem::Specification.new do |s|
31
31
  s.name = "redcar-dev"
32
- s.version = "0.13.4dev" # also change in lib/redcar.rb
32
+ s.version = "0.13.5dev" # also change in lib/redcar.rb
33
33
  s.platform = "ruby"
34
34
  s.authors = ["Daniel Lucraft"]
35
35
  s.email = ["dan@fluentradical.com"]
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.13.4dev
5
+ version: 0.13.5dev
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Lucraft