activerecord-hierarchical_query 1.0.0 → 1.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 +4 -4
- data/README.md +11 -1
- data/lib/active_record/hierarchical_query/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81984079ce907a96ab19520c8ecd77bcf587b0b4
|
|
4
|
+
data.tar.gz: a75cf7a24893407ab3be1c30289fdb3d1e6d926a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5de9642594d03716e3ee6cda1ee023e2362c2608eb06d50321611eab31e09b7b7d01f03ddecd062d38dd0579bf87002625a21d2e0230e6a582ea121cb6bdb3e
|
|
7
|
+
data.tar.gz: 968afb8c7471b36a6e2029f5f8022a325e521a1808fbace12365be16c83aa360785c9009ee566403c9b7eb0a14ed2c58945f1ca51464c6b85ef612b28186248c
|
data/README.md
CHANGED
|
@@ -65,9 +65,19 @@ crumbs = records.pluck(:name).join(' / ')
|
|
|
65
65
|
|
|
66
66
|
## Requirements
|
|
67
67
|
|
|
68
|
-
* ActiveRecord >= 3.1.0
|
|
68
|
+
* ActiveRecord >= 3.1.0
|
|
69
69
|
* PostgreSQL >= 8.4
|
|
70
70
|
|
|
71
|
+
## Rails 5
|
|
72
|
+
|
|
73
|
+
Rails 5 is supported on the `rails-5` branch and through gem versions
|
|
74
|
+
`>= 1.0.0` on rubygems.org. The Rails branch is intended to
|
|
75
|
+
follow minor Rails releases (currently 5.1), but it should be
|
|
76
|
+
compatible with 5.0 as well. If you have trouble try upgrading Rails
|
|
77
|
+
first. Tag @zachaysan with in a GitHub issue if the latest version
|
|
78
|
+
of Rails is not supported or if there are reproducable problems on
|
|
79
|
+
the latest minor version of Rails 5.
|
|
80
|
+
|
|
71
81
|
## Installation
|
|
72
82
|
|
|
73
83
|
Add this line to your application's Gemfile:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-hierarchical_query
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexei Mikhailov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: 3.1.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '5.
|
|
22
|
+
version: '5.2'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: 3.1.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '5.
|
|
32
|
+
version: '5.2'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: bundler
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -92,14 +92,14 @@ dependencies:
|
|
|
92
92
|
requirements:
|
|
93
93
|
- - "~>"
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 0.
|
|
95
|
+
version: 0.14.1
|
|
96
96
|
type: :development
|
|
97
97
|
prerelease: false
|
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
100
|
- - "~>"
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: 0.
|
|
102
|
+
version: 0.14.1
|
|
103
103
|
description:
|
|
104
104
|
email:
|
|
105
105
|
- amikhailov83@gmail.com
|