irby 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. data/.gitignore +22 -0
  2. data/VERSION +1 -1
  3. data/lib/irby.rb +1 -0
  4. data/lib/irby/irb.rb +3 -0
  5. metadata +16 -5
data/.gitignore ADDED
@@ -0,0 +1,22 @@
1
+ ## MAC OS
2
+ .DS_Store
3
+
4
+ ## TEXTMATE
5
+ *.tmproj
6
+ tmtags
7
+
8
+ ## EMACS
9
+ *~
10
+ \#*
11
+ .\#*
12
+
13
+ ## VIM
14
+ *.swp
15
+
16
+ ## PROJECT::GENERAL
17
+ coverage
18
+ rdoc
19
+ pkg
20
+
21
+ ## PROJECT::SPECIFIC
22
+ *.gemspec
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
data/lib/irby.rb CHANGED
@@ -27,4 +27,5 @@ class Object
27
27
  def irb(current_binding = nil)
28
28
  IRB.start_session(current_binding || binding)
29
29
  end
30
+ alias_method :irby, :irb
30
31
  end
data/lib/irby/irb.rb ADDED
@@ -0,0 +1,3 @@
1
+ # encoding: utf-8
2
+ require 'irby'
3
+ irb
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: irby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 3
8
+ - 0
9
+ version: 1.3.0
5
10
  platform: ruby
6
11
  authors:
7
12
  - jugyo
@@ -9,7 +14,7 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2010-04-30 00:00:00 +09:00
17
+ date: 2010-09-22 00:00:00 +09:00
13
18
  default_executable:
14
19
  dependencies: []
15
20
 
@@ -23,11 +28,13 @@ extra_rdoc_files:
23
28
  - LICENSE
24
29
  - README.md
25
30
  files:
31
+ - .gitignore
26
32
  - LICENSE
27
33
  - README.md
28
34
  - Rakefile
29
35
  - VERSION
30
36
  - lib/irby.rb
37
+ - lib/irby/irb.rb
31
38
  has_rdoc: true
32
39
  homepage: http://github.com/jugyo/irby
33
40
  licenses: []
@@ -38,21 +45,25 @@ rdoc_options:
38
45
  require_paths:
39
46
  - lib
40
47
  required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
41
49
  requirements:
42
50
  - - ">="
43
51
  - !ruby/object:Gem::Version
52
+ segments:
53
+ - 0
44
54
  version: "0"
45
- version:
46
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
+ none: false
47
57
  requirements:
48
58
  - - ">="
49
59
  - !ruby/object:Gem::Version
60
+ segments:
61
+ - 0
50
62
  version: "0"
51
- version:
52
63
  requirements: []
53
64
 
54
65
  rubyforge_project:
55
- rubygems_version: 1.3.5
66
+ rubygems_version: 1.3.7
56
67
  signing_key:
57
68
  specification_version: 3
58
69
  summary: IRBy is a super quick irb