|
1 | 1 | # Generated by jeweler |
2 | 2 | # 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' |
4 | 4 | # -*- encoding: utf-8 -*- |
5 | 5 |
|
6 | 6 | Gem::Specification.new do |s| |
7 | 7 | s.name = %q{web-app-theme} |
8 | | - s.version = "0.6.2" |
| 8 | + s.version = "0.6.3" |
9 | 9 |
|
10 | 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
11 | 11 | s.authors = ["Andrea Franz"] |
12 | | - s.date = %q{2010-09-28} |
| 12 | + s.date = %q{2010-12-28} |
13 | 13 | s.description = %q{Web app theme generator for rails projects} |
14 | 14 | |
15 | 15 | s.extra_rdoc_files = [ |
16 | 16 | "LICENSE", |
17 | | - "README.md" |
| 17 | + "README.md" |
18 | 18 | ] |
19 | 19 | 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" |
78 | 77 | ] |
79 | 78 | s.homepage = %q{http://github.com/pilu/web-app-theme} |
80 | | - s.rdoc_options = ["--charset=UTF-8"] |
81 | 79 | s.require_paths = ["lib"] |
82 | 80 | s.rubygems_version = %q{1.3.7} |
83 | 81 | s.summary = %q{Web app theme generator} |
84 | 82 | s.test_files = [ |
85 | 83 | "test/spec_helper.rb", |
86 | | - "test/themed_generator_spec.rb" |
| 84 | + "test/themed_generator_spec.rb" |
87 | 85 | ] |
88 | 86 |
|
89 | 87 | if s.respond_to? :specification_version then |
|
0 commit comments