moonwalkair 0.2.0 → 0.3.0
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/Rakefile +1 -0
- data/VERSION.yml +1 -1
- data/moonwalkair.gemspec +4 -1
- metadata +11 -1
data/Rakefile
CHANGED
|
@@ -11,6 +11,7 @@ begin
|
|
|
11
11
|
gem.homepage = "http://github.com/danielvlopes/moonwalkair"
|
|
12
12
|
gem.authors = ["Daniel Lopes"]
|
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
|
14
|
+
gem.add_dependency('yui-compressor', '~> 0.9.1')
|
|
14
15
|
end
|
|
15
16
|
Jeweler::GemcutterTasks.new
|
|
16
17
|
rescue LoadError
|
data/VERSION.yml
CHANGED
data/moonwalkair.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{moonwalkair}
|
|
8
|
-
s.version = "0.
|
|
8
|
+
s.version = "0.3.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Daniel Lopes"]
|
|
@@ -98,11 +98,14 @@ Gem::Specification.new do |s|
|
|
|
98
98
|
|
|
99
99
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
100
100
|
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
|
|
101
|
+
s.add_runtime_dependency(%q<yui-compressor>, ["~> 0.9.1"])
|
|
101
102
|
else
|
|
102
103
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
104
|
+
s.add_dependency(%q<yui-compressor>, ["~> 0.9.1"])
|
|
103
105
|
end
|
|
104
106
|
else
|
|
105
107
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
108
|
+
s.add_dependency(%q<yui-compressor>, ["~> 0.9.1"])
|
|
106
109
|
end
|
|
107
110
|
end
|
|
108
111
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moonwalkair
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Lopes
|
|
@@ -22,6 +22,16 @@ dependencies:
|
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: 1.2.9
|
|
24
24
|
version:
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: yui-compressor
|
|
27
|
+
type: :runtime
|
|
28
|
+
version_requirement:
|
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ~>
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: 0.9.1
|
|
34
|
+
version:
|
|
25
35
|
description: Moonwalkair help you to start build your AIR app and make it walk in the right way. The gem let you start your development faster, creating the entire folder structure and many files that a AIR app depends
|
|
26
36
|
email: danielvlopes@gmail.com
|
|
27
37
|
executables:
|