alltasks 0.1.1 → 0.1.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/Rakefile +1 -1
- data/VERSION +1 -1
- data/alltasks.gemspec +2 -2
- metadata +13 -13
data/Rakefile
CHANGED
|
@@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
16
16
|
gem.homepage = "http://github.com/ricaurte/alltasks"
|
|
17
17
|
gem.license = "MIT"
|
|
18
18
|
gem.summary = %Q{Alltasks makes it painless to require all of the tasks that the gems you installed give you access to.}
|
|
19
|
-
gem.description = %Q{Alltasks is the simple, painless way to get access to all of the tasks that your gems contain. All you have to do is require the gem in your Rakefile and you will have access to
|
|
19
|
+
gem.description = %Q{Alltasks is the simple, painless way to get access to all of the tasks that your gems contain. All you have to do is require the gem in your Rakefile and you will have access to all of the tasks in your project's Gemfile.lcok.}
|
|
20
20
|
gem.email = "justin@justinricaurte.com"
|
|
21
21
|
gem.authors = ["Justin Ricaurte"]
|
|
22
22
|
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/alltasks.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{alltasks}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Justin Ricaurte"]
|
|
12
12
|
s.date = %q{2011-03-29}
|
|
13
|
-
s.description = %q{Alltasks is the simple, painless way to get access to all of the tasks that your gems contain. All you have to do is require the gem in your Rakefile and you will have access to
|
|
13
|
+
s.description = %q{Alltasks is the simple, painless way to get access to all of the tasks that your gems contain. All you have to do is require the gem in your Rakefile and you will have access to all of the tasks in your project's Gemfile.lcok.}
|
|
14
14
|
s.email = %q{justin@justinricaurte.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alltasks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.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: bundler
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &11684440 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ! '>='
|
|
@@ -22,10 +22,10 @@ dependencies:
|
|
|
22
22
|
version: 1.0.10
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *11684440
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: shoulda
|
|
28
|
-
requirement: &
|
|
28
|
+
requirement: &11683340 !ruby/object:Gem::Requirement
|
|
29
29
|
none: false
|
|
30
30
|
requirements:
|
|
31
31
|
- - ! '>='
|
|
@@ -33,10 +33,10 @@ dependencies:
|
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
36
|
+
version_requirements: *11683340
|
|
37
37
|
- !ruby/object:Gem::Dependency
|
|
38
38
|
name: jeweler
|
|
39
|
-
requirement: &
|
|
39
|
+
requirement: &11682180 !ruby/object:Gem::Requirement
|
|
40
40
|
none: false
|
|
41
41
|
requirements:
|
|
42
42
|
- - ~>
|
|
@@ -44,10 +44,10 @@ dependencies:
|
|
|
44
44
|
version: 1.5.2
|
|
45
45
|
type: :development
|
|
46
46
|
prerelease: false
|
|
47
|
-
version_requirements: *
|
|
47
|
+
version_requirements: *11682180
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
49
|
name: rcov
|
|
50
|
-
requirement: &
|
|
50
|
+
requirement: &11679280 !ruby/object:Gem::Requirement
|
|
51
51
|
none: false
|
|
52
52
|
requirements:
|
|
53
53
|
- - ! '>='
|
|
@@ -55,10 +55,10 @@ dependencies:
|
|
|
55
55
|
version: '0'
|
|
56
56
|
type: :development
|
|
57
57
|
prerelease: false
|
|
58
|
-
version_requirements: *
|
|
58
|
+
version_requirements: *11679280
|
|
59
59
|
- !ruby/object:Gem::Dependency
|
|
60
60
|
name: bundler
|
|
61
|
-
requirement: &
|
|
61
|
+
requirement: &11678100 !ruby/object:Gem::Requirement
|
|
62
62
|
none: false
|
|
63
63
|
requirements:
|
|
64
64
|
- - ! '>='
|
|
@@ -66,10 +66,10 @@ dependencies:
|
|
|
66
66
|
version: 1.0.10
|
|
67
67
|
type: :runtime
|
|
68
68
|
prerelease: false
|
|
69
|
-
version_requirements: *
|
|
69
|
+
version_requirements: *11678100
|
|
70
70
|
description: Alltasks is the simple, painless way to get access to all of the tasks
|
|
71
71
|
that your gems contain. All you have to do is require the gem in your Rakefile
|
|
72
|
-
and you will have access to
|
|
72
|
+
and you will have access to all of the tasks in your project's Gemfile.lcok.
|
|
73
73
|
email: justin@justinricaurte.com
|
|
74
74
|
executables: []
|
|
75
75
|
extensions: []
|
|
@@ -104,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
version: '0'
|
|
105
105
|
segments:
|
|
106
106
|
- 0
|
|
107
|
-
hash: -
|
|
107
|
+
hash: -3455138898061391203
|
|
108
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
109
109
|
none: false
|
|
110
110
|
requirements:
|