shoestrap 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
1
1
  #Changelog
2
2
 
3
+ ## 0.4.1 - 2013-06-03
4
+
5
+ * fix sync task (assets were copied to the wrong directory)
6
+
3
7
  ## 0.4.0 - 2013-05-28
4
8
 
5
9
  * add tasks for syncing down db and assets from production
@@ -73,7 +73,7 @@ namespace :sync do
73
73
  raise 'No TARGET_ENV specified!' unless ENV['TARGET_ENV']
74
74
 
75
75
  puts '--> copying down assets'
76
- system "scp -r #{ssh_path(ENV['TARGET_ENV'])}/public/uploads public/uploads"
76
+ system "scp -r #{ssh_path(ENV['TARGET_ENV'])}/public/uploads public/"
77
77
  end
78
78
  end
79
79
 
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "shoestrap"
6
- s.version = '0.4.0'
6
+ s.version = '0.4.1'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Immanuel Häussermann", "Felipe Kaufmann", "Phil Schilter", "Noëlle Rosenberg"]
9
9
  s.email = "info@screenconcept.ch"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoestrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-05-28 00:00:00.000000000 Z
15
+ date: 2013-06-03 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rspec
@@ -158,21 +158,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
158
158
  - - ! '>='
159
159
  - !ruby/object:Gem::Version
160
160
  version: '0'
161
- segments:
162
- - 0
163
- hash: 2530350505472567996
164
161
  required_rubygems_version: !ruby/object:Gem::Requirement
165
162
  none: false
166
163
  requirements:
167
164
  - - ! '>='
168
165
  - !ruby/object:Gem::Version
169
166
  version: '0'
170
- segments:
171
- - 0
172
- hash: 2530350505472567996
173
167
  requirements: []
174
168
  rubyforge_project: shoestrap
175
- rubygems_version: 1.8.25
169
+ rubygems_version: 1.8.24
176
170
  signing_key:
177
171
  specification_version: 3
178
172
  summary: A tool that helps you bootstrap your rails projects