blue 0.0.23 → 0.1.pre

Sign up to get free protection for your applications and to get access to all the features.
data/lib/blue/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Blue
2
- VERSION = "0.0.23"
2
+ VERSION = "0.1.pre"
3
3
  end
@@ -12,6 +12,7 @@ module Blue
12
12
  end
13
13
  end
14
14
  end
15
+ before 'deploy:update', 'blue:setup:gems'
15
16
  end
16
17
  end
17
18
  end
@@ -49,7 +49,7 @@ Symlinks uploaded local configurations into the release directory.
49
49
  end
50
50
  end
51
51
 
52
- after 'deploy:update_code', 'local_config:upload_and_symlink'
52
+ after 'bundle:install', 'local_config:upload_and_symlink'
53
53
  end
54
54
  end
55
55
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
5
- prerelease:
4
+ version: 0.1.pre
5
+ prerelease: 4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Josh Sharpe
@@ -146,9 +146,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
146
  required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  none: false
148
148
  requirements:
149
- - - ! '>='
149
+ - - ! '>'
150
150
  - !ruby/object:Gem::Version
151
- version: '0'
151
+ version: 1.3.1
152
152
  requirements: []
153
153
  rubyforge_project:
154
154
  rubygems_version: 1.8.25