informix_rails 0.3.0 → 0.3.1

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: 63e7dcfdf877553f6037c036300c203fbdc56103987068b563d26d60306ec66c
4
- data.tar.gz: d6624c79a684cdd18aced5ca0e803f28325c0749632b7d1c27eb20bb9ee7bb7a
3
+ metadata.gz: b8048921f53c77bf6c0c0dcf4ee221ee50a692e9d6f346eaabf18c4170593c83
4
+ data.tar.gz: 51e35a390981bc302bc7c740d28bc70d30359c3c9db971bc1635d545e37fcc2e
5
5
  SHA512:
6
- metadata.gz: 975399d47558b3ecea350432831e5c0314dfab1ed3c6d0cf4633c5140a458077f9170be745b85ba9d061c6384bdadd7208beb9654acf697546beeea265c97b17
7
- data.tar.gz: b85f9707756137a8218a37f917986a737727aec3571d019702ebb9e2ad697d144887fdb31b1854bf6e68958e0d605c7f5db6943cc034deb99e9c42ca9070ea63
6
+ metadata.gz: cde88e52dc8bea853608a40640143d0f464a2120d935a585272a71e8f21e225078a679386b0dfbf7cf38ec5526c7fdacd635e3c326428b54ef550a78ba40d59a
7
+ data.tar.gz: 251cb470b5fb05bacb1d0815ebc59aca81387fa8bbe015b3aee1f1c1e6563889df140e573daa6bea96139cfa6f3df7ab11b07b7bc7edfe20ba79555ba51ac427
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- informix_rails (0.3.0)
4
+ informix_rails (0.3.1)
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.0"
4
+ VERSION = "0.3.1"
5
5
  end
@@ -55,8 +55,8 @@ module InformixRails
55
55
  end
56
56
 
57
57
  def wrap_content(content)
58
- content = wrap_form(content)
59
58
  content = add_actions(content)
59
+ content = wrap_form(content)
60
60
  content = wrap_box(content)
61
61
  content
62
62
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: informix_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Pope