activerecord-setops 0.1.4 → 0.1.5

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: 589b444f538dbed67ef27ef4ca4a3054874f9f4ac7af7b70d512706813cff3c9
4
- data.tar.gz: ee289c292f6c6d42fd99bd52e41570c5f7f62202aeeb874485da3815f3765f4c
3
+ metadata.gz: a20f3b066430604f655a59637ee7ab8f68b5921cdb2351f1075fd79eaec01eff
4
+ data.tar.gz: b96500fece6a4db99e65adebe6a84b45aa4333b173cc29f2049d77e88627b731
5
5
  SHA512:
6
- metadata.gz: 412f025be786a827bb919f0be0374f642628d459a7bccdcca15c849e3a0fad84b58386cd4a1d62a31d4c263acff1ef3ae27e841a2015c92fe2b1cd27556bc3ee
7
- data.tar.gz: c2a1b6b8e4c5a6ea785002cc80f64974a795096f068093868493d354510aed5bea8694003f68a2e2cb73387010e4f66e19bbf8d9767000fbb05294423ba88e80
6
+ metadata.gz: 63c7c897c1f234630192a65e51298e731f37df7b9de3dabf74a3c0e8f6f9c1fbabfdb4501666f1731a42e6b8eb2b7964b5678a9823df5687b5d7bef24085d4a1
7
+ data.tar.gz: fe263992151cca1d2abc188dc74dd724e1613d1bbb893b0ee1ccee9a79d360ff206011e877c046b2fd4ffbfa93e3beb268d1c56f37e261edec78b94250438090
@@ -0,0 +1,5 @@
1
+ # Changelog
2
+
3
+ ## 0.1.5
4
+
5
+ - Added `lib/activerecord-setops.rb`
data/README.md CHANGED
@@ -42,3 +42,4 @@ Or install it yourself as:
42
42
 
43
43
  - [Sequel](http://sequel.jeremyevans.net)
44
44
  - [SQL Set Operations](https://en.wikipedia.org/wiki/Set_operations_(SQL))
45
+ - [active_record_union](https://github.com/brianhempel/active_record_union)
@@ -1,5 +1,5 @@
1
1
  module ActiveRecord
2
2
  module Setops
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
@@ -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
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-05-28 00:00:00.000000000 Z
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.8
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: []