markup_attributes 0.1.0 → 0.1.1

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: 97c6b8cec1b64b794fac504e4893679db9449395
4
- data.tar.gz: 20456a12c564af69e167736e4ffcf92422995b01
3
+ metadata.gz: 33be231a62b86eab2452399c75467f0a9650a406
4
+ data.tar.gz: bc014fbb475c1aca3147ca5ef999ed3a27348d78
5
5
  SHA512:
6
- metadata.gz: 654d8ed332adf3308ae8905defccaa7f7eb3f12d854bb1650f01af28c3c31c6c71aeb308cdaf61148d0b64623e0dba5551ef127285c2e6f9db4145633fd2f699
7
- data.tar.gz: 732047395d4b1d68e81422482dcb235c396865441be46157d1073b4c279d953552f9651dde7b8a7f527fc828f494d80e5eb8bf0f4d1cb5f9499b69690159c425
6
+ metadata.gz: 40bfa9cd5a1fecdaee681d5dd1e322739ffa8a103600992af90861dfa0b060c1fd6d5dfc733bb102ea842dd32a9bd6678a44d1dcdbed0a6b616240cf64a69331
7
+ data.tar.gz: 0077a69ddf4efe7ab69cafe804c71ede9bfc9f583c3608d456c94d3e437577fba165564ed35630c8ff9efd5e1ece4ae781878234eba31f4d9ac67f39fd7259e8
@@ -1,3 +1,3 @@
1
1
  module MarkupAttributes
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -161,7 +161,6 @@ RSpec.describe MarkupAttributesHelper do
161
161
  end
162
162
 
163
163
  it 'retains markup options even while ActiveRecord reloads' do
164
- byebug
165
164
  record = SimpleModel.first
166
165
  expect(record.body.markup_options).not_to be_nil
167
166
  expect(record.summary.markup_options).not_to be_nil
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markup_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Adam