rake-repl 0.3.0 → 0.3.1

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 (2) hide show
  1. data/README.md +1 -1
  2. metadata +4 -8
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rake REPL
2
2
 
3
- Interactive prompt for Rake.
3
+ Interactive Rake prompt. Load your Rake environment once, and get a nice REPL.
4
4
 
5
5
  ## Install
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-repl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,12 +11,8 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-03-09 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! 'Load your Rake environment once and get an interactive program to
15
- execute
16
-
17
- multiple tasks easily.
18
-
19
- '
14
+ description: Interactive Rake prompt. Load your Rake environment once, and get a nice
15
+ REPL.
20
16
  email: vince@vroy.ca
21
17
  executables:
22
18
  - rake-repl
@@ -49,5 +45,5 @@ rubyforge_project:
49
45
  rubygems_version: 1.8.15
50
46
  signing_key:
51
47
  specification_version: 3
52
- summary: Interactive prompt for Rake.
48
+ summary: Interactive Rake prompt
53
49
  test_files: []