nodespec 0.1.8 → 0.1.9
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.
- checksums.yaml +4 -4
- metadata +5 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22522efb82f175e6aa68df1948c065319324497d
|
4
|
+
data.tar.gz: 40053aea1394efc150ca04382e3e302fe7286197
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb1ad96f278e3e8337c978a4bd7b16aaacb1444ca5441de2227ad3dd5a929cc3cdca3c55a941f93e0ca3ce9f8e16bbd5af0dc0f71bb9e7595ace6937dee27a55
|
7
|
+
data.tar.gz: 1606e98c8e5b57a5163a5e12a2f6030f6f41c5fc613518490eaeaa4e7da15c346e90ac74ca7924a065d2ff7422bd8744f133c097c28369f3f4e3d18c817778ee
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nodespec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Silvio Montanari
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -122,18 +122,15 @@ dependencies:
|
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
|
-
description:
|
126
|
-
|
127
|
-
- Supports different os types (Windows/UN*X) and backends (SSH, WinRM) at the same time.
|
128
|
-
- Supports testing against Vagrant boxes and Amazon EC2 instances
|
129
|
-
- Ability to run provisioning instructions (chef, puppet, ansible, shell) as part of the test setup.
|
125
|
+
description: RSpec style tests for multiple nodes/server instances with support for
|
126
|
+
provisioning instructions
|
130
127
|
email:
|
131
128
|
executables: []
|
132
129
|
extensions: []
|
133
130
|
extra_rdoc_files: []
|
134
131
|
files:
|
135
132
|
- lib/nodespec.rb
|
136
|
-
homepage:
|
133
|
+
homepage: https://github.com/smontanari/nodespec
|
137
134
|
licenses: []
|
138
135
|
metadata: {}
|
139
136
|
post_install_message:
|