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 +2 -2
- data/lib/view_source/version.rb +1 -1
- data/view_source.gemspec +2 -2
- metadata +5 -5
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
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!
|
data/lib/view_source/version.rb
CHANGED
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{
|
|
12
|
-
s.description = %q{
|
|
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.
|
|
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: &
|
|
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: *
|
|
26
|
-
description:
|
|
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:
|
|
65
|
+
summary: irb plugin to view the source of a Ruby method in TextMate
|
|
66
66
|
test_files: []
|