rake_tasks 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README +2 -2
- data/rake_tasks.gemspec +1 -1
- metadata +4 -4
data/README
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
RakeTasks provides basic rake tasks, such as rdoc generation,
|
4
4
|
building and installing gems, and running tests. It will also load additional
|
5
|
-
rake tasks if they are found.
|
5
|
+
rake tasks if they are found. mmmm yummy
|
6
6
|
|
7
7
|
The following assumptions are currently made:
|
8
8
|
|
@@ -32,7 +32,7 @@ The default task will be set in the following order:
|
|
32
32
|
|
33
33
|
gem 'rake_tasks', '~> 0.0.1'
|
34
34
|
|
35
|
-
3. Require the gem wherever you need
|
35
|
+
3. Require the gem wherever you want/need these nifty rake tasks:
|
36
36
|
|
37
37
|
require 'rake_tasks'
|
38
38
|
|
data/rake_tasks.gemspec
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 3
|
9
|
+
version: 0.0.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Travis Herrick
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-08-
|
17
|
+
date: 2011-08-10 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -64,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
64
|
requirements:
|
65
65
|
- - ">="
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
hash:
|
67
|
+
hash: 1773998669685223722
|
68
68
|
segments:
|
69
69
|
- 0
|
70
70
|
version: "0"
|