Skip to content

Commit

Permalink
version 0.6.9 release
Browse files Browse the repository at this point in the history
MRI 2.0 support
  • Loading branch information
banister committed Feb 14, 2013
1 parent 48e954f commit 65106c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions binding_of_caller.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = "binding_of_caller"
s.version = "0.6.9pre3"
s.version = "0.6.9"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Mair (banisterfiend)"]
s.date = "2013-02-13"
s.date = "2013-02-14"
s.description = "Retrieve the binding of a method's caller. Can also retrieve bindings even further up the stack."
s.email = "[email protected]"
s.extensions = ["ext/binding_of_caller/extconf.rb"]
Expand Down
2 changes: 1 addition & 1 deletion lib/binding_of_caller/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BindingOfCaller
VERSION = "0.6.9pre3"
VERSION = "0.6.9"
end

0 comments on commit 65106c3

Please sign in to comment.