Skip to content

Commit

Permalink
Config -> RbConfig (thanks msch)
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Feb 29, 2012
1 parent dbc5129 commit c08c522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding_of_caller.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "binding_of_caller"
s.version = "0.6.5"
s.version = "0.6.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Mair (banisterfiend)"]
Expand Down
2 changes: 1 addition & 1 deletion lib/binding_of_caller/version.rb
@@ -1,3 +1,3 @@
module BindingOfCaller
VERSION = "0.6.5"
VERSION = "0.6.6"
end

0 comments on commit c08c522

Please sign in to comment.