capistrano-spec 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/capistrano-spec.gemspec +4 -4
- metadata +11 -6
data/Rakefile
CHANGED
@@ -5,13 +5,13 @@ begin
|
|
5
5
|
require 'jeweler'
|
6
6
|
Jeweler::Tasks.new do |gem|
|
7
7
|
gem.name = "capistrano-spec"
|
8
|
-
gem.version = '0.2.
|
8
|
+
gem.version = '0.2.2'
|
9
9
|
|
10
10
|
gem.summary = %Q{Test your capistrano recipes}
|
11
11
|
gem.description = %Q{Helpers and matchers for testing capistrano}
|
12
12
|
gem.email = "josh@technicalpickles.com"
|
13
13
|
gem.homepage = "http://github.com/technicalpickles/capistrano-spec"
|
14
|
-
gem.authors = ["Joshua Nichols", "Karl Matthias", "
|
14
|
+
gem.authors = ["Joshua Nichols", "Karl Matthias", "Peter M Souter"]
|
15
15
|
gem.add_development_dependency "rspec", ">= 2.0.0"
|
16
16
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
17
17
|
end
|
data/capistrano-spec.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "capistrano-spec"
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
-
s.authors = ["Joshua Nichols", "Karl Matthias", "
|
12
|
-
s.date = "2013-
|
11
|
+
s.authors = ["Joshua Nichols", "Karl Matthias", "Peter M Souter"]
|
12
|
+
s.date = "2013-04-02"
|
13
13
|
s.description = "Helpers and matchers for testing capistrano"
|
14
14
|
s.email = "josh@technicalpickles.com"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
|
|
32
32
|
]
|
33
33
|
s.homepage = "http://github.com/technicalpickles/capistrano-spec"
|
34
34
|
s.require_paths = ["lib"]
|
35
|
-
s.rubygems_version = "1.8.
|
35
|
+
s.rubygems_version = "1.8.23"
|
36
36
|
s.summary = "Test your capistrano recipes"
|
37
37
|
|
38
38
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-spec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Joshua Nichols
|
9
9
|
- Karl Matthias
|
10
|
-
-
|
10
|
+
- Peter M Souter
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-
|
14
|
+
date: 2013-04-02 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rspec
|
18
|
-
requirement:
|
18
|
+
requirement: !ruby/object:Gem::Requirement
|
19
19
|
none: false
|
20
20
|
requirements:
|
21
21
|
- - ! '>='
|
@@ -23,7 +23,12 @@ dependencies:
|
|
23
23
|
version: 2.0.0
|
24
24
|
type: :development
|
25
25
|
prerelease: false
|
26
|
-
version_requirements:
|
26
|
+
version_requirements: !ruby/object:Gem::Requirement
|
27
|
+
none: false
|
28
|
+
requirements:
|
29
|
+
- - ! '>='
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: 2.0.0
|
27
32
|
description: Helpers and matchers for testing capistrano
|
28
33
|
email: josh@technicalpickles.com
|
29
34
|
executables: []
|
@@ -64,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
64
69
|
version: '0'
|
65
70
|
requirements: []
|
66
71
|
rubyforge_project:
|
67
|
-
rubygems_version: 1.8.
|
72
|
+
rubygems_version: 1.8.23
|
68
73
|
signing_key:
|
69
74
|
specification_version: 3
|
70
75
|
summary: Test your capistrano recipes
|