brighter_planet_layout 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/brighter_planet_layout.gemspec +1 -5
- metadata +2 -6
- data/public/stylesheets/images/cards.ai +182 -47228
- data/public/stylesheets/images/emitters.ai +22 -7221
- data/public/stylesheets/images/gears.ai +2 -1681
- data/public/stylesheets/images/prism.ai +2 -1278
data/Rakefile
CHANGED
@@ -11,7 +11,7 @@ begin
|
|
11
11
|
gem.homepage = "http://github.com/brighterplanet/brighter_planet_layout"
|
12
12
|
gem.authors = ["Andy Rossmeissl"]
|
13
13
|
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
14
|
-
|
14
|
+
gem.files.reject! { |fn| fn.downcase =~ /\.ai$/ }
|
15
15
|
end
|
16
16
|
Jeweler::GemcutterTasks.new
|
17
17
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.10
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{brighter_planet_layout}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.10"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Andy Rossmeissl"]
|
@@ -54,14 +54,10 @@ Gem::Specification.new do |s|
|
|
54
54
|
"public/stylesheets/fonts/KievitWebPro.eot",
|
55
55
|
"public/stylesheets/fonts/KievitWebPro.woff",
|
56
56
|
"public/stylesheets/images/bg.png",
|
57
|
-
"public/stylesheets/images/cards.ai",
|
58
57
|
"public/stylesheets/images/cards.png",
|
59
|
-
"public/stylesheets/images/emitters.ai",
|
60
58
|
"public/stylesheets/images/emitters.png",
|
61
|
-
"public/stylesheets/images/gears.ai",
|
62
59
|
"public/stylesheets/images/gears.png",
|
63
60
|
"public/stylesheets/images/logo.png",
|
64
|
-
"public/stylesheets/images/prism.ai",
|
65
61
|
"public/stylesheets/images/prism.png",
|
66
62
|
"test/helper.rb",
|
67
63
|
"test/test_brighter_planet_layout.rb"
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 10
|
9
|
+
version: 0.1.10
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Andy Rossmeissl
|
@@ -76,14 +76,10 @@ files:
|
|
76
76
|
- public/stylesheets/fonts/KievitWebPro.eot
|
77
77
|
- public/stylesheets/fonts/KievitWebPro.woff
|
78
78
|
- public/stylesheets/images/bg.png
|
79
|
-
- public/stylesheets/images/cards.ai
|
80
79
|
- public/stylesheets/images/cards.png
|
81
|
-
- public/stylesheets/images/emitters.ai
|
82
80
|
- public/stylesheets/images/emitters.png
|
83
|
-
- public/stylesheets/images/gears.ai
|
84
81
|
- public/stylesheets/images/gears.png
|
85
82
|
- public/stylesheets/images/logo.png
|
86
|
-
- public/stylesheets/images/prism.ai
|
87
83
|
- public/stylesheets/images/prism.png
|
88
84
|
- test/helper.rb
|
89
85
|
- test/test_brighter_planet_layout.rb
|