iqvoc_compound_forms 2.11.3 → 2.11.4

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: 35a99bdde174a798da842418bfb5c67417b4f6cbdb9a277cd2b48d90256851c7
4
- data.tar.gz: e3182038f0f4faeb5a88944bfb828c045a9aaf4041354701dacaacf48f940360
3
+ metadata.gz: 75cfbc8256e75c5d6dc7d5329e02ef31aa27e973f903f8873c6556ebdbd136ec
4
+ data.tar.gz: 8960f6d37f8b1fa17fa049a3a56612536d7b76c32289fe59b5c837104ca364ae
5
5
  SHA512:
6
- metadata.gz: 82cdddcacd16461db340ed3f54c1755e49e09b53614ba046b10808e4859246440436b3e0e5b8102f6dfaf5c3c8ee7b038bf252556f031af73e296ff880b0755a
7
- data.tar.gz: 9dbe115773df36c878b578f3a988e3103ce91a890ec88e7bfd4136beaacce1ca29e2d9d286deef15082b67b8fcc4d6b77049496d82676e53675942e717e3aa84
6
+ metadata.gz: 5623014bd2374a1f973396dd5bc12d51e09394594f189faff4700ba6be0de9ccc6d9424255eb6edb96fa74d8a22ef02f9d2cfc98e3845b179e6008f5850578ce
7
+ data.tar.gz: 4b215f634524dd90bc4d75a2ed1e5eca82e654d55faafdbc65163d271835803d2bef4c37b0d8fbb3d472712048d5f1538edb2239addd67a61b8b13f63a810e76
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  GIT
2
2
  remote: https://github.com/innoq/iqvoc.git
3
- revision: 777cd36fb3e4e98bb448ef2c4f582307c28a81fb
3
+ revision: d361b91079dfd0b3c929f5b42a6086600b7e5bce
4
4
  branch: master
5
5
  specs:
6
- iqvoc (4.14.4)
6
+ iqvoc (4.14.5)
7
7
  apipie-rails
8
8
  authlogic
9
9
  bootsnap
@@ -35,11 +35,11 @@ GIT
35
35
 
36
36
  GIT
37
37
  remote: https://github.com/innoq/iqvoc_skosxl.git
38
- revision: 8890fe11dd150f79c027cdc360c1c23b4ab08613
38
+ revision: a484525360de98f69a94734e803983528f53172c
39
39
  branch: master
40
40
  specs:
41
- iqvoc_skosxl (2.11.3)
42
- iqvoc (~> 4.14.4)
41
+ iqvoc_skosxl (2.11.4)
42
+ iqvoc (~> 4.14.5)
43
43
 
44
44
  GEM
45
45
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module Iqvoc
2
2
  module CompoundForms
3
- VERSION = "2.11.3"
3
+ VERSION = "2.11.4"
4
4
  end
5
5
  end