Skip to content

Commit

Permalink
rubygems fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Feb 27, 2011
1 parent 3f8d8fc commit 99bb515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -14,7 +14,7 @@ Jeweler::Tasks.new do |gem|
gem.name = "stackoverflair"
gem.homepage = "http://github.com/nashby/stackoverflair"
gem.license = "MIT"
gem.version = "0.1"
gem.version = "0.11"
gem.summary = %Q{put your stackoverflow flair wherever you want}
gem.description = %Q{put your stackoverflow flair wherever you want}
gem.email = "younash@gmail.com"
Expand Down
4 changes: 2 additions & 2 deletions stackoverflair.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{stackoverflair}
s.version = "0.1"
s.version = "0.11"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["nashby"]
Expand Down Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/nashby/stackoverflair}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.0}
s.rubygems_version = %q{1.5.3}
s.summary = %q{put your stackoverflow flair wherever you want}
s.test_files = [
"test/helper.rb",
Expand Down

0 comments on commit 99bb515

Please sign in to comment.