shaped 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b652bad6c74a2a070b673bd751e54809d2164f27b296fb24925dbc83c5906921
4
- data.tar.gz: 24b055aa823685eaa4a7e94d5b4e7a2a0f0ba9606c95cf4614e380c6d4869ab0
3
+ metadata.gz: feb705e286456a57f403fa60fa90397c107dd61eb0da767f59c448379c93076a
4
+ data.tar.gz: 162b077604deddec490b40d25b7642dc5c11cb68df5fd662242691b9b1893b3b
5
5
  SHA512:
6
- metadata.gz: 017fa0101043d18e9f9421f01d6275f22aedc4ac76323c43c359f3bded23f1e71fde3156877eb7ee1998370d67f7060d16582ac8b78ac435f0c2aaf7e7c5af39
7
- data.tar.gz: 2d1c6c3f4199eb179e39511d6590dad3166d93506790b8b133846be707ced15c6c5f13ad33424319ce0a8a8b635d904f4c3bbedf020e166f5a400e55c6838939
6
+ metadata.gz: 73194df0310f71f4037bf3751f637f261b3cc33427ab2da282d9bef22cb8c71e2f00f5525a84137f6496defab7fd01f58feb8506d699d0b8e18e6cc0e039865b
7
+ data.tar.gz: b822fd85a851e383c571ecf98d4f7f1808bdead8928641fc4aa9f73c2bac6c5384325ad397ca0199e1b1c62e529be62f95e91af2cb36ebdc5d93328de3c53906
@@ -1,3 +1,7 @@
1
+ ## v0.6.3 (2020-06-21)
2
+ ### Docs
3
+ - Add badges for Dependabot status and RubyGems version
4
+
1
5
  ## v0.6.2 (2020-06-21)
2
6
  ### Docs
3
7
  - Update README.md and `bin/release` to reflect release via RubyGems
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- shaped (0.6.2)
13
+ shaped (0.6.3)
14
14
  activemodel (~> 6.0)
15
15
  activesupport (~> 6.0)
16
16
 
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  [![codecov](https://codecov.io/gh/davidrunger/shaped/branch/master/graph/badge.svg)](https://codecov.io/gh/davidrunger/shaped)
2
2
  [![Build Status](https://travis-ci.com/davidrunger/shaped.svg?branch=master)](https://travis-ci.com/davidrunger/shaped)
3
+ [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=davidrunger/shaped)](https://dependabot.com)
4
+ [![Gem Version](https://badge.fury.io/rb/shaped.svg)](https://badge.fury.io/rb/shaped)
3
5
 
4
6
  # Shaped
5
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shaped
4
- VERSION = '0.6.2'
4
+ VERSION = '0.6.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shaped
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger