55
66Gem ::Specification . new do |s |
77 s . name = %q{web-app-theme}
8- s . version = "0.4 .0"
8+ s . version = "0.5 .0"
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{2009-11-10 }
12+ s . date = %q{2010-01-04 }
1313 s . description = %q{Web app theme generator for rails projects}
14141515 s . extra_rdoc_files = [
@@ -22,12 +22,18 @@ Gem::Specification.new do |s|
2222 "README.md" ,
2323 "Rakefile" ,
2424 "VERSION" ,
25+ "config/locales/de_de.yml" ,
26+ "config/locales/pt_br.yml" ,
2527 "features/step_definitions/layout_steps.rb" ,
2628 "features/step_definitions/themed_steps.rb" ,
2729 "features/support/env.rb" ,
2830 "features/theme_generator.feature" ,
2931 "features/themed_generator.feature" ,
3032 "images/avatar.png" ,
33+ "images/icons/application_edit.png" ,
34+ "images/icons/cross.png" ,
35+ "images/icons/key.png" ,
36+ "images/icons/tick.png" ,
3137 "index.html" ,
3238 "javascripts/jquery-1.3.min.js" ,
3339 "javascripts/jquery.localscroll.js" ,
0 commit comments