eycap 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.6.1 / 2012-09-06
2
+ * The Yes We Can patch, which maintains backwards compatibility for the eycap require statement.
3
+
1
4
  == 0.6.0 / 2012-09-06
2
5
  * Bundler and a clean gemspec now manage the release of eycap.
3
6
  * Use the :bundle_without to optionally specify groups more than 'test and development' only.
@@ -0,0 +1,4 @@
1
+ # This is here to maintain backward compatibility for the <tt>require "eycap/recipe"</tt>
2
+ # statement at the beginning of each deploy.rb distributed before eycap 0.6.x
3
+
4
+ require 'eycap'
data/lib/eycap/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Eycap
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eycap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -46,6 +46,7 @@ files:
46
46
  - lib/eycap.rb
47
47
  - lib/eycap/lib/ey_logger.rb
48
48
  - lib/eycap/lib/ey_logger_hooks.rb
49
+ - lib/eycap/recipe.rb
49
50
  - lib/eycap/recipes/apache.rb
50
51
  - lib/eycap/recipes/backgroundrb.rb
51
52
  - lib/eycap/recipes/bundler.rb