Skip to content

Commit 7b6b5c6

Browse files
committed
version 0.5.0. Added Bryan Woods in the Contributors section
1 parent bf0c701 commit 7b6b5c6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Contributors
141141
* Stas SUSHKOV
142142
* Daniel Cukier
143143
* Roberto Klein
144+
* Bryan Woods
144145

145146
Credits
146147
-------

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.5.0

web-app-theme.gemspec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::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}
1414
s.email = %q{[email protected]}
1515
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

Comments
 (0)