hoc_utils 0.1.3 → 0.1.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
  SHA1:
3
- metadata.gz: 87eb7f4c4ca68489d15d90736c12b64bec0a44f9
4
- data.tar.gz: 064286e1a33f6782a00ebcda3c859ac090d4d001
3
+ metadata.gz: 301b3ba0680109d3c8f18f463b9d440ef1e022fd
4
+ data.tar.gz: dd640ee53a4d3bc27302303b8856d1998d69a56a
5
5
  SHA512:
6
- metadata.gz: 414943208f23b3e11003cc1202e1d80c0ea024bed2d268bfff6d255442d8867434a19cb46115ef70f20f082dd3b1e8029cb4229ac9f5011d5060102127d3d02e
7
- data.tar.gz: 0a969e3711cb94ac87719e7c5ae19d9ef183578a843d1677f50c992ec22d209599b8f54889459d1bb44ea881bbca7aa4aa4ad96f46d2fea4ff2026ab55dd90d2
6
+ metadata.gz: 4473ab2f3a371362f2c9fb9a468e2a1a023e08ca1756891816d6e49d115d68f1d11a723dc8d9b1fdb63830a7fc8e25a9ff1a31db92fb799f55090e90ec5bd487
7
+ data.tar.gz: a5d08a01efc1be6b2e55d6a65e9f48f023579ed1f633f31081a928c395bf70e66635038c56f16ea13938c9bb6f25718b4c1946ddab633ba873c932d285d20e3d
@@ -102,7 +102,7 @@ ACTS
102
102
  end
103
103
 
104
104
  def salute
105
- msg <<~MSG
105
+ msg = <<~MSG
106
106
  Generation complete.
107
107
  Next step is to customize the generated code.
108
108
  * Open 'spec/swagger_helper.rb' and change the definitions #{singular_table_name}_input and #{singular_table_name}.
@@ -1,3 +1,3 @@
1
1
  module HocUtils
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoc_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gert Lavsen
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  version: '0'
108
108
  requirements: []
109
109
  rubyforge_project:
110
- rubygems_version: 2.6.13
110
+ rubygems_version: 2.6.14
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Collection of utilities for the House of Code API project