activerecord-setops 0.1.4 → 0.1.5
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -0
- data/lib/active_record/setops/version.rb +1 -1
- data/lib/activerecord-setops.rb +1 -0
- metadata +8 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a20f3b066430604f655a59637ee7ab8f68b5921cdb2351f1075fd79eaec01eff
|
|
4
|
+
data.tar.gz: b96500fece6a4db99e65adebe6a84b45aa4333b173cc29f2049d77e88627b731
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63c7c897c1f234630192a65e51298e731f37df7b9de3dabf74a3c0e8f6f9c1fbabfdb4501666f1731a42e6b8eb2b7964b5678a9823df5687b5d7bef24085d4a1
|
|
7
|
+
data.tar.gz: fe263992151cca1d2abc188dc74dd724e1613d1bbb893b0ee1ccee9a79d360ff206011e877c046b2fd4ffbfa93e3beb268d1c56f37e261edec78b94250438090
|
data/CHANGELOG.md
ADDED
data/README.md
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require_relative 'active_record/setops'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-setops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Delon Newman
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -144,6 +144,7 @@ files:
|
|
|
144
144
|
- ".github/workflows/ruby.yml"
|
|
145
145
|
- ".gitignore"
|
|
146
146
|
- ".rspec"
|
|
147
|
+
- CHANGELOG.md
|
|
147
148
|
- Gemfile
|
|
148
149
|
- Gemfile.lock
|
|
149
150
|
- LICENSE.txt
|
|
@@ -152,6 +153,7 @@ files:
|
|
|
152
153
|
- activerecord-setops.gemspec
|
|
153
154
|
- lib/active_record/setops.rb
|
|
154
155
|
- lib/active_record/setops/version.rb
|
|
156
|
+
- lib/activerecord-setops.rb
|
|
155
157
|
homepage: https://github.com/delonnewman/activerecord-setops#readme
|
|
156
158
|
licenses:
|
|
157
159
|
- MIT
|
|
@@ -161,7 +163,7 @@ metadata:
|
|
|
161
163
|
source_code_uri: https://github.com/delonnewman/activerecord-setops
|
|
162
164
|
changelog_uri: https://github.com/delonnewman/activerecord-setops#changelog
|
|
163
165
|
documentation_uri: https://www.rubydoc.info/gems/activerecord-setops
|
|
164
|
-
post_install_message:
|
|
166
|
+
post_install_message:
|
|
165
167
|
rdoc_options: []
|
|
166
168
|
require_paths:
|
|
167
169
|
- lib
|
|
@@ -176,8 +178,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
176
178
|
- !ruby/object:Gem::Version
|
|
177
179
|
version: '0'
|
|
178
180
|
requirements: []
|
|
179
|
-
rubygems_version: 3.0.
|
|
180
|
-
signing_key:
|
|
181
|
+
rubygems_version: 3.0.6
|
|
182
|
+
signing_key:
|
|
181
183
|
specification_version: 4
|
|
182
184
|
summary: Set operations for ActiveRecord
|
|
183
185
|
test_files: []
|