to_proc.gemspec in to_proc-0.0.0 vs to_proc.gemspec in to_proc-0.0.1
- old
+ new
@@ -1,7 +1,7 @@
Gem::Specification.new do |g|
g.name = 'to_proc'
g.files = `git ls-files`.split($/)
- g.version = '0.0.0'
- g.summary = 'A convinience for using classes as procs.'
+ g.version = '0.0.1'
+ g.summary = 'What if almost any object were a proc?'
g.authors = ['Anatoly Chernow']
end