sprout 1.0.2.pre → 1.0.3.pre
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.
Potentially problematic release.
This version of sprout might be problematic. Click here for more details.
data/lib/sprout/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 3
|
9
9
|
- pre
|
10
|
-
version: 1.0.
|
10
|
+
version: 1.0.3.pre
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Luke Bayes
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-06-
|
18
|
+
date: 2010-06-20 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -265,6 +265,7 @@ files:
|
|
265
265
|
- script/console
|
266
266
|
- script/destroy
|
267
267
|
- script/generate
|
268
|
+
- sprout-1.0.2.pre.gem
|
268
269
|
- sprout.gemspec
|
269
270
|
- test/fixtures/archive_unpacker/copyable/some_file.exe
|
270
271
|
- test/fixtures/archive_unpacker/copyable/some_file.rb
|