parentry 0.5.0 → 1.0.0
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/.gitignore +0 -1
- data/.travis.yml +1 -1
- data/Appraisals +2 -2
- data/README.md +1 -7
- data/gemfiles/{activerecord_5.0.gemfile → activerecord_5.1.gemfile} +2 -2
- data/gemfiles/activerecord_5.1.gemfile.lock +116 -0
- data/lib/parentry/instance_methods.rb +2 -2
- data/lib/parentry/strategy/array/instance_methods.rb +1 -1
- data/lib/parentry/strategy/ltree/instance_methods.rb +1 -1
- data/lib/parentry/version.rb +1 -1
- data/lib/parentry.rb +2 -2
- data/parentry.gemspec +6 -6
- metadata +25 -25
- data/gemfiles/activerecord_5.0.gemfile.lock +0 -117
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ed402972198361a4692bb08c0e37de6c5ab2def
|
|
4
|
+
data.tar.gz: db76e44d21d704adfdab3acb58db9eb695be6a96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f026004b8d0a07e24c7f104fb5a5f7368b5864af578089c20e0babda9540b716b027c13e9d0d671db27b433a9c8a1bc434e166f66a867e54fc951a91c66e55da
|
|
7
|
+
data.tar.gz: 821a2c44e758aac123bd7f875abf1085ed18931a386ec533253ca365053cb9bb58cb3dd42d0fba2d6b31d81aaa395a2221fbbe9855d24f226e2aa8beeb148dac
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
data/Appraisals
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
appraise 'activerecord-5.
|
|
2
|
-
gem 'activerecord', '~> 5.0'
|
|
1
|
+
appraise 'activerecord-5.1' do
|
|
2
|
+
gem 'activerecord', '~> 5.1.0'
|
|
3
3
|
end
|
data/README.md
CHANGED
|
@@ -31,15 +31,9 @@ add_column :my_table, :parentry, :ltree
|
|
|
31
31
|
add_column :my_table, :parent_id, :integer
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
## Development
|
|
35
|
-
|
|
36
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
37
|
-
|
|
38
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
39
|
-
|
|
40
34
|
## Contributing
|
|
41
35
|
|
|
42
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/hasghari/parentry. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
|
|
36
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/hasghari/parentry. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org/) code of conduct.
|
|
43
37
|
|
|
44
38
|
|
|
45
39
|
## License
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: ..
|
|
3
|
+
specs:
|
|
4
|
+
parentry (0.4.0)
|
|
5
|
+
activerecord (~> 5.1.0)
|
|
6
|
+
|
|
7
|
+
GEM
|
|
8
|
+
remote: https://rubygems.org/
|
|
9
|
+
specs:
|
|
10
|
+
actionpack (5.1.1)
|
|
11
|
+
actionview (= 5.1.1)
|
|
12
|
+
activesupport (= 5.1.1)
|
|
13
|
+
rack (~> 2.0)
|
|
14
|
+
rack-test (~> 0.6.3)
|
|
15
|
+
rails-dom-testing (~> 2.0)
|
|
16
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
17
|
+
actionview (5.1.1)
|
|
18
|
+
activesupport (= 5.1.1)
|
|
19
|
+
builder (~> 3.1)
|
|
20
|
+
erubi (~> 1.4)
|
|
21
|
+
rails-dom-testing (~> 2.0)
|
|
22
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
23
|
+
activemodel (5.1.1)
|
|
24
|
+
activesupport (= 5.1.1)
|
|
25
|
+
activerecord (5.1.1)
|
|
26
|
+
activemodel (= 5.1.1)
|
|
27
|
+
activesupport (= 5.1.1)
|
|
28
|
+
arel (~> 8.0)
|
|
29
|
+
activesupport (5.1.1)
|
|
30
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
31
|
+
i18n (~> 0.7)
|
|
32
|
+
minitest (~> 5.1)
|
|
33
|
+
tzinfo (~> 1.1)
|
|
34
|
+
appraisal (2.2.0)
|
|
35
|
+
bundler
|
|
36
|
+
rake
|
|
37
|
+
thor (>= 0.14.0)
|
|
38
|
+
arel (8.0.0)
|
|
39
|
+
builder (3.2.3)
|
|
40
|
+
coderay (1.1.1)
|
|
41
|
+
combustion (0.5.3)
|
|
42
|
+
activesupport (>= 3.0.0)
|
|
43
|
+
railties (>= 3.0.0)
|
|
44
|
+
thor (>= 0.14.6)
|
|
45
|
+
concurrent-ruby (1.0.5)
|
|
46
|
+
database_cleaner (1.6.1)
|
|
47
|
+
diff-lcs (1.3)
|
|
48
|
+
erubi (1.6.0)
|
|
49
|
+
i18n (0.8.1)
|
|
50
|
+
loofah (2.0.3)
|
|
51
|
+
nokogiri (>= 1.5.9)
|
|
52
|
+
method_source (0.8.2)
|
|
53
|
+
mini_portile2 (2.1.0)
|
|
54
|
+
minitest (5.10.2)
|
|
55
|
+
nokogiri (1.7.2)
|
|
56
|
+
mini_portile2 (~> 2.1.0)
|
|
57
|
+
pg (0.20.0)
|
|
58
|
+
pry (0.10.4)
|
|
59
|
+
coderay (~> 1.1.0)
|
|
60
|
+
method_source (~> 0.8.1)
|
|
61
|
+
slop (~> 3.4)
|
|
62
|
+
rack (2.0.3)
|
|
63
|
+
rack-test (0.6.3)
|
|
64
|
+
rack (>= 1.0)
|
|
65
|
+
rails-dom-testing (2.0.3)
|
|
66
|
+
activesupport (>= 4.2.0)
|
|
67
|
+
nokogiri (>= 1.6)
|
|
68
|
+
rails-html-sanitizer (1.0.3)
|
|
69
|
+
loofah (~> 2.0)
|
|
70
|
+
railties (5.1.1)
|
|
71
|
+
actionpack (= 5.1.1)
|
|
72
|
+
activesupport (= 5.1.1)
|
|
73
|
+
method_source
|
|
74
|
+
rake (>= 0.8.7)
|
|
75
|
+
thor (>= 0.18.1, < 2.0)
|
|
76
|
+
rake (10.5.0)
|
|
77
|
+
rspec-core (3.6.0)
|
|
78
|
+
rspec-support (~> 3.6.0)
|
|
79
|
+
rspec-expectations (3.6.0)
|
|
80
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
81
|
+
rspec-support (~> 3.6.0)
|
|
82
|
+
rspec-mocks (3.6.0)
|
|
83
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
84
|
+
rspec-support (~> 3.6.0)
|
|
85
|
+
rspec-rails (3.6.0)
|
|
86
|
+
actionpack (>= 3.0)
|
|
87
|
+
activesupport (>= 3.0)
|
|
88
|
+
railties (>= 3.0)
|
|
89
|
+
rspec-core (~> 3.6.0)
|
|
90
|
+
rspec-expectations (~> 3.6.0)
|
|
91
|
+
rspec-mocks (~> 3.6.0)
|
|
92
|
+
rspec-support (~> 3.6.0)
|
|
93
|
+
rspec-support (3.6.0)
|
|
94
|
+
slop (3.6.0)
|
|
95
|
+
thor (0.19.4)
|
|
96
|
+
thread_safe (0.3.6)
|
|
97
|
+
tzinfo (1.2.3)
|
|
98
|
+
thread_safe (~> 0.1)
|
|
99
|
+
|
|
100
|
+
PLATFORMS
|
|
101
|
+
ruby
|
|
102
|
+
|
|
103
|
+
DEPENDENCIES
|
|
104
|
+
activerecord (~> 5.1.0)
|
|
105
|
+
appraisal
|
|
106
|
+
bundler (~> 1.10)
|
|
107
|
+
combustion (= 0.5.3)
|
|
108
|
+
database_cleaner
|
|
109
|
+
parentry!
|
|
110
|
+
pg
|
|
111
|
+
pry
|
|
112
|
+
rake (~> 10.0)
|
|
113
|
+
rspec-rails
|
|
114
|
+
|
|
115
|
+
BUNDLED WITH
|
|
116
|
+
1.14.6
|
|
@@ -45,8 +45,8 @@ module Parentry
|
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
def ancestor_ids_was
|
|
48
|
-
return [] unless
|
|
49
|
-
parse_parentry(
|
|
48
|
+
return [] unless saved_changes[parentry_column]
|
|
49
|
+
parse_parentry(saved_changes[parentry_column][0]).tap(&:pop)
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
end
|
|
@@ -12,7 +12,7 @@ module Parentry
|
|
|
12
12
|
end
|
|
13
13
|
|
|
14
14
|
def cascade_parentry
|
|
15
|
-
old_path, new_path =
|
|
15
|
+
old_path, new_path = saved_changes[parentry_column]
|
|
16
16
|
parentry_scope.where(
|
|
17
17
|
["#{parentry_column} @> ARRAY[:tree] AND id != :id", tree: old_path, id: id]
|
|
18
18
|
).update_all(
|
|
@@ -11,7 +11,7 @@ module Parentry
|
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
def cascade_parentry
|
|
14
|
-
old_path, new_path =
|
|
14
|
+
old_path, new_path = saved_changes[parentry_column]
|
|
15
15
|
parentry_scope.where(
|
|
16
16
|
["#{parentry_column} <@ :tree AND id != :id", tree: old_path, id: id]
|
|
17
17
|
).update_all(
|
data/lib/parentry/version.rb
CHANGED
data/lib/parentry.rb
CHANGED
|
@@ -10,7 +10,7 @@ module Parentry
|
|
|
10
10
|
base.class_eval do
|
|
11
11
|
mattr_accessor :parentry_strategy, :parentry_column, :depth_offset, :cache_depth, :touch_ancestors
|
|
12
12
|
|
|
13
|
-
belongs_to :parent, class_name: base_class.name
|
|
13
|
+
belongs_to :parent, class_name: base_class.name
|
|
14
14
|
has_many :children, class_name: base_class.name, foreign_key: :parent_id, dependent: :destroy
|
|
15
15
|
|
|
16
16
|
validate do
|
|
@@ -23,7 +23,7 @@ module Parentry
|
|
|
23
23
|
|
|
24
24
|
after_create :commit_parentry
|
|
25
25
|
before_update :assign_parentry, if: proc { changes[:parent_id].present? }
|
|
26
|
-
after_update :cascade_parentry, if: proc {
|
|
26
|
+
after_update :cascade_parentry, if: proc { saved_changes[parentry_column].present? }
|
|
27
27
|
|
|
28
28
|
before_validation :cache_parentry_depth, if: proc { cache_depth }
|
|
29
29
|
before_save :cache_parentry_depth, if: proc { cache_depth }
|
data/parentry.gemspec
CHANGED
|
@@ -16,13 +16,13 @@ Gem::Specification.new do |spec|
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
17
|
spec.require_paths = ['lib']
|
|
18
18
|
|
|
19
|
-
spec.add_dependency 'activerecord', '~> 5.0'
|
|
19
|
+
spec.add_dependency 'activerecord', '~> 5.1.0'
|
|
20
20
|
|
|
21
21
|
spec.add_development_dependency 'bundler', '~> 1.10'
|
|
22
22
|
spec.add_development_dependency 'rake', '~> 10.0'
|
|
23
|
-
spec.add_development_dependency 'rspec-rails'
|
|
24
|
-
spec.add_development_dependency 'pg'
|
|
25
|
-
spec.add_development_dependency 'combustion', '0.
|
|
26
|
-
spec.add_development_dependency 'database_cleaner'
|
|
27
|
-
spec.add_development_dependency 'pry'
|
|
23
|
+
spec.add_development_dependency 'rspec-rails'
|
|
24
|
+
spec.add_development_dependency 'pg'
|
|
25
|
+
spec.add_development_dependency 'combustion', '0.5.3'
|
|
26
|
+
spec.add_development_dependency 'database_cleaner'
|
|
27
|
+
spec.add_development_dependency 'pry'
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: parentry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hamed Asghari
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 5.1.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 5.1.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -56,72 +56,72 @@ dependencies:
|
|
|
56
56
|
name: rspec-rails
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- - "
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
61
|
+
version: '0'
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- - "
|
|
66
|
+
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
68
|
+
version: '0'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: pg
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- - "
|
|
73
|
+
- - ">="
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '0
|
|
75
|
+
version: '0'
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- - "
|
|
80
|
+
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '0
|
|
82
|
+
version: '0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: combustion
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.
|
|
89
|
+
version: 0.5.3
|
|
90
90
|
type: :development
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - '='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.
|
|
96
|
+
version: 0.5.3
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: database_cleaner
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
|
-
- - "
|
|
101
|
+
- - ">="
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '
|
|
103
|
+
version: '0'
|
|
104
104
|
type: :development
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
|
-
- - "
|
|
108
|
+
- - ">="
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '
|
|
110
|
+
version: '0'
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: pry
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
|
-
- - "
|
|
115
|
+
- - ">="
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: '0
|
|
117
|
+
version: '0'
|
|
118
118
|
type: :development
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
|
-
- - "
|
|
122
|
+
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: '0
|
|
124
|
+
version: '0'
|
|
125
125
|
description:
|
|
126
126
|
email:
|
|
127
127
|
- hasghari@gmail.com
|
|
@@ -140,8 +140,8 @@ files:
|
|
|
140
140
|
- Rakefile
|
|
141
141
|
- bin/console
|
|
142
142
|
- bin/setup
|
|
143
|
-
- gemfiles/activerecord_5.
|
|
144
|
-
- gemfiles/activerecord_5.
|
|
143
|
+
- gemfiles/activerecord_5.1.gemfile
|
|
144
|
+
- gemfiles/activerecord_5.1.gemfile.lock
|
|
145
145
|
- lib/parentry.rb
|
|
146
146
|
- lib/parentry/class_methods.rb
|
|
147
147
|
- lib/parentry/instance_methods.rb
|
|
@@ -175,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
175
175
|
version: '0'
|
|
176
176
|
requirements: []
|
|
177
177
|
rubyforge_project:
|
|
178
|
-
rubygems_version: 2.6.
|
|
178
|
+
rubygems_version: 2.6.7
|
|
179
179
|
signing_key:
|
|
180
180
|
specification_version: 4
|
|
181
181
|
summary: ActiveRecord adapter for the Postgres ltree module
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: ..
|
|
3
|
-
specs:
|
|
4
|
-
parentry (0.5.0)
|
|
5
|
-
activerecord (~> 5.0)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
actionpack (5.0.6)
|
|
11
|
-
actionview (= 5.0.6)
|
|
12
|
-
activesupport (= 5.0.6)
|
|
13
|
-
rack (~> 2.0)
|
|
14
|
-
rack-test (~> 0.6.3)
|
|
15
|
-
rails-dom-testing (~> 2.0)
|
|
16
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
17
|
-
actionview (5.0.6)
|
|
18
|
-
activesupport (= 5.0.6)
|
|
19
|
-
builder (~> 3.1)
|
|
20
|
-
erubis (~> 2.7.0)
|
|
21
|
-
rails-dom-testing (~> 2.0)
|
|
22
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
23
|
-
activemodel (5.0.6)
|
|
24
|
-
activesupport (= 5.0.6)
|
|
25
|
-
activerecord (5.0.6)
|
|
26
|
-
activemodel (= 5.0.6)
|
|
27
|
-
activesupport (= 5.0.6)
|
|
28
|
-
arel (~> 7.0)
|
|
29
|
-
activesupport (5.0.6)
|
|
30
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
31
|
-
i18n (~> 0.7)
|
|
32
|
-
minitest (~> 5.1)
|
|
33
|
-
tzinfo (~> 1.1)
|
|
34
|
-
appraisal (2.2.0)
|
|
35
|
-
bundler
|
|
36
|
-
rake
|
|
37
|
-
thor (>= 0.14.0)
|
|
38
|
-
arel (7.1.4)
|
|
39
|
-
builder (3.2.3)
|
|
40
|
-
coderay (1.1.2)
|
|
41
|
-
combustion (0.9.0)
|
|
42
|
-
activesupport (>= 3.0.0)
|
|
43
|
-
railties (>= 3.0.0)
|
|
44
|
-
thor (>= 0.14.6)
|
|
45
|
-
concurrent-ruby (1.0.5)
|
|
46
|
-
crass (1.0.3)
|
|
47
|
-
database_cleaner (1.6.2)
|
|
48
|
-
diff-lcs (1.3)
|
|
49
|
-
erubis (2.7.0)
|
|
50
|
-
i18n (0.9.5)
|
|
51
|
-
concurrent-ruby (~> 1.0)
|
|
52
|
-
loofah (2.2.2)
|
|
53
|
-
crass (~> 1.0.2)
|
|
54
|
-
nokogiri (>= 1.5.9)
|
|
55
|
-
method_source (0.9.0)
|
|
56
|
-
mini_portile2 (2.3.0)
|
|
57
|
-
minitest (5.11.3)
|
|
58
|
-
nokogiri (1.8.2)
|
|
59
|
-
mini_portile2 (~> 2.3.0)
|
|
60
|
-
pg (0.21.0)
|
|
61
|
-
pry (0.11.3)
|
|
62
|
-
coderay (~> 1.1.0)
|
|
63
|
-
method_source (~> 0.9.0)
|
|
64
|
-
rack (2.0.4)
|
|
65
|
-
rack-test (0.6.3)
|
|
66
|
-
rack (>= 1.0)
|
|
67
|
-
rails-dom-testing (2.0.3)
|
|
68
|
-
activesupport (>= 4.2.0)
|
|
69
|
-
nokogiri (>= 1.6)
|
|
70
|
-
rails-html-sanitizer (1.0.4)
|
|
71
|
-
loofah (~> 2.2, >= 2.2.2)
|
|
72
|
-
railties (5.0.6)
|
|
73
|
-
actionpack (= 5.0.6)
|
|
74
|
-
activesupport (= 5.0.6)
|
|
75
|
-
method_source
|
|
76
|
-
rake (>= 0.8.7)
|
|
77
|
-
thor (>= 0.18.1, < 2.0)
|
|
78
|
-
rake (10.5.0)
|
|
79
|
-
rspec-core (3.7.1)
|
|
80
|
-
rspec-support (~> 3.7.0)
|
|
81
|
-
rspec-expectations (3.7.0)
|
|
82
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
83
|
-
rspec-support (~> 3.7.0)
|
|
84
|
-
rspec-mocks (3.7.0)
|
|
85
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
86
|
-
rspec-support (~> 3.7.0)
|
|
87
|
-
rspec-rails (3.7.2)
|
|
88
|
-
actionpack (>= 3.0)
|
|
89
|
-
activesupport (>= 3.0)
|
|
90
|
-
railties (>= 3.0)
|
|
91
|
-
rspec-core (~> 3.7.0)
|
|
92
|
-
rspec-expectations (~> 3.7.0)
|
|
93
|
-
rspec-mocks (~> 3.7.0)
|
|
94
|
-
rspec-support (~> 3.7.0)
|
|
95
|
-
rspec-support (3.7.1)
|
|
96
|
-
thor (0.20.0)
|
|
97
|
-
thread_safe (0.3.6)
|
|
98
|
-
tzinfo (1.2.5)
|
|
99
|
-
thread_safe (~> 0.1)
|
|
100
|
-
|
|
101
|
-
PLATFORMS
|
|
102
|
-
ruby
|
|
103
|
-
|
|
104
|
-
DEPENDENCIES
|
|
105
|
-
activerecord (~> 5.0)
|
|
106
|
-
appraisal
|
|
107
|
-
bundler (~> 1.10)
|
|
108
|
-
combustion (= 0.9.0)
|
|
109
|
-
database_cleaner (~> 1.6)
|
|
110
|
-
parentry!
|
|
111
|
-
pg (~> 0.21)
|
|
112
|
-
pry (~> 0.10)
|
|
113
|
-
rake (~> 10.0)
|
|
114
|
-
rspec-rails (~> 3.7)
|
|
115
|
-
|
|
116
|
-
BUNDLED WITH
|
|
117
|
-
1.14.6
|