has-many-with-set 2.0.0 → 2.0.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
  SHA256:
3
- metadata.gz: a6605618e3038cc34da96f01c5a8acd806516ba9f41b901385a52a0e4ce14a6d
4
- data.tar.gz: 827199a3b87007de3394f4bee41432820748c93019a7a0b660ff9980b338e35e
3
+ metadata.gz: 7e8e839377ca955a037f2937e2368d36c99fd25215c8f4f5864cbcbc6185a96a
4
+ data.tar.gz: 004c1ab925ba63bbf798d656d0f1e4f8b1dda1386c4ab5dbfcfb9b22297d3f75
5
5
  SHA512:
6
- metadata.gz: 2a4e622a55e2d219bb8011409aa3417ed045cb2d1e469ecd30fe55bccb57fcc59f012e736835f384184c749e9f68b88416dca21a3d960515ccb40d8d7ba59464
7
- data.tar.gz: '0294441d7ecb4b6aed65c5d347bf42a94e11a87736e6f92ecfcb87ae3bf7dc46cbde2502411a52c383a152a3f33bf5cefb321b2359925ec2b082609cd7d4ae56'
6
+ metadata.gz: 77fcac2268137b3944583156030c4aa07c329bd3d82ec971c1e51f78c6bb3ff2028a298f75918c62e7f4d5d6868e52ad12cd08937347cfe25e791d271a057225
7
+ data.tar.gz: 9fd99a14d66f977c000f04537fbd18f4a5918c78cdb17f70d8bab19c4861a9cdbfc66f25a076cffb1fac87563f2c248d368e7620d50b84d7b96821b2d1c94594
data/README.md CHANGED
@@ -36,9 +36,9 @@ tags = Tag.all
36
36
  a.save
37
37
  end
38
38
 
39
- ArticlesTagsSetsTag = Class.new(ApplicationRecord)
40
- ArticlesTagsSetsTag.count # this class doesn't exist by default,
41
- # I had to create it by hand for the example.
39
+ ArticlesTags = Class.new(ApplicationRecord)
40
+ ArticlesTags.count # this class doesn't exist by default,
41
+ # I had to create it by hand for the example.
42
42
  => 1932
43
43
  ```
44
44
 
@@ -1,3 +1,3 @@
1
1
  module HasManyWithSet
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has-many-with-set
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Soto