summaryrefslogtreecommitdiff
path: root/method_source.gemspec
diff options
context:
space:
mode:
authorConrad Irwin <conrad.irwin@gmail.com>2012-06-03 18:37:11 -0700
committerConrad Irwin <conrad.irwin@gmail.com>2012-06-03 18:38:07 -0700
commit22cfabf621248394874841b8791b720ca789e7ac (patch)
tree500688593dfe86ec19dee61c0f51803c9a7f0810 /method_source.gemspec
parent2a58843a05fd59949f9056fa24bbe0d666a35d48 (diff)
downloadmethod_source-22cfabf621248394874841b8791b720ca789e7ac.tar.gz
Fix procs/lambdas
Diffstat (limited to 'method_source.gemspec')
-rw-r--r--method_source.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/method_source.gemspec b/method_source.gemspec
index c0af5f2..1e5c8f0 100644
--- a/method_source.gemspec
+++ b/method_source.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "method_source"
- s.version = "0.8.pre.1"
+ s.version = "0.8.pre.2"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["John Mair (banisterfiend)"]