stuzo-recipes 0.1.0 → 0.1.2

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.2
File without changes
@@ -1,5 +1,6 @@
1
1
  require 'rubygems'
2
2
  require 'yaml'
3
+ require 'rake'
3
4
 
4
5
 
5
6
  namespace :stuzo do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stuzo-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse McPherson
@@ -40,13 +40,12 @@ files:
40
40
  - README.rdoc
41
41
  - Rakefile
42
42
  - VERSION
43
- - lib/cap/tasks.rb
44
- - lib/git-deployment/README
45
- - lib/git-deployment/VERSION
46
- - lib/git-deployment/gitflow.rb
47
- - lib/git-deployment/natcmp.rb
48
- - lib/rake/tasks.rb
49
- - lib/stuzo-recipes.rb
43
+ - lib/stuzo-recipes/cap/tasks.rb
44
+ - lib/stuzo-recipes/git-deployment/README
45
+ - lib/stuzo-recipes/git-deployment/VERSION
46
+ - lib/stuzo-recipes/git-deployment/gitflow.rb
47
+ - lib/stuzo-recipes/git-deployment/natcmp.rb
48
+ - lib/stuzo-recipes/rake/tasks.rb
50
49
  - spec/spec.opts
51
50
  - spec/spec_helper.rb
52
51
  - spec/stuzo-recipes_spec.rb
data/lib/stuzo-recipes.rb DELETED
File without changes