rehabilitate 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rehabilitate (0.4.4)
4
+ rehabilitate (0.4.5)
5
5
  commander
6
6
  fog
7
7
  log4r
@@ -1,4 +1,5 @@
1
1
  require 'rehabilitate/plugin'
2
+ require 'rehabilitate/plugins/splitter'
2
3
  require 'fog'
3
4
  require 'yaml'
4
5
 
@@ -1,3 +1,3 @@
1
1
  module Rehabilitate
2
- VERSION = "0.4.5" unless const_defined?("VERSION")
2
+ VERSION = "0.4.6" unless const_defined?("VERSION")
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rehabilitate
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.5
5
+ version: 0.4.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jamie van Dyke
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-10 00:00:00 +00:00
13
+ date: 2011-03-16 00:00:00 +00:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency