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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 396a46490a394c6af6d52bd16850e4b6a0ccd909
4
- data.tar.gz: d9c0eb9d9244bcb92b59615711a769cee935e3ce
3
+ metadata.gz: 794905fa7c771fafdc3a8c70f0e627d6c8b07318
4
+ data.tar.gz: 61298693130d6e894c580c5772bb754a8ab15f06
5
5
  SHA512:
6
- metadata.gz: 36b1beb9af0e95ffaadf1577d26c20789b2fea94df4d821746b1cfbcfd0771861ce681587ba97f641d27e95a135d6e22d71a896798fb2262a6c05d8c92b30537
7
- data.tar.gz: 20d681f61e9d27b03c694d907408763e45272a4303590f0a48f04a2a2a68070f28e53cf6d7e4e7736ef37e82cee3f1bb9a0f5f1929ce4572f2bdf0e7c9009535
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
  [![Travis CI master Build Status](http://img.shields.io/travis/zuazo/dockerspec.svg?style=flat)](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.0...HEAD
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
  [![Gem Version](https://badge.fury.io/rb/dockerspec.svg)](https://rubygems.org/gems/dockerspec)
7
7
  [![Dependency Status](http://img.shields.io/gemnasium/zuazo/dockerspec.svg?style=flat)](https://gemnasium.com/zuazo/dockerspec)
8
8
  [![Code Climate](http://img.shields.io/codeclimate/github/zuazo/dockerspec.svg?style=flat)](https://codeclimate.com/github/zuazo/dockerspec)
9
- [![Travis CI Build Status](http://img.shields.io/travis/zuazo/dockerspec/0.4.0.svg?style=flat)](https://travis-ci.org/zuazo/dockerspec)
9
+ [![Travis CI Build Status](http://img.shields.io/travis/zuazo/dockerspec/0.4.1.svg?style=flat)](https://travis-ci.org/zuazo/dockerspec)
10
10
  [![Circle CI Build Status](https://circleci.com/gh/zuazo/dockerspec/tree/master.svg?style=shield)](https://circleci.com/gh/zuazo/dockerspec/tree/master)
11
- [![Coverage Status](http://img.shields.io/coveralls/zuazo/dockerspec/0.4.0.svg?style=flat)](https://coveralls.io/github/zuazo/dockerspec?branch=0.4.0)
11
+ [![Coverage Status](http://img.shields.io/coveralls/zuazo/dockerspec/0.4.1.svg?style=flat)](https://coveralls.io/github/zuazo/dockerspec?branch=0.4.1)
12
12
  [![Inline docs](http://inch-ci.org/github/zuazo/dockerspec.svg?branch=master&style=flat)](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.3.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.3.0'
395
+ gem 'dockerspec', '~> 0.4.1'
396
396
  ```
397
397
 
398
398
  #### 2. Create the *spec/* directory:
@@ -25,5 +25,5 @@ module Dockerspec
25
25
  #
26
26
  # Dockerspec Ruby Gem version.
27
27
  #
28
- VERSION = '0.4.0'.freeze
28
+ VERSION = '0.4.1'.freeze
29
29
  end
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.0
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-20 00:00:00.000000000 Z
11
+ date: 2017-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docker-api