semilla 0.0.6 → 0.0.7
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/lib/semilla/version.rb +1 -1
- data/semilla-0.0.6.gem +0 -0
- data/semilla.gemspec +1 -1
- metadata +5 -4
data/lib/semilla/version.rb
CHANGED
data/semilla-0.0.6.gem
ADDED
Binary file
|
data/semilla.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.date = "2011-12-28"
|
10
10
|
s.summary = "Rake tasks for flexunit4"
|
11
11
|
s.email = "support@semilla.com"
|
12
|
-
s.homepage = "https://github.com/
|
12
|
+
s.homepage = "https://github.com/vicro/semilla"
|
13
13
|
s.authors = ['Victor G. Rosales']
|
14
14
|
|
15
15
|
s.description = <<-EOF
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: semilla
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-12-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: flashsdk
|
16
|
-
requirement: &
|
16
|
+
requirement: &2152406740 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 1.1.0.pre
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2152406740
|
25
25
|
description: ! 'Rake tasks for executing flex unit 4 tests.
|
26
26
|
|
27
27
|
It should be used in addition to the sprout gem.
|
@@ -42,8 +42,9 @@ files:
|
|
42
42
|
- lib/semilla.rb
|
43
43
|
- rakefile.rb
|
44
44
|
- README.md
|
45
|
+
- semilla-0.0.6.gem
|
45
46
|
- semilla.gemspec
|
46
|
-
homepage: https://github.com/
|
47
|
+
homepage: https://github.com/vicro/semilla
|
47
48
|
licenses: []
|
48
49
|
post_install_message:
|
49
50
|
rdoc_options: []
|