shoestrap 0.4.0 → 0.4.1
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.
- data/CHANGELOG.md +4 -0
- data/lib/shoestrap/tasks/rails.rb +1 -1
- data/shoestrap.gemspec +1 -1
- metadata +3 -9
data/CHANGELOG.md
CHANGED
|
@@ -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/
|
|
76
|
+
system "scp -r #{ssh_path(ENV['TARGET_ENV'])}/public/uploads public/"
|
|
77
77
|
end
|
|
78
78
|
end
|
|
79
79
|
|
data/shoestrap.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
|
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
|