capper 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capper (0.6.6)
4
+ capper (0.6.7)
5
5
  capistrano
6
6
  capistrano_colors
7
7
  erubis
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "capper"
5
- s.version = "0.6.6"
5
+ s.version = "0.6.7"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.licenses = ["MIT"]
8
8
  s.authors = ["Benedikt Böhm"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: capper
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.6
5
+ version: 0.6.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Benedikt B\xC3\xB6hm"
@@ -90,7 +90,7 @@ files:
90
90
  - lib/capper/rvm.rb
91
91
  - lib/capper/sass.rb
92
92
  - lib/capper/templates/delayed_job.sh.erb
93
- - lib/capper/templates/rails.console.sh
93
+ - lib/capper/templates/rails.console.sh.erb
94
94
  - lib/capper/templates/unicorn.rb.erb
95
95
  - lib/capper/templates/unicorn.sh.erb
96
96
  - lib/capper/unicorn.rb