web-app-theme.gemspec in web-app-theme-0.6.3 vs web-app-theme.gemspec in web-app-theme-0.7.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{web-app-theme} - s.version = "0.6.3" + s.version = "0.7.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Andrea Franz"] - s.date = %q{2010-12-28} + s.date = %q{2011-07-25} s.description = %q{Web app theme generator for rails projects} s.email = %q{andrea@gravityblast.com} s.extra_rdoc_files = [ "LICENSE", "README.md" @@ -51,19 +51,40 @@ "lib/generators/web_app_theme/themed/templates/view_text.html.erb", "lib/generators/web_app_theme/themed/themed_generator.rb", "lib/web_app_theme.rb", "stylesheets/base.css", "stylesheets/override.css", + "stylesheets/themes/activo/images/arrow.png", + "stylesheets/themes/activo/images/boxbar-background.png", + "stylesheets/themes/activo/images/button-background-active.png", + "stylesheets/themes/activo/images/button-background.png", + "stylesheets/themes/activo/images/menubar-background.png", + "stylesheets/themes/activo/style.css", "stylesheets/themes/amro/style.css", "stylesheets/themes/bec-green/style.css", "stylesheets/themes/bec/style.css", "stylesheets/themes/blue/style.css", + "stylesheets/themes/default/fonts/museo700-regular-webfont.eot", + "stylesheets/themes/default/fonts/museo700-regular-webfont.svg", + "stylesheets/themes/default/fonts/museo700-regular-webfont.ttf", + "stylesheets/themes/default/fonts/museo700-regular-webfont.woff", + "stylesheets/themes/default/fonts/museosans_500-webfont.eot", + "stylesheets/themes/default/fonts/museosans_500-webfont.svg", + "stylesheets/themes/default/fonts/museosans_500-webfont.ttf", + "stylesheets/themes/default/fonts/museosans_500-webfont.woff", + "stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot", + "stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg", + "stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf", + "stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff", "stylesheets/themes/default/images/arrow.png", + "stylesheets/themes/default/images/bgd.jpg", "stylesheets/themes/default/images/boxbar-background.png", "stylesheets/themes/default/images/button-background-active.png", "stylesheets/themes/default/images/button-background.png", - "stylesheets/themes/default/images/menubar-background.png", + "stylesheets/themes/default/images/messages/error.png", + "stylesheets/themes/default/images/messages/notice.png", + "stylesheets/themes/default/images/messages/warning.png", "stylesheets/themes/default/style.css", "stylesheets/themes/djime-cerulean/style.css", "stylesheets/themes/drastic-dark/style.css", "stylesheets/themes/kathleene/style.css", "stylesheets/themes/olive/style.css", @@ -75,18 +96,17 @@ "test/themed_generator_spec.rb", "web-app-theme.gemspec" ] s.homepage = %q{http://github.com/pilu/web-app-theme} s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} + s.rubygems_version = %q{1.5.0} s.summary = %q{Web app theme generator} s.test_files = [ "test/spec_helper.rb", "test/themed_generator_spec.rb" ] if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end