Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
GitHub needed the RubyGems flag set previously my commit, me being dumb.
  • Loading branch information
luislavena committed Nov 28, 2008
1 parent 47469e3 commit 1bf608d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rake-compiler.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: rake-compiler
version: !ruby/object:Gem::Version
version: 0.1.0
version: 0.1.1
platform: ruby
authors:
- Luis Lavena
Expand Down
2 changes: 1 addition & 1 deletion tasks/rubygems.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'rake/gempackagetask'
spec = Gem::Specification.new do |s|
# basic information
s.name = "rake-compiler"
s.version = "0.1.0"
s.version = "0.1.1"
s.platform = Gem::Platform::RUBY

# description and details
Expand Down

0 comments on commit 1bf608d

Please sign in to comment.