capper 0.6.7 → 0.6.8

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.7)
4
+ capper (0.6.8)
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.7"
5
+ s.version = "0.6.8"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.licenses = ["MIT"]
8
8
  s.authors = ["Benedikt Böhm"]
@@ -5,7 +5,7 @@ export RAILS_ENV=<%= rails_env %>
5
5
 
6
6
  cd <%= current_path %> >/dev/null
7
7
 
8
- if [[ -e ./scripts/console ]]; then
8
+ if [[ -e ./script/console ]]; then
9
9
  exec bundle exec ruby ./script/console
10
10
  else
11
11
  exec bundle exec ruby ./script/rails console
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: capper
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.7
5
+ version: 0.6.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Benedikt B\xC3\xB6hm"