blueprinter-activerecord 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65c4c6d27e0bea2ed2d73f35949587cf6f2197cd540fe2a1ceef1a49d2d135d8
4
- data.tar.gz: 850d61584f87c743478d496ce1117cdd2bda7b6db7d92a582cb875f7d63c4f70
3
+ metadata.gz: f6a85ca09945cbc4bd824aef6b755904df11ac6438efb639a7f07789ace4834d
4
+ data.tar.gz: c851665fed8b689589f3cde2a176cb7a50292f48d46bcddd8b4b88790a6adb83
5
5
  SHA512:
6
- metadata.gz: 40c750e1e67710a3e695a495be6702393f6f72f145ebf47cc21d78587c34cb14ae899edb4cb76a31c599bdb075b5f93c490ff7eb7f5ddc9d16bf15e22314f544
7
- data.tar.gz: 531d150f3cc8aa474d8c149ae35663395cf0893e406953cf0174cd06fc77ff92f8c7c1cd4ccbaa63a054b7ba930fcb92efd4bf501c6323e1f6033d8a40787053
6
+ metadata.gz: 49f97296a38d1765754c31ba00c585ec78c978ca29ac4642eba4c100dc5f2cec52703349150feddca1f55cacf5a8bb2addb2dce50db33ca35c7ab20851615faf
7
+ data.tar.gz: e5e92ab4e1fc3b7c9b3124d1b56573283e525539e0212bcbf73e38913dea83f8ee34775e85c3511e6b6d12f39100aff9f17d11a6b7e097e37a380fb9612f6381
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlueprinterActiveRecord
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blueprinter-activerecord
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Procore Technologies, Inc.
@@ -158,5 +158,5 @@ requirements: []
158
158
  rubygems_version: 3.4.19
159
159
  signing_key:
160
160
  specification_version: 4
161
- summary: Extensions for using ActiveRecord with ActiveRecord
161
+ summary: Extensions for using Blueprinter with ActiveRecord
162
162
  test_files: []