Skip to content

Commit c415979

Browse files
committed
version 0.6.3
1 parent 983ac29 commit c415979

File tree

1 file changed

+62
-64
lines changed

1 file changed

+62
-64
lines changed

web-app-theme.gemspec

Lines changed: 62 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,87 @@
11
# Generated by jeweler
22
# DO NOT EDIT THIS FILE DIRECTLY
3-
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
55

66
Gem::Specification.new do |s|
77
s.name = %q{web-app-theme}
8-
s.version = "0.6.2"
8+
s.version = "0.6.3"
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-09-28}
12+
s.date = %q{2010-12-28}
1313
s.description = %q{Web app theme generator for rails projects}
1414
s.email = %q{[email protected]}
1515
s.extra_rdoc_files = [
1616
"LICENSE",
17-
"README.md"
17+
"README.md"
1818
]
1919
s.files = [
20-
".gitignore",
21-
"LICENSE",
22-
"README.md",
23-
"Rakefile",
24-
"VERSION",
25-
"config/locales/de_de.yml",
26-
"config/locales/pt_br.yml",
27-
"features/step_definitions/layout_steps.rb",
28-
"features/step_definitions/themed_steps.rb",
29-
"features/support/env.rb",
30-
"features/theme_generator.feature",
31-
"features/themed_generator.feature",
32-
"images/avatar.png",
33-
"images/icons/application_edit.png",
34-
"images/icons/cross.png",
35-
"images/icons/key.png",
36-
"images/icons/tick.png",
37-
"index.html",
38-
"javascripts/jquery-1.3.min.js",
39-
"javascripts/jquery.localscroll.js",
40-
"javascripts/jquery.scrollTo.js",
41-
"lib/generators/web_app_theme/theme/templates/layout_admin.html.erb",
42-
"lib/generators/web_app_theme/theme/templates/layout_sign.html.erb",
43-
"lib/generators/web_app_theme/theme/theme_generator.rb",
44-
"lib/generators/web_app_theme/themed/templates/view_edit.html.erb",
45-
"lib/generators/web_app_theme/themed/templates/view_form.html.erb",
46-
"lib/generators/web_app_theme/themed/templates/view_new.html.erb",
47-
"lib/generators/web_app_theme/themed/templates/view_show.html.erb",
48-
"lib/generators/web_app_theme/themed/templates/view_sidebar.html.erb",
49-
"lib/generators/web_app_theme/themed/templates/view_signin.html.erb",
50-
"lib/generators/web_app_theme/themed/templates/view_signup.html.erb",
51-
"lib/generators/web_app_theme/themed/templates/view_tables.html.erb",
52-
"lib/generators/web_app_theme/themed/templates/view_text.html.erb",
53-
"lib/generators/web_app_theme/themed/themed_generator.rb",
54-
"lib/web_app_theme.rb",
55-
"stylesheets/base.css",
56-
"stylesheets/override.css",
57-
"stylesheets/themes/amro/style.css",
58-
"stylesheets/themes/bec-green/style.css",
59-
"stylesheets/themes/bec/style.css",
60-
"stylesheets/themes/blue/style.css",
61-
"stylesheets/themes/default/images/arrow.png",
62-
"stylesheets/themes/default/images/boxbar-background.png",
63-
"stylesheets/themes/default/images/button-background-active.png",
64-
"stylesheets/themes/default/images/button-background.png",
65-
"stylesheets/themes/default/images/menubar-background.png",
66-
"stylesheets/themes/default/style.css",
67-
"stylesheets/themes/djime-cerulean/style.css",
68-
"stylesheets/themes/drastic-dark/style.css",
69-
"stylesheets/themes/kathleene/style.css",
70-
"stylesheets/themes/olive/style.css",
71-
"stylesheets/themes/orange/style.css",
72-
"stylesheets/themes/red/style.css",
73-
"stylesheets/themes/reidb-greenish/style.css",
74-
"stylesheets/themes/warehouse/style.css",
75-
"test/spec_helper.rb",
76-
"test/themed_generator_spec.rb",
77-
"web-app-theme.gemspec"
20+
"LICENSE",
21+
"README.md",
22+
"Rakefile",
23+
"VERSION",
24+
"config/locales/de_de.yml",
25+
"config/locales/pt_br.yml",
26+
"features/step_definitions/layout_steps.rb",
27+
"features/step_definitions/themed_steps.rb",
28+
"features/support/env.rb",
29+
"features/theme_generator.feature",
30+
"features/themed_generator.feature",
31+
"images/avatar.png",
32+
"images/icons/application_edit.png",
33+
"images/icons/cross.png",
34+
"images/icons/key.png",
35+
"images/icons/tick.png",
36+
"index.html",
37+
"javascripts/jquery-1.3.min.js",
38+
"javascripts/jquery.localscroll.js",
39+
"javascripts/jquery.scrollTo.js",
40+
"lib/generators/web_app_theme/theme/templates/layout_admin.html.erb",
41+
"lib/generators/web_app_theme/theme/templates/layout_sign.html.erb",
42+
"lib/generators/web_app_theme/theme/theme_generator.rb",
43+
"lib/generators/web_app_theme/themed/templates/view_edit.html.erb",
44+
"lib/generators/web_app_theme/themed/templates/view_form.html.erb",
45+
"lib/generators/web_app_theme/themed/templates/view_new.html.erb",
46+
"lib/generators/web_app_theme/themed/templates/view_show.html.erb",
47+
"lib/generators/web_app_theme/themed/templates/view_sidebar.html.erb",
48+
"lib/generators/web_app_theme/themed/templates/view_signin.html.erb",
49+
"lib/generators/web_app_theme/themed/templates/view_signup.html.erb",
50+
"lib/generators/web_app_theme/themed/templates/view_tables.html.erb",
51+
"lib/generators/web_app_theme/themed/templates/view_text.html.erb",
52+
"lib/generators/web_app_theme/themed/themed_generator.rb",
53+
"lib/web_app_theme.rb",
54+
"stylesheets/base.css",
55+
"stylesheets/override.css",
56+
"stylesheets/themes/amro/style.css",
57+
"stylesheets/themes/bec-green/style.css",
58+
"stylesheets/themes/bec/style.css",
59+
"stylesheets/themes/blue/style.css",
60+
"stylesheets/themes/default/images/arrow.png",
61+
"stylesheets/themes/default/images/boxbar-background.png",
62+
"stylesheets/themes/default/images/button-background-active.png",
63+
"stylesheets/themes/default/images/button-background.png",
64+
"stylesheets/themes/default/images/menubar-background.png",
65+
"stylesheets/themes/default/style.css",
66+
"stylesheets/themes/djime-cerulean/style.css",
67+
"stylesheets/themes/drastic-dark/style.css",
68+
"stylesheets/themes/kathleene/style.css",
69+
"stylesheets/themes/olive/style.css",
70+
"stylesheets/themes/orange/style.css",
71+
"stylesheets/themes/red/style.css",
72+
"stylesheets/themes/reidb-greenish/style.css",
73+
"stylesheets/themes/warehouse/style.css",
74+
"test/spec_helper.rb",
75+
"test/themed_generator_spec.rb",
76+
"web-app-theme.gemspec"
7877
]
7978
s.homepage = %q{http://github.com/pilu/web-app-theme}
80-
s.rdoc_options = ["--charset=UTF-8"]
8179
s.require_paths = ["lib"]
8280
s.rubygems_version = %q{1.3.7}
8381
s.summary = %q{Web app theme generator}
8482
s.test_files = [
8583
"test/spec_helper.rb",
86-
"test/themed_generator_spec.rb"
84+
"test/themed_generator_spec.rb"
8785
]
8886

8987
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)