rubyc 0.0.6 → 0.0.7
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.rdoc +11 -1
- data/lib/rubyc/version.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -1,2 +1,12 @@
|
|
|
1
1
|
= Description
|
|
2
|
-
Adds Ruby's powers to the command line
|
|
2
|
+
Adds Ruby's powers to the command line.
|
|
3
|
+
Supports many enumerator methods applied to STDIN. The current line is represented by the line variable.
|
|
4
|
+
== Example
|
|
5
|
+
$ ls | rubyc map 'line.upcase'
|
|
6
|
+
GEMFILE
|
|
7
|
+
RAILS_VERSION
|
|
8
|
+
README.RDOC
|
|
9
|
+
RAKEFILE
|
|
10
|
+
ACTIONMAILER
|
|
11
|
+
ACTIONPACK
|
|
12
|
+
...
|
data/lib/rubyc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubyc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.0.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Martin Chabot
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-05-
|
|
18
|
+
date: 2011-05-20 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|