Skip to content

Commit 5eb11e1

Browse files
committed
version 0.7.0
1 parent d0a6e2b commit 5eb11e1

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.3
1+
0.7.0

web-app-theme.gemspec

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{web-app-theme}
8-
s.version = "0.6.3"
8+
s.version = "0.7.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Andrea Franz"]
12-
s.date = %q{2010-12-28}
12+
s.date = %q{2011-07-25}
1313
s.description = %q{Web app theme generator for rails projects}
1414
s.email = %q{[email protected]}
1515
s.extra_rdoc_files = [
@@ -53,15 +53,36 @@ Gem::Specification.new do |s|
5353
"lib/web_app_theme.rb",
5454
"stylesheets/base.css",
5555
"stylesheets/override.css",
56+
"stylesheets/themes/activo/images/arrow.png",
57+
"stylesheets/themes/activo/images/boxbar-background.png",
58+
"stylesheets/themes/activo/images/button-background-active.png",
59+
"stylesheets/themes/activo/images/button-background.png",
60+
"stylesheets/themes/activo/images/menubar-background.png",
61+
"stylesheets/themes/activo/style.css",
5662
"stylesheets/themes/amro/style.css",
5763
"stylesheets/themes/bec-green/style.css",
5864
"stylesheets/themes/bec/style.css",
5965
"stylesheets/themes/blue/style.css",
66+
"stylesheets/themes/default/fonts/museo700-regular-webfont.eot",
67+
"stylesheets/themes/default/fonts/museo700-regular-webfont.svg",
68+
"stylesheets/themes/default/fonts/museo700-regular-webfont.ttf",
69+
"stylesheets/themes/default/fonts/museo700-regular-webfont.woff",
70+
"stylesheets/themes/default/fonts/museosans_500-webfont.eot",
71+
"stylesheets/themes/default/fonts/museosans_500-webfont.svg",
72+
"stylesheets/themes/default/fonts/museosans_500-webfont.ttf",
73+
"stylesheets/themes/default/fonts/museosans_500-webfont.woff",
74+
"stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot",
75+
"stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg",
76+
"stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf",
77+
"stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff",
6078
"stylesheets/themes/default/images/arrow.png",
79+
"stylesheets/themes/default/images/bgd.jpg",
6180
"stylesheets/themes/default/images/boxbar-background.png",
6281
"stylesheets/themes/default/images/button-background-active.png",
6382
"stylesheets/themes/default/images/button-background.png",
64-
"stylesheets/themes/default/images/menubar-background.png",
83+
"stylesheets/themes/default/images/messages/error.png",
84+
"stylesheets/themes/default/images/messages/notice.png",
85+
"stylesheets/themes/default/images/messages/warning.png",
6586
"stylesheets/themes/default/style.css",
6687
"stylesheets/themes/djime-cerulean/style.css",
6788
"stylesheets/themes/drastic-dark/style.css",
@@ -77,15 +98,14 @@ Gem::Specification.new do |s|
7798
]
7899
s.homepage = %q{http://github.com/pilu/web-app-theme}
79100
s.require_paths = ["lib"]
80-
s.rubygems_version = %q{1.3.7}
101+
s.rubygems_version = %q{1.5.0}
81102
s.summary = %q{Web app theme generator}
82103
s.test_files = [
83104
"test/spec_helper.rb",
84105
"test/themed_generator_spec.rb"
85106
]
86107

87108
if s.respond_to? :specification_version then
88-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
89109
s.specification_version = 3
90110

91111
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then

0 commit comments

Comments
 (0)