Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Macario committed Aug 31, 2009
1 parent c61851f commit 1df4594
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 @@ -25,7 +25,7 @@
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))

module Scruby
VERSION = '0.2.6.7'
VERSION = '0.2.6.8'
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.6.7"
s.version = "0.2.6.8"

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 1df4594

Please sign in to comment.