irb-rake-task 0.0.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "irb-rake-task"
6
- s.version = "0.0.2"
6
+ s.version = "1.0.0"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Martin Schuerrer"]
9
9
  s.email = ["martin@schuerrer.org"]
@@ -4,7 +4,7 @@ require 'irb'
4
4
  require 'irb/completion'
5
5
 
6
6
  desc("Open IRB console")
7
- task name do
7
+ task :console do
8
8
  ARGV.clear
9
9
  IRB.start
10
10
  end
metadata CHANGED
@@ -3,10 +3,10 @@ name: irb-rake-task
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
+ - 1
6
7
  - 0
7
8
  - 0
8
- - 2
9
- version: 0.0.2
9
+ version: 1.0.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Martin Schuerrer