capistrano-hivequeen 0.4.3 → 0.4.4

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/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  ## If your rubyforge_project name is different, then edit it and comment out
7
7
  ## the sub! line in the Rakefile
8
8
  s.name = 'capistrano-hivequeen'
9
- s.version = '0.4.3'
9
+ s.version = '0.4.4'
10
10
  s.date = '2011-10-07'
11
11
 
12
12
  ## Make sure your summary is short. The description may be as long
@@ -30,6 +30,7 @@ Capistrano::Configuration.instance(:must_exist).load do
30
30
  desc "Use environment #{name}"
31
31
  task name do
32
32
  set :stage, name.to_sym
33
+ set :rails_env, name
33
34
  set :environment_id, env['id']
34
35
  environment = HiveQueen.roles(hive_queen_id)
35
36
  # Check if environment is ready
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-hivequeen
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 3
10
- version: 0.4.3
9
+ - 4
10
+ version: 0.4.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aaron Suggs
@@ -85,6 +85,7 @@ extensions: []
85
85
  extra_rdoc_files:
86
86
  - README.rdoc
87
87
  files:
88
+ - .gitignore
88
89
  - README.rdoc
89
90
  - capistrano-hivequeen.gemspec
90
91
  - lib/capistrano/hivequeen.rb