informix_rails 0.2.0 → 0.3.0

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: 2cbee7497371cc96e325400bd25f2c7a7aca30725ce87b85e6390d6389caa302
4
- data.tar.gz: 924d98eb97349ba1e64b943ee1c6d2dea4a9d8e52789d41ceba3492b661b8d73
3
+ metadata.gz: 63e7dcfdf877553f6037c036300c203fbdc56103987068b563d26d60306ec66c
4
+ data.tar.gz: d6624c79a684cdd18aced5ca0e803f28325c0749632b7d1c27eb20bb9ee7bb7a
5
5
  SHA512:
6
- metadata.gz: cdc245a080fcafe949b9ae7b3489bf9e6a50d452e06543401960f1efe1f3683ae9c1500fe2fb39ced60decdd3c529960f03f5f6121791612ca62949f7f536e7a
7
- data.tar.gz: ed5b0b5e313c9da25a56a8e7292ebd61c59991dfb9107399a08a65e3848d3419c77c87441ef216b282df25dcbc55cca91953867165962716e1c7ab15e6f3f020
6
+ metadata.gz: 975399d47558b3ecea350432831e5c0314dfab1ed3c6d0cf4633c5140a458077f9170be745b85ba9d061c6384bdadd7208beb9654acf697546beeea265c97b17
7
+ data.tar.gz: b85f9707756137a8218a37f917986a737727aec3571d019702ebb9e2ad697d144887fdb31b1854bf6e68958e0d605c7f5db6943cc034deb99e9c42ca9070ea63
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- informix_rails (0.2.0)
4
+ informix_rails (0.3.0)
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.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
@@ -87,7 +87,8 @@ module InformixRails
87
87
  "Add\nEd\nDel\nNx\nPr\nFd\nVw\n"\
88
88
  "<%= link_to_kb 'X', '/menus/main', ['x','f7'] %>\n"\
89
89
  "<%= form.submit 'OK[F11]', id: 'ok', 'data-reset_form-target':'button' %>\n"\
90
- "</span>\n"
90
+ "</span>\n"\
91
+ "</div>\n"
91
92
  end
92
93
 
93
94
  def convert_line(line)
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.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Pope