arel-helpers 2.6.0 → 2.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/arel-helpers.gemspec +1 -1
- data/lib/arel-helpers/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1755b481c031e17e42b6d16db9576749b1fafe58aca6e2b3e4e7a5438e3a8097
|
4
|
+
data.tar.gz: 161e0bb3c3470f174916eea68c9d07b4c42e53619144869243272a18fa237cd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8864112e0ef6b3d84d6c74b8db83cb87c851bd3b78a73f3655e6d0d833ee218bf41dccd48afaa7e7f94f4f0d918204b7546ad84dad4850e14568ccbc166aa861
|
7
|
+
data.tar.gz: b7f7d30277375ebc148dbffda0c3b7023ec397cea3135d76666398fd9dde00b62790e0c77349712ff13e33feeba5d200c0e351905f8cfbaa8cae15f6fa3f8300
|
data/arel-helpers.gemspec
CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
6
6
|
s.version = ::ArelHelpers::VERSION
|
7
7
|
s.authors = ["Cameron Dutro"]
|
8
8
|
s.email = ["camertron@gmail.com"]
|
9
|
-
s.homepage = "
|
9
|
+
s.homepage = "https://github.com/camertron/arel-helpers"
|
10
10
|
s.license = 'MIT'
|
11
11
|
s.description = s.summary = "Useful tools to help construct database queries with ActiveRecord and Arel."
|
12
12
|
|
data/lib/arel-helpers/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arel-helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cameron Dutro
|
@@ -57,7 +57,7 @@ files:
|
|
57
57
|
- spec/join_association_spec.rb
|
58
58
|
- spec/query_builder_spec.rb
|
59
59
|
- spec/spec_helper.rb
|
60
|
-
homepage:
|
60
|
+
homepage: https://github.com/camertron/arel-helpers
|
61
61
|
licenses:
|
62
62
|
- MIT
|
63
63
|
metadata: {}
|