view_source 0.0.1 → 0.0.2

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.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Convenient way to load the source for a Ruby method into TextMate
2
- programmatically using object.source_for_method(method).
1
+ An irb plugin to conveniently load the source for a Ruby method into
2
+ TextMate programmatically using object.source_for_method(method).
3
3
 
4
4
  This only works for Ruby 1.9!
@@ -1,3 +1,3 @@
1
1
  module ViewSource
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/view_source.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.authors = ["Mike Clark"]
9
9
  s.email = ["mike@clarkware.com"]
10
10
  s.homepage = ""
11
- s.summary = %q{View the source of any Ruby 1.9 method in TextMate}
12
- s.description = %q{View the source of any Ruby 1.9 method in TextMate}
11
+ s.summary = %q{irb plugin to view the source of a Ruby method in TextMate}
12
+ s.description = %q{irb plugin to view the source of a Ruby method in TextMate}
13
13
 
14
14
  s.rubyforge_project = "view_source"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: view_source
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: irb_plugin
17
- requirement: &2161133680 !ruby/object:Gem::Requirement
17
+ requirement: &2157737020 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,8 +22,8 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *2161133680
26
- description: View the source of any Ruby 1.9 method in TextMate
25
+ version_requirements: *2157737020
26
+ description: irb plugin to view the source of a Ruby method in TextMate
27
27
  email:
28
28
  - mike@clarkware.com
29
29
  executables: []
@@ -62,5 +62,5 @@ rubyforge_project: view_source
62
62
  rubygems_version: 1.6.2
63
63
  signing_key:
64
64
  specification_version: 3
65
- summary: View the source of any Ruby 1.9 method in TextMate
65
+ summary: irb plugin to view the source of a Ruby method in TextMate
66
66
  test_files: []