j-cap-recipes 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/j-cap-recipes.rb CHANGED
@@ -1,3 +1,2 @@
1
- puts "hello"
2
-
3
- Dir.glob('lib/capistrano/tasks/*.rb').each { |r| p r; require r }
1
+ rake_files_pattern = File.expand_path("./j-cap-recipes/tasks/*.rake", File.dirname(__FILE__))
2
+ Dir.glob(rake_files_pattern).each { |r| import r }
@@ -1,5 +1,5 @@
1
1
  module JCap
2
2
  module Recipes
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j-cap-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: