informix_rails 0.3.1 → 0.3.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
  SHA256:
3
- metadata.gz: b8048921f53c77bf6c0c0dcf4ee221ee50a692e9d6f346eaabf18c4170593c83
4
- data.tar.gz: 51e35a390981bc302bc7c740d28bc70d30359c3c9db971bc1635d545e37fcc2e
3
+ metadata.gz: 13d5a9446d218b2cb7e72c441c6a817ccff8dc8929dcecb81f1bb2371b3cfdb2
4
+ data.tar.gz: a7d37bbbdfe98a994d278764a817f6c19ce60a3f837e542bc4d9d08e330e763e
5
5
  SHA512:
6
- metadata.gz: cde88e52dc8bea853608a40640143d0f464a2120d935a585272a71e8f21e225078a679386b0dfbf7cf38ec5526c7fdacd635e3c326428b54ef550a78ba40d59a
7
- data.tar.gz: 251cb470b5fb05bacb1d0815ebc59aca81387fa8bbe015b3aee1f1c1e6563889df140e573daa6bea96139cfa6f3df7ab11b07b7bc7edfe20ba79555ba51ac427
6
+ metadata.gz: '027494e1d7c4af8b404ab6bce4f8446d8d019123b339954bce7d0b9ae365da3f8969ae3f5f7a7be20f13f441608f08686cf42b566aa4e95421004a43191ff6e0'
7
+ data.tar.gz: 2422d43d0bc38737a7dd111fe7ad65477800fae116456c8c04beef7790b1ef1634937bf4031e41605ccba590b59e9850aeb25333efb0996870d433278fbc97aa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- informix_rails (0.3.1)
4
+ informix_rails (0.3.2)
5
5
  rake
6
6
  rspec
7
7
  thor (~> 1.2.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InformixRails
4
- VERSION = "0.3.1"
4
+ VERSION = "0.3.2"
5
5
  end
@@ -56,8 +56,8 @@ module InformixRails
56
56
 
57
57
  def wrap_content(content)
58
58
  content = add_actions(content)
59
- content = wrap_form(content)
60
59
  content = wrap_box(content)
60
+ content = wrap_form(content)
61
61
  content
62
62
  end
63
63
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: informix_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Pope
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-16 00:00:00.000000000 Z
11
+ date: 2022-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor