formtastic-trix 0.1.4 → 0.1.5

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: e931267a555292bb53c62710bf3b04b0563339b4
4
- data.tar.gz: dca4a14b48c85ca15be08e545d5d247273d9d012
3
+ metadata.gz: 7b90b29545f55480622cd93c739fb8dbd50e00cd
4
+ data.tar.gz: aa07b74f0a2ba9ad90695a4f0b37d864df372a8b
5
5
  SHA512:
6
- metadata.gz: 7a684e9a6ba3fa2e897e8fd612afaf3e8dcc46f9674a4f8b84a3640d91e9bc03d25f7af632d22d98defa759b1e43175a4fded7ae1002da23c860cb40cdd467fc
7
- data.tar.gz: 6c3ed8a4eca9494f146a7b6fdc49aa6d5cd271d5b37ee389cd34063df02232ca2a73a6168ae9f2d9cb62b57fea0bd345cfe9172785cef87f7008ca4233ebeba0
6
+ metadata.gz: 37956833e50b011c1a98cdd1aeb3e7abf971c612dcebc21a3a78bd3701a6aee7debf21de53ad7d5a6afa248ba61e5e69cb450efb3386991b1dce6f7ea81a8fe0
7
+ data.tar.gz: a46513647a3d950e46b43c9cd516e29bd167b7f47212eda98d9eb2faab6c38f92e282e5d4326dd67d38408ad1e69dc18871ffab1de8bbf6ef92fbde6257dea85
@@ -1,4 +1,5 @@
1
1
  require 'formtastic/trix/engine' if defined?(::Rails)
2
+ require 'formtastic/trix/inputs/trix_input'
2
3
 
3
4
  module Formtastic
4
5
  module Trix
@@ -1,5 +1,5 @@
1
1
  module Formtastic
2
2
  module Trix
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formtastic-trix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Glen