nodespec 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57c0f37cdfa2d10303d3cb2dc3d9e9e5c876a0a9
4
- data.tar.gz: e72c8e33cc8b5b7d9a3d057c9d500fbb9fea23f6
3
+ metadata.gz: 22522efb82f175e6aa68df1948c065319324497d
4
+ data.tar.gz: 40053aea1394efc150ca04382e3e302fe7286197
5
5
  SHA512:
6
- metadata.gz: ceb0788c03021d99abf02f5ee2e77cc66c9ca2b5aa4295fe1aa76a62c82b8ad9487e45125a2a5328c0192ae7082458d1d57e707941e6d37bc828db1377a68715
7
- data.tar.gz: b4a72951493d531747a42f014d90cb9c686f35ac776beea71b56b20bb29f570c5abc4382af602a1136400146066f621620d95d61c45d94a2f7a102caa4a98e91
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.8
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-21 00:00:00.000000000 Z
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
- This gem sits on top of Serverspec and features:
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: