oggy-looksee 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,6 +1,10 @@
1
- == 0.1.1 2009-08-27
1
+ == 0.2.1 2009-08-30
2
2
 
3
- * Add colors method and lc shortcut.
3
+ * Updated history.
4
+
5
+ == 0.2.0 2009-08-30
6
+
7
+ * Add Looksee.help for printing a quick reference. [Brian Morearty]
4
8
 
5
9
  == 0.1.0 2009-08-20
6
10
 
@@ -11,7 +15,7 @@
11
15
  * Added #grep to filter methods shown: lp(object).grep(/pattern/)
12
16
  * Fix #1: Play nice with Wirble.
13
17
  * Fix #3: Don't die when examining immediate objects (fixnum, symbol,
14
- true, false, nil)
18
+ true, false, nil) [Leonard Chin]
15
19
 
16
20
  == 0.0.1 2009-07-05
17
21
 
@@ -1,3 +1,3 @@
1
1
  module Looksee
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
data/looksee.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{looksee}
5
- s.version = "0.2.0"
5
+ s.version = "0.2.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["George Ogata"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oggy-looksee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Ogata
@@ -86,6 +86,7 @@ files:
86
86
  - tasks/extconf/looksee.rake
87
87
  has_rdoc: false
88
88
  homepage: http://github.com/oggy/looksee
89
+ licenses:
89
90
  post_install_message:
90
91
  rdoc_options:
91
92
  - --main
@@ -108,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
109
  requirements: []
109
110
 
110
111
  rubyforge_project: looksee
111
- rubygems_version: 1.2.0
112
+ rubygems_version: 1.3.5
112
113
  signing_key:
113
114
  specification_version: 3
114
115
  summary: Looksee lets you examine the method lookup path of objects in ways not possible in plain ruby.