records_rip 0.2.1 → 0.2.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: 2bc49be3cc396cc67245be1f3fc867c19f082cc7aecaa40679968b1c347e878a
4
- data.tar.gz: f59ff203feaab79bd271ca40e76d56b5e4df28c7c0e3ceec68f1de153c51655f
3
+ metadata.gz: 49dc28e61b507d197ec31b63792024505d102efffecff99c9287d0413c30699a
4
+ data.tar.gz: f8cfa3a18aab5e20c8ef739a0152833e9a4aaaf2891c5ced10dd19d8896c1a76
5
5
  SHA512:
6
- metadata.gz: f248c2da411b92cf56893793dbf482a1e1fae1cbdd1b772979b8a485404df6c884b71fb793e470d14745ae0a5a7ae8cf5bd0e0496747aae631a8a53f70dda175
7
- data.tar.gz: 8a228bb2e9441170a04a3687e0cb8fd546fe0427b2be8b18808300629a28fd12b7c03c84f4bf31dbeb9817263f14b24389f92c9c8eac4bc7b2a980f12849fd0c
6
+ metadata.gz: 62aeb15a1876f2c7627ed4ec5eed3708382b42a9a9fd1f314db9af5fd6773cc33d90738b3807228f48fb7ba227607f33852dc4bb9ef02ab5811e0d58c05cca36
7
+ data.tar.gz: 8a07d1404f7c47bbb989dbabbfa4f4b8d810985bc3a82526722edfe1a52ff37053a609fdcef4eebb4cfff773f3ec09820ad6263b461fd88da2110129d090bc83
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- records_rip (0.2.1)
4
+ records_rip (0.2.2)
5
5
  activesupport (>= 4.2, < 6.0)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # This migration creates the `tombs` table.
2
- class CreateTomb < ActiveRecord::Migration<%= migration_version %>
2
+ class CreateTombs < ActiveRecord::Migration<%= migration_version %>
3
3
 
4
4
  # The largest text column available in all supported RDBMS is
5
5
  # 1024^3 - 1 bytes, roughly one gibibyte. We specify a size
@@ -1,3 +1,3 @@
1
1
  module RecordsRip
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: records_rip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ts-3156