better_batch-active_record 0.1.0 → 1.0.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: fc3cedf70ce459807c93814252ed8c4db04ccba0288e829b40f92d49df1efe21
4
- data.tar.gz: 8062fff1d56372dd65eb20a4bd016022c8c81fc50363648a286a0485c0ad67bd
3
+ metadata.gz: c23e108b7e7d100bd763e2ccbd562877f702209940f8cb84e51922a763005bf1
4
+ data.tar.gz: b50d42912bbbfb48481065286d39b4f3a4814905cafc1e256c44a5b98e25dfb3
5
5
  SHA512:
6
- metadata.gz: 793b02a682e20a0ac01cde09d59a91d642b24bf0453eef62d51924111335d0e7f307526274cf434b3b8467934106a91b85357b9c23794a9378e7009a0eb6dfc5
7
- data.tar.gz: 542b42bc0e4b7891936d97f0513f5b10ab0ea889d8e5d68c5454a52c140cf89b33e10a8c405f45bb5f1edc5ad6ac419c832cfafff806c4e8f330ff493b63ae38
6
+ metadata.gz: 075c1fbf58e1309cb0dca9c76d19ea372071f141e83f2f9b8bde265595b9fae7a142cff561aba4ca98fd94e20b791062c639078af6157aefba17057d41fa1f83
7
+ data.tar.gz: 5a024d61cab1028350bf786eff66eab80b4c0d24add61170fdbdd05497c07f09d44fbdb86483b2ad923da0ebfbeb9c1eab65cbd3273ef3a16f91efb79fb5e74c
@@ -2,6 +2,11 @@
2
2
 
3
3
  module BetterBatch
4
4
  module ActiveRecord
5
- VERSION = '0.1.0'
5
+ # this gem is developed/tested inside a rails app
6
+ # and Rails really wants this file to define this constant
7
+ # and trying to prevent it from autoloading was a struggle
8
+ # so, as usual, the right thing to do is bend to Rails' will
9
+ module Version; end
10
+ VERSION = '1.0.0'
6
11
  end
7
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: better_batch-active_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Hartland