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 +3 -0
- data/lib/eycap/recipe.rb +4 -0
- data/lib/eycap/version.rb +1 -1
- metadata +2 -1
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.
|
data/lib/eycap/recipe.rb
ADDED
data/lib/eycap/version.rb
CHANGED
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.
|
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
|