Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Jan 8, 2010
1 parent 966fa93 commit d0967d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -6,7 +6,7 @@ task :gemspec do |t|
file << <<-EOS
Gem::Specification.new do |s|
s.name = 'd'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = "Kernel.d"
s.description = "module Kernel; def d; require 'ruby-debug'; debugger; end; end"
s.files = %w( lib/d.rb README.markdown Rakefile )
Expand Down

0 comments on commit d0967d6

Please sign in to comment.