traktor 0.3.5.2 → 0.3.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/traktor.rb +1 -1
  2. data/lib/traktor/version.rb +1 -1
  3. metadata +4 -4
@@ -105,7 +105,7 @@ end
105
105
  namespace :remote do
106
106
  namespace :app do
107
107
  task :logs do
108
- console("tail -f #{deploy_to}/shared/logs/production.log")
108
+ console("tail -f #{deploy_to}/shared/log/production.log")
109
109
  end
110
110
 
111
111
  task :console do
@@ -1,3 +1,3 @@
1
1
  module Traktor
2
- VERSION = "0.3.5.2"
2
+ VERSION = "0.3.5.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: traktor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 71
4
+ hash: 69
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 5
10
- - 2
11
- version: 0.3.5.2
10
+ - 3
11
+ version: 0.3.5.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Thomas Winkler
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-11-04 00:00:00 +01:00
19
+ date: 2010-11-11 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency