chef-raketasks 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 4a206cd5eb0b4304b19c982c0e229cc682b935d3f60e3a7c7fdb0db9f237a239
4
- data.tar.gz: 69a5526064b85e790c7e923da858cdd86765d2ab67250485251100c520188607
3
+ metadata.gz: a8963f48508e84013f158c64ba8fc6a7c3aba2ba46e145d0de116062c568596d
4
+ data.tar.gz: 5875511bc8b8af3b166ccd54e1bb2a43dc425a56b3b07db839650519b7f113f5
5
5
  SHA512:
6
- metadata.gz: '01851a1c137d43a58e26a024085911e2936985db9b3ca5b400995b48aa57217d4c6a05b1ebea4dc2558d1a34fbe626383ef32d89dbfb6f47897c7934e0bdd8d6'
7
- data.tar.gz: 0f2d7f87407e78b1f4bd81a42611272462b50e06b31e486cc5f0a13edc7252afd6e86c3e872bfcab1b573516f0be73863b903c948a37ff01618c43e2c4af17f3
6
+ metadata.gz: fc22f529eac3dc4bea1c3dff06d6226e1e06459853467d2ce3572fd0b46d2b824917ed60350b5c51e8eb413009bdfa011b77af0a2df121bfe818b3a7594286a9
7
+ data.tar.gz: a72625e0d5d6fe94abb604faadc1645496712c1f63026fc7fdf3e550bf2a5b4273e7d2335025f4276a3cf8993660ef2813c052f647c95afaec92659d4e2730ad
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## Version 0.1.1
4
+
5
+ - Fix missing status badges in readme
6
+
3
7
  ## Version 0.1.0
4
8
 
5
9
  - Initial version
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # chef-raketasks
2
2
 
3
+ ![Linting](https://github.com/tecracer/chef-raketasks/workflows/Linting/badge.svg?branch=master)
4
+ ![Ruby Gem](https://github.com/tecracer/chef-raketasks/workflows/Ruby%20Gem/badge.svg)
5
+
3
6
  ## Summary
4
7
 
5
8
  A RubyGem which helps out with some technical functionality to
@@ -18,6 +18,6 @@
18
18
 
19
19
  module ChefRake
20
20
  module Task
21
- VERSION = '0.1.0'.freeze
21
+ VERSION = '0.1.1'.freeze
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-raketasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Schaumburg