Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Macario committed Aug 7, 2009
1 parent bc6ebed commit 4f0beba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/scruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))

module Scruby
VERSION = '0.2'
VERSION = '0.2.1'
end

require "scruby/core_ext/object"
Expand Down
2 changes: 1 addition & 1 deletion scruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{scruby}
s.version = "0.2"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Macario Ortega"]
Expand Down

0 comments on commit 4f0beba

Please sign in to comment.