dockerspec 0.4.0 → 0.4.1
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
- data/CHANGELOG.md +6 -1
- data/README.md +4 -4
- data/lib/dockerspec/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 794905fa7c771fafdc3a8c70f0e627d6c8b07318
|
|
4
|
+
data.tar.gz: 61298693130d6e894c580c5772bb754a8ab15f06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0943f23c9caab1cc22b6489b23e67e70f4a0ed7bf41d1e565e69739791c3a3f5f46aad185886f36cd02ff9b6552a0afbea965218a8eaabf4c4a0b5dbde4a8389'
|
|
7
|
+
data.tar.gz: 46fe2d680c8647d1cf4a0166e4b45b2b2c70ec8c5c2d4f6f67f4e5d2f910fd2c136f2bc75c4ec70410a676005b2de996f0f2d283bf23223be34c2a5372b0a0d7
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to the [`dockerspec`](https://rubygems.org/gems/dockerspec/)
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [0.4.1] - 2017-03-21
|
|
8
|
+
### Fixed in 0.4.1
|
|
9
|
+
- README: Fix latest dockerspec version in the instructions.
|
|
10
|
+
|
|
7
11
|
## [0.4.0] - 2017-03-20
|
|
8
12
|
[](https://travis-ci.org/zuazo/dockerspec)
|
|
9
13
|
|
|
@@ -88,7 +92,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
|
|
|
88
92
|
|
|
89
93
|
- Initial release of `dockerspec`.
|
|
90
94
|
|
|
91
|
-
[Unreleased]: https://github.com/zuazo/dockerspec/compare/0.4.
|
|
95
|
+
[Unreleased]: https://github.com/zuazo/dockerspec/compare/0.4.1...HEAD
|
|
96
|
+
[0.4.1]: https://github.com/zuazo/dockerspec/compare/0.4.0...0.4.1
|
|
92
97
|
[0.4.0]: https://github.com/zuazo/dockerspec/compare/0.3.0...0.4.0
|
|
93
98
|
[0.3.0]: https://github.com/zuazo/dockerspec/compare/0.2.0...0.3.0
|
|
94
99
|
[0.2.0]: https://github.com/zuazo/dockerspec/compare/0.1.0...0.2.0
|
data/README.md
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
[](https://rubygems.org/gems/dockerspec)
|
|
7
7
|
[](https://gemnasium.com/zuazo/dockerspec)
|
|
8
8
|
[](https://codeclimate.com/github/zuazo/dockerspec)
|
|
9
|
-
[](https://travis-ci.org/zuazo/dockerspec)
|
|
10
10
|
[](https://circleci.com/gh/zuazo/dockerspec/tree/master)
|
|
11
|
-
[](https://coveralls.io/github/zuazo/dockerspec?branch=0.4.1)
|
|
12
12
|
[](http://inch-ci.org/github/zuazo/dockerspec)
|
|
13
13
|
|
|
14
14
|
A small Ruby Gem to run RSpec, [Serverspec](http://serverspec.org/), [Infrataster](https://github.com/ryotarai/infrataster) and [Capybara](http://jnicklas.github.io/capybara/) tests against Dockerfiles or Docker images easily.
|
|
@@ -55,7 +55,7 @@ $ gem install dockerspec
|
|
|
55
55
|
Or you can add this line to the *Gemfile* of your application:
|
|
56
56
|
|
|
57
57
|
```ruby
|
|
58
|
-
gem 'dockerspec', '~> 0.
|
|
58
|
+
gem 'dockerspec', '~> 0.4.1'
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
And then execute:
|
|
@@ -392,7 +392,7 @@ If you are new to Ruby, you can follow these steps:
|
|
|
392
392
|
|
|
393
393
|
source 'https://rubygems.org'
|
|
394
394
|
|
|
395
|
-
gem 'dockerspec', '~> 0.
|
|
395
|
+
gem 'dockerspec', '~> 0.4.1'
|
|
396
396
|
```
|
|
397
397
|
|
|
398
398
|
#### 2. Create the *spec/* directory:
|
data/lib/dockerspec/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dockerspec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Xabier de Zuazo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: docker-api
|