bigpanda 0.1.0 → 0.1.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/lib/bigpanda/capistrano.rb +1 -1
  2. metadata +4 -3
@@ -39,7 +39,7 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
39
39
  :version => "#{fetch(:branch, '')} #{release_name}",
40
40
  :hosts => find_servers_for_task(current_task),
41
41
  :env => rails_env,
42
- :owner => fetch(:bp_owner, nil),
42
+ :owner => fetch(:bigpanda_owner, nil),
43
43
  :properties => properties
44
44
  })
45
45
  rescue Exception => e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigpanda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-17 00:00:00.000000000 Z
12
+ date: 2013-07-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -37,7 +37,8 @@ files:
37
37
  - lib/bigpanda/capistrano.rb
38
38
  - lib/bigpanda/bp-api.rb
39
39
  homepage: https://github.com/bigpandaio/bigpanda-rb
40
- licenses: []
40
+ licenses:
41
+ - MIT
41
42
  post_install_message:
42
43
  rdoc_options: []
43
44
  require_paths: