alcapon 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/capezit +1 -1
  2. metadata +3 -3
data/bin/capezit CHANGED
@@ -44,7 +44,7 @@ files = {
44
44
  load 'deploy' if respond_to?(:namespace) # cap2 differentiator
45
45
  Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
46
46
 
47
- load Gem.find_files('capez.rb').last.to_s
47
+ load Gem.find_files('capez.rb').first.to_s
48
48
 
49
49
  set :stage_dir, '#{alcapon_path}/config/deploy'
50
50
  Dir['#{alcapon_path}/config/*.rb'].each { |recipe| load(recipe) }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Arnaud Lafon
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-11-29 00:00:00 +01:00
17
+ date: 2012-11-30 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency