records_rip 0.2.2 → 0.2.3

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: 49dc28e61b507d197ec31b63792024505d102efffecff99c9287d0413c30699a
4
- data.tar.gz: f8cfa3a18aab5e20c8ef739a0152833e9a4aaaf2891c5ced10dd19d8896c1a76
3
+ metadata.gz: 2c14dc725fbfebba061704655f6eda73321684f6a2de74ffe8f6a9b6933ac08e
4
+ data.tar.gz: 348df244d29e4378788587c39ced2690620f5878db3c9e564e7eb2daf5c791c3
5
5
  SHA512:
6
- metadata.gz: 62aeb15a1876f2c7627ed4ec5eed3708382b42a9a9fd1f314db9af5fd6773cc33d90738b3807228f48fb7ba227607f33852dc4bb9ef02ab5811e0d58c05cca36
7
- data.tar.gz: 8a07d1404f7c47bbb989dbabbfa4f4b8d810985bc3a82526722edfe1a52ff37053a609fdcef4eebb4cfff773f3ec09820ad6263b461fd88da2110129d090bc83
6
+ metadata.gz: 54a1b4f0b0c8eddafcb9f4c526932969bd8fe01c3844e3b2ff64a48733eb9df0f4a3b316bd69fe4cea2e7b0175b1811c747470da369e853612a9c32f97a06728
7
+ data.tar.gz: 3a63bb2852a1382df2fdc352395188a6a32423e6ffbbe507e8f56e27600ca82ab6ca1611b606fc023bab15ad765c1a9b889aa8fa06f53d9264056657ce42d381
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- records_rip (0.2.2)
4
+ records_rip (0.2.3)
5
5
  activesupport (>= 4.2, < 6.0)
6
6
 
7
7
  GEM
@@ -19,7 +19,7 @@ module RecordsRip
19
19
  end
20
20
 
21
21
  def create_migration_file
22
- add_records_rip_migration("create_tomb",
22
+ add_records_rip_migration("create_tombs",
23
23
  item_type_options: item_type_options,
24
24
  tombs_table_options: tombs_table_options)
25
25
  end
@@ -1,3 +1,3 @@
1
1
  module RecordsRip
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ts-3156