captain-rails 1.0.2 → 1.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2dc272a48e6712f0d42e829b3b38740feb85bef
4
- data.tar.gz: 831b8c1b5042f609aed4a17d5ded721b123f3543
3
+ metadata.gz: f1d8fc56012c18b3a4eb9cef476c9a2a3a9e5a82
4
+ data.tar.gz: 34f113963c8caac842e1e1cb6c1ee5f10de6f97e
5
5
  SHA512:
6
- metadata.gz: 196cba08e022946c952d6487095d7639ecd607c92c16f84de7d94d7d3d31ce9ffa29d32c118b479d1de76b40b6821cff90902980d1aca5377a34b5ae1603ba63
7
- data.tar.gz: 8e9a1a3589599b591d9f2366137fba811491675d64db0dff90472bfb986beec2c2e4522896761662a4737f19a40fe921dcbe09ee3d688f2584361e1fc2aaa367
6
+ metadata.gz: 566c5c6cbbf3663a0205f8c061e93180234ec9b2495067f7e8a316f578f41efac5b8eff16c972ae3637a9bffc91c3116f1b5c1f76edaa33060f20f3a5bfda5d6
7
+ data.tar.gz: b4993d2b4240febd761217e0b5f5b89acbdafb922832967b12b772710802c7aba5bf8167383239946c460bce3804ffdeb1f27648ae4efa9eeaea06e173ab9139
Binary file
@@ -19,6 +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
23
 
23
24
  spec.add_development_dependency "bundler", "~> 1.3"
24
25
  spec.add_development_dependency "rake"
@@ -1,3 +1,3 @@
1
1
  module Captain
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessio Santo
@@ -65,6 +65,7 @@ files:
65
65
  - LICENSE.txt
66
66
  - README.md
67
67
  - Rakefile
68
+ - captain-rails-1.0.2.gem
68
69
  - captain-rails.gemspec
69
70
  - config/initializers/captain.rb
70
71
  - lib/captain-rails.rb
@@ -78,7 +79,7 @@ homepage: https://github.com/Pazienti/captain-rails
78
79
  licenses:
79
80
  - MIT
80
81
  metadata: {}
81
- post_install_message:
82
+ post_install_message: Thanks for installing Captain! Get to know what it does => http://captainrb.co
82
83
  rdoc_options: []
83
84
  require_paths:
84
85
  - lib