sml-rubber 0.9.8 → 0.9.9
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/VERSION +1 -1
- data/lib/rubber/recipes/rubber/setup.rb +1 -0
- metadata +3 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.9
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sml-rubber
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Conway
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-09-03 00:00:00 -07:00
|
|
13
13
|
default_executable: vulcanize
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -226,7 +226,6 @@ files:
|
|
|
226
226
|
- lib/rubber/util.rb
|
|
227
227
|
has_rdoc: false
|
|
228
228
|
homepage: http://github.com/wr0ngway/rubber
|
|
229
|
-
licenses:
|
|
230
229
|
post_install_message:
|
|
231
230
|
rdoc_options:
|
|
232
231
|
- --charset=UTF-8
|
|
@@ -247,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
247
246
|
requirements: []
|
|
248
247
|
|
|
249
248
|
rubyforge_project: rubber
|
|
250
|
-
rubygems_version: 1.
|
|
249
|
+
rubygems_version: 1.2.0
|
|
251
250
|
signing_key:
|
|
252
251
|
specification_version: 3
|
|
253
252
|
summary: A capistrano plugin for managing multi-instance deployments to the cloud (ec2)
|