captain-rails 1.0.3 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1d8fc56012c18b3a4eb9cef476c9a2a3a9e5a82
4
- data.tar.gz: 34f113963c8caac842e1e1cb6c1ee5f10de6f97e
3
+ metadata.gz: e81317d75e59dd1072a9aa4886a8afcdb50ff731
4
+ data.tar.gz: 7105df61bdf8d459e3694ab1e65eac4420121f30
5
5
  SHA512:
6
- metadata.gz: 566c5c6cbbf3663a0205f8c061e93180234ec9b2495067f7e8a316f578f41efac5b8eff16c972ae3637a9bffc91c3116f1b5c1f76edaa33060f20f3a5bfda5d6
7
- data.tar.gz: b4993d2b4240febd761217e0b5f5b89acbdafb922832967b12b772710802c7aba5bf8167383239946c460bce3804ffdeb1f27648ae4efa9eeaea06e173ab9139
6
+ metadata.gz: 83a11b722626a7594eefe80015b6f950b34fd685b99a48c5e785affbe0d07c58c42c524f9d06fbc35a616139427cda47cc43d1547bab68775b5778c9edc96e16
7
+ data.tar.gz: 560033664503e79dbd76c63a6fda03f385c7bc613f40dafcbfed4f2ddc1d24c6bd5e32457c8be6de98d6a70c427c1fe1e4553662fc3aa6e13e225e4bd86dfc55
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
20
20
  spec.require_paths = ["lib"]
21
21
 
22
- spec.post_install_message = "Thanks for installing Captain! Get to know what it does => http://captainrb.co"
22
+ spec.post_install_message = "________________________________________________________________________________\n\nThanks for installing Captain! Get to know what it does => http://captainrb.co \n________________________________________________________________________________"
23
23
 
24
24
  spec.add_development_dependency "bundler", "~> 1.3"
25
25
  spec.add_development_dependency "rake"
@@ -49,7 +49,7 @@ module Captain
49
49
  local_author_email = `git config --get user.email`
50
50
 
51
51
  # Create the basic command
52
- notify_command = "cd #{directory}; #{executable} RAILS_ENV=#{rails_env} captain:start TO=#{captain_env} REVISION=#{current_revision} REPO=#{repository} BRANCH=#{branch} USER=#{Captain::Capistrano::shellescape(local_user)} COMMIT_AUTHOR_NAME=#{local_author_name} COMMIT_AUTHOR_EMAIL=#{local_author_email}"
52
+ notify_command = "cd #{directory}; #{executable} RAILS_ENV=#{rails_env} captain:start TO=#{captain_env} REVISION=#{current_revision} REPO=#{repository} BRANCH=#{branch} USER=#{Captain::Capistrano::shellescape(local_user)} COMMIT_AUTHOR_NAME=\"#{local_author_name}\" COMMIT_AUTHOR_EMAIL=\"#{local_author_email}\""
53
53
  notify_command << " DRY_RUN=true" if dry_run
54
54
  notify_command << " API_KEY=#{ENV['API_KEY']}" if ENV['API_KEY']
55
55
 
@@ -1,3 +1,3 @@
1
1
  module Captain
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: captain-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessio Santo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-02 00:00:00.000000000 Z
12
+ date: 2014-09-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -65,7 +65,6 @@ files:
65
65
  - LICENSE.txt
66
66
  - README.md
67
67
  - Rakefile
68
- - captain-rails-1.0.2.gem
69
68
  - captain-rails.gemspec
70
69
  - config/initializers/captain.rb
71
70
  - lib/captain-rails.rb
@@ -79,7 +78,8 @@ homepage: https://github.com/Pazienti/captain-rails
79
78
  licenses:
80
79
  - MIT
81
80
  metadata: {}
82
- post_install_message: Thanks for installing Captain! Get to know what it does => http://captainrb.co
81
+ post_install_message: "________________________________________________________________________________\n\nThanks
82
+ for installing Captain! Get to know what it does => http://captainrb.co \n________________________________________________________________________________"
83
83
  rdoc_options: []
84
84
  require_paths:
85
85
  - lib
Binary file