Skip to content

Commit

Permalink
v0.2.3 => v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Satoshi Shiba committed Nov 18, 2011
1 parent 07ddf35 commit b2d2c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/cast_off
Expand Up @@ -59,10 +59,10 @@ opt.on_tail('-h', "--help", "Show this help.") do
------------------------------------------
1 Profile and compile fib.rb:
$cast_off --fib.rb 30 # 30 is a argument of fib.rb
$cast_off fib.rb 30 # 30 is a argument of fib.rb
2 Run fib.rb with compiled codes:
$cast_off --run --fib.rb 30 # 30 is a argument of fib.rb
$cast_off --run fib.rb 30 # 30 is a argument of fib.rb
Report bugs to <http://github.com/soba1104/CastOff/issues>.
EOS
Expand Down
2 changes: 1 addition & 1 deletion cast_off.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "cast_off"
spec.version = "0.2.3"
spec.version = "0.3.1"
spec.platform = Gem::Platform::RUBY
spec.summary = "Performance improvement tool for Ruby1.9.3"
spec.description = <<-EOS
Expand Down

0 comments on commit b2d2c68

Please sign in to comment.