incurve 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/incurve.gemspec +5 -5
- metadata +7 -7
data/Rakefile
CHANGED
@@ -9,9 +9,9 @@ begin
|
|
9
9
|
gem.description = %Q{InCurve provides some handy helper methods for your Rails app, letting you easily inline your CSS code.}
|
10
10
|
gem.email = "stefano.verna@welaika.com"
|
11
11
|
gem.homepage = "http://github.com/welaika/incurve"
|
12
|
-
gem.authors = ["Stefano Verna
|
12
|
+
gem.authors = ["Stefano Verna ~ http://www.weLaika.com"]
|
13
13
|
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
14
|
-
gem.add_dependency("premailer", ">= 1.5.
|
14
|
+
gem.add_dependency("premailer", ">= 1.5.4")
|
15
15
|
end
|
16
16
|
Jeweler::GemcutterTasks.new
|
17
17
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
data/incurve.gemspec
CHANGED
@@ -5,10 +5,10 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{incurve}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Stefano Verna
|
11
|
+
s.authors = ["Stefano Verna ~ http://www.weLaika.com"]
|
12
12
|
s.date = %q{2010-07-30}
|
13
13
|
s.description = %q{InCurve provides some handy helper methods for your Rails app, letting you easily inline your CSS code.}
|
14
14
|
s.email = %q{stefano.verna@welaika.com}
|
@@ -46,14 +46,14 @@ Gem::Specification.new do |s|
|
|
46
46
|
|
47
47
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
48
48
|
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
49
|
-
s.add_runtime_dependency(%q<premailer>, [">= 1.5.
|
49
|
+
s.add_runtime_dependency(%q<premailer>, [">= 1.5.4"])
|
50
50
|
else
|
51
51
|
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
52
|
-
s.add_dependency(%q<premailer>, [">= 1.5.
|
52
|
+
s.add_dependency(%q<premailer>, [">= 1.5.4"])
|
53
53
|
end
|
54
54
|
else
|
55
55
|
s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
|
56
|
-
s.add_dependency(%q<premailer>, [">= 1.5.
|
56
|
+
s.add_dependency(%q<premailer>, [">= 1.5.4"])
|
57
57
|
end
|
58
58
|
end
|
59
59
|
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: incurve
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 3
|
10
|
+
version: 0.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
|
-
- Stefano Verna
|
13
|
+
- Stefano Verna ~ http://www.weLaika.com
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
@@ -40,12 +40,12 @@ dependencies:
|
|
40
40
|
requirements:
|
41
41
|
- - ">="
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
hash:
|
43
|
+
hash: 11
|
44
44
|
segments:
|
45
45
|
- 1
|
46
46
|
- 5
|
47
|
-
-
|
48
|
-
version: 1.5.
|
47
|
+
- 4
|
48
|
+
version: 1.5.4
|
49
49
|
type: :runtime
|
50
50
|
version_requirements: *id002
|
51
51
|
description: InCurve provides some handy helper methods for your Rails app, letting you easily inline your CSS code.
|