avrolution 0.4.1 → 0.4.2

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: 24a8f0fd89f3260db07f04929177cb7f4c1d2f15
4
- data.tar.gz: f6067916375eb07555d9cad496f2b00c9aaa209b
3
+ metadata.gz: '088dfe49f67fb16793f203e93f835b86642d673d'
4
+ data.tar.gz: 732d92a448ab63764ba2ed4ccd6467d135f608c4
5
5
  SHA512:
6
- metadata.gz: 0447bfd9f33265c9f29c827c944051d86a0f795d0369f91596c3a1fc5fa57f044d12765483c12b7bcb056263fb1d111c64a1227f1b11728818709f567596c5eb
7
- data.tar.gz: 0c582732bb2a10aef512f154244018e1489292a4a62356602afc637dfa3161b6949cf8df6760f40686f74c5867a9126e13b5d339583e0cc16b90671d7ba44beb
6
+ metadata.gz: ad2e51cebe9cb98868920ed7ca829853bb376cc8749f7222938dda5832a5b48a91bb20b5e3c2f95b2a1a639f4eade9d4c22dd5ed473079b60ee9e552533317dd
7
+ data.tar.gz: d723468e44d7130d8f49084d9bc8e63ff0195ca3d8ae0a7255273cac18e73b868bb15c5f245ce02f9a77fd1c6a385483cc116b31414182f8d50d93888620ced7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # avrolution
2
2
 
3
+ ## v0.4.2
4
+ - Fix typo in template file.
5
+
3
6
  ## v0.4.1
4
7
  - Exclude `vendor/bundle` under `Avrolution.root` when checking schema
5
8
  compatibility.
@@ -1,3 +1,3 @@
1
1
  module Avrolution
2
- VERSION = '0.4.1'.freeze
2
+ VERSION = '0.4.2'.freeze
3
3
  end
@@ -16,5 +16,5 @@
16
16
  # after_compatibility: Optional compatibility level to set after a new schema
17
17
  # version is deployed.
18
18
  #
19
- # See https://github.com/salisfy/avrolution for more information.
19
+ # See https://github.com/salsify/avrolution for more information.
20
20
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avrolution
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salsify, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-17 00:00:00.000000000 Z
11
+ date: 2017-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler