Updated the web_theme app's theme media file to match upstreams new version
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
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 = [
|
||||
@@ -53,15 +53,36 @@ Gem::Specification.new do |s|
|
||||
"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",
|
||||
@@ -77,7 +98,7 @@ Gem::Specification.new do |s|
|
||||
]
|
||||
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",
|
||||
@@ -85,7 +106,6 @@ Gem::Specification.new do |s|
|
||||
]
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user