Skip to content

Commit

Permalink
moving assets to app/ from vendor/, make more sense :D
Browse files Browse the repository at this point in the history
  • Loading branch information
jweslley committed Sep 2, 2011
1 parent 803d64e commit 06fb0af
Show file tree
Hide file tree
Showing 46 changed files with 5 additions and 95 deletions.
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

File renamed without changes.
99 changes: 5 additions & 94 deletions web-app-theme.gemspec
@@ -1,109 +1,20 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{web-app-theme} s.name = %q{web-app-theme}
s.version = "0.7.0" s.version = "0.8.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrea Franz"] s.authors = ["Andrea Franz"]
s.date = %q{2011-07-25} s.date = %q{2011-07-25}
s.description = %q{Web app theme generator for rails projects} s.description = %q{Web app theme generator for rails projects}
s.email = %q{andrea@gravityblast.com} s.email = %q{andrea@gravityblast.com}
s.extra_rdoc_files = [
"LICENSE", s.test_files = Dir['test/*', 'features/**/*']
"README.md" s.files = Dir['{app,config,lib}/**/*'] + ['LICENSE', 'Rakefile', 'README.md']
]
s.files = [
"LICENSE",
"README.md",
"Rakefile",
"VERSION",
"config/locales/de_de.yml",
"config/locales/pt_br.yml",
"features/step_definitions/layout_steps.rb",
"features/step_definitions/themed_steps.rb",
"features/support/env.rb",
"features/theme_generator.feature",
"features/themed_generator.feature",
"images/avatar.png",
"images/icons/application_edit.png",
"images/icons/cross.png",
"images/icons/key.png",
"images/icons/tick.png",
"index.html",
"javascripts/jquery-1.3.min.js",
"javascripts/jquery.localscroll.js",
"javascripts/jquery.scrollTo.js",
"lib/generators/web_app_theme/theme/templates/layout_admin.html.erb",
"lib/generators/web_app_theme/theme/templates/layout_sign.html.erb",
"lib/generators/web_app_theme/theme/theme_generator.rb",
"lib/generators/web_app_theme/themed/templates/view_edit.html.erb",
"lib/generators/web_app_theme/themed/templates/view_form.html.erb",
"lib/generators/web_app_theme/themed/templates/view_new.html.erb",
"lib/generators/web_app_theme/themed/templates/view_show.html.erb",
"lib/generators/web_app_theme/themed/templates/view_sidebar.html.erb",
"lib/generators/web_app_theme/themed/templates/view_signin.html.erb",
"lib/generators/web_app_theme/themed/templates/view_signup.html.erb",
"lib/generators/web_app_theme/themed/templates/view_tables.html.erb",
"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/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",
"stylesheets/themes/orange/style.css",
"stylesheets/themes/red/style.css",
"stylesheets/themes/reidb-greenish/style.css",
"stylesheets/themes/warehouse/style.css",
"test/spec_helper.rb",
"test/themed_generator_spec.rb",
"web-app-theme.gemspec"
]
s.homepage = %q{http://github.com/pilu/web-app-theme} s.homepage = %q{http://github.com/pilu/web-app-theme}
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.0} s.rubygems_version = %q{1.5.0}
s.summary = %q{Web app theme generator} 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 if s.respond_to? :specification_version then
s.specification_version = 3 s.specification_version = 3
Expand Down

0 comments on commit 06fb0af

Please sign in to comment.