autocomplete_for 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile.lock +50 -50
- data/autocomplete_for.gemspec +5 -5
- metadata +22 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ec98677c8d47681be045e298a30de50c5a7e7ec6
|
4
|
+
data.tar.gz: c0815e4bcde599ac3716c37bd5c03ca679e358e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fbb265ea62b18b25ecd5f2296dfe203f86a89f4d075a6a08eb8a30183e925c4a7365182b2ed9f24b2f7398462afd3e013491da982cd38c3a38ed6e33cdf6dd7
|
7
|
+
data.tar.gz: 93fecb69198a2d5694d7ec311136608fdb22458ef5d4d1ac7b760ad0ad8c057d87a2d3331deb6f57c5c6ecfd446cfed28a02b71ad9ab1ce9be5c5c9958a45d31
|
data/Gemfile.lock
CHANGED
@@ -1,95 +1,95 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
autocomplete_for (1.0.
|
5
|
-
activerecord (
|
4
|
+
autocomplete_for (1.0.2)
|
5
|
+
activerecord (>= 4.2.10, <= 5.1.6)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (5.
|
11
|
-
actionpack (= 5.
|
12
|
-
nio4r (
|
10
|
+
actioncable (5.1.6)
|
11
|
+
actionpack (= 5.1.6)
|
12
|
+
nio4r (~> 2.0)
|
13
13
|
websocket-driver (~> 0.6.1)
|
14
|
-
actionmailer (5.
|
15
|
-
actionpack (= 5.
|
16
|
-
actionview (= 5.
|
17
|
-
activejob (= 5.
|
14
|
+
actionmailer (5.1.6)
|
15
|
+
actionpack (= 5.1.6)
|
16
|
+
actionview (= 5.1.6)
|
17
|
+
activejob (= 5.1.6)
|
18
18
|
mail (~> 2.5, >= 2.5.4)
|
19
19
|
rails-dom-testing (~> 2.0)
|
20
|
-
actionpack (5.
|
21
|
-
actionview (= 5.
|
22
|
-
activesupport (= 5.
|
20
|
+
actionpack (5.1.6)
|
21
|
+
actionview (= 5.1.6)
|
22
|
+
activesupport (= 5.1.6)
|
23
23
|
rack (~> 2.0)
|
24
|
-
rack-test (
|
24
|
+
rack-test (>= 0.6.3)
|
25
25
|
rails-dom-testing (~> 2.0)
|
26
26
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
27
|
-
actionview (5.
|
28
|
-
activesupport (= 5.
|
27
|
+
actionview (5.1.6)
|
28
|
+
activesupport (= 5.1.6)
|
29
29
|
builder (~> 3.1)
|
30
|
-
|
30
|
+
erubi (~> 1.4)
|
31
31
|
rails-dom-testing (~> 2.0)
|
32
32
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
33
|
-
activejob (5.
|
34
|
-
activesupport (= 5.
|
33
|
+
activejob (5.1.6)
|
34
|
+
activesupport (= 5.1.6)
|
35
35
|
globalid (>= 0.3.6)
|
36
|
-
activemodel (5.
|
37
|
-
activesupport (= 5.
|
38
|
-
activerecord (5.
|
39
|
-
activemodel (= 5.
|
40
|
-
activesupport (= 5.
|
41
|
-
arel (~>
|
42
|
-
activesupport (5.
|
36
|
+
activemodel (5.1.6)
|
37
|
+
activesupport (= 5.1.6)
|
38
|
+
activerecord (5.1.6)
|
39
|
+
activemodel (= 5.1.6)
|
40
|
+
activesupport (= 5.1.6)
|
41
|
+
arel (~> 8.0)
|
42
|
+
activesupport (5.1.6)
|
43
43
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
44
44
|
i18n (>= 0.7, < 2)
|
45
45
|
minitest (~> 5.1)
|
46
46
|
tzinfo (~> 1.1)
|
47
|
-
arel (
|
47
|
+
arel (8.0.0)
|
48
48
|
builder (3.2.3)
|
49
|
-
concurrent-ruby (1.
|
49
|
+
concurrent-ruby (1.1.3)
|
50
50
|
crass (1.0.4)
|
51
51
|
diff-lcs (1.3)
|
52
|
-
|
52
|
+
erubi (1.7.1)
|
53
53
|
globalid (0.4.1)
|
54
54
|
activesupport (>= 4.2.0)
|
55
|
-
i18n (1.1.
|
55
|
+
i18n (1.1.1)
|
56
56
|
concurrent-ruby (~> 1.0)
|
57
|
-
loofah (2.2.
|
57
|
+
loofah (2.2.3)
|
58
58
|
crass (~> 1.0.2)
|
59
59
|
nokogiri (>= 1.5.9)
|
60
|
-
mail (2.7.
|
60
|
+
mail (2.7.1)
|
61
61
|
mini_mime (>= 0.1.1)
|
62
|
-
method_source (0.9.
|
62
|
+
method_source (0.9.1)
|
63
63
|
mini_mime (1.0.1)
|
64
64
|
mini_portile2 (2.3.0)
|
65
65
|
minitest (5.11.3)
|
66
66
|
nio4r (2.3.1)
|
67
|
-
nokogiri (1.8.
|
67
|
+
nokogiri (1.8.5)
|
68
68
|
mini_portile2 (~> 2.3.0)
|
69
69
|
pg (1.1.3)
|
70
|
-
rack (2.0.
|
71
|
-
rack-test (
|
72
|
-
rack (>= 1.0)
|
73
|
-
rails (5.
|
74
|
-
actioncable (= 5.
|
75
|
-
actionmailer (= 5.
|
76
|
-
actionpack (= 5.
|
77
|
-
actionview (= 5.
|
78
|
-
activejob (= 5.
|
79
|
-
activemodel (= 5.
|
80
|
-
activerecord (= 5.
|
81
|
-
activesupport (= 5.
|
70
|
+
rack (2.0.6)
|
71
|
+
rack-test (1.1.0)
|
72
|
+
rack (>= 1.0, < 3)
|
73
|
+
rails (5.1.6)
|
74
|
+
actioncable (= 5.1.6)
|
75
|
+
actionmailer (= 5.1.6)
|
76
|
+
actionpack (= 5.1.6)
|
77
|
+
actionview (= 5.1.6)
|
78
|
+
activejob (= 5.1.6)
|
79
|
+
activemodel (= 5.1.6)
|
80
|
+
activerecord (= 5.1.6)
|
81
|
+
activesupport (= 5.1.6)
|
82
82
|
bundler (>= 1.3.0)
|
83
|
-
railties (= 5.
|
83
|
+
railties (= 5.1.6)
|
84
84
|
sprockets-rails (>= 2.0.0)
|
85
85
|
rails-dom-testing (2.0.3)
|
86
86
|
activesupport (>= 4.2.0)
|
87
87
|
nokogiri (>= 1.6)
|
88
88
|
rails-html-sanitizer (1.0.4)
|
89
89
|
loofah (~> 2.2, >= 2.2.2)
|
90
|
-
railties (5.
|
91
|
-
actionpack (= 5.
|
92
|
-
activesupport (= 5.
|
90
|
+
railties (5.1.6)
|
91
|
+
actionpack (= 5.1.6)
|
92
|
+
activesupport (= 5.1.6)
|
93
93
|
method_source
|
94
94
|
rake (>= 0.8.7)
|
95
95
|
thor (>= 0.18.1, < 2.0)
|
@@ -133,7 +133,7 @@ PLATFORMS
|
|
133
133
|
DEPENDENCIES
|
134
134
|
autocomplete_for!
|
135
135
|
pg
|
136
|
-
rails (
|
136
|
+
rails (>= 4.2.10, <= 5.1.6)
|
137
137
|
rake
|
138
138
|
rspec-rails (~> 3.8)
|
139
139
|
sqlite3 (~> 1.3)
|
data/autocomplete_for.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "autocomplete_for"
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Sean Kirby"]
|
@@ -37,19 +37,19 @@ Gem::Specification.new do |s|
|
|
37
37
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
38
38
|
s.add_development_dependency(%q<pg>, [">= 0"])
|
39
39
|
s.add_development_dependency(%q<rake>, [">= 0"])
|
40
|
-
s.add_runtime_dependency(%q<activerecord>, ["
|
40
|
+
s.add_runtime_dependency(%q<activerecord>, [">= 4.2.10", "<= 5.1.6"])
|
41
41
|
else
|
42
42
|
s.add_dependency(%q<pg>, [">= 0"])
|
43
43
|
s.add_dependency(%q<rake>, [">= 0"])
|
44
|
-
s.add_dependency(%q<activerecord>, ["
|
44
|
+
s.add_dependency(%q<activerecord>, [">= 4.2.10", "<= 5.1.6"])
|
45
45
|
end
|
46
46
|
else
|
47
47
|
s.add_dependency(%q<pg>, [">= 0"])
|
48
48
|
s.add_dependency(%q<rake>, [">= 0"])
|
49
|
-
s.add_dependency(%q<activerecord>, ["
|
49
|
+
s.add_dependency(%q<activerecord>, [">= 4.2.10", "<= 5.1.6"])
|
50
50
|
end
|
51
51
|
|
52
|
-
s.add_development_dependency("rails", "
|
52
|
+
s.add_development_dependency("rails", ">= 4.2.10", "<= 5.1.6")
|
53
53
|
s.add_development_dependency("rspec-rails", "~> 3.8")
|
54
54
|
s.add_development_dependency("sqlite3", "~> 1.3")
|
55
55
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autocomplete_for
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Kirby
|
@@ -42,30 +42,42 @@ dependencies:
|
|
42
42
|
name: activerecord
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 4.2.10
|
48
|
+
- - "<="
|
46
49
|
- !ruby/object:Gem::Version
|
47
|
-
version: 5.
|
50
|
+
version: 5.1.6
|
48
51
|
type: :runtime
|
49
52
|
prerelease: false
|
50
53
|
version_requirements: !ruby/object:Gem::Requirement
|
51
54
|
requirements:
|
52
|
-
- - "
|
55
|
+
- - ">="
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: 4.2.10
|
58
|
+
- - "<="
|
53
59
|
- !ruby/object:Gem::Version
|
54
|
-
version: 5.
|
60
|
+
version: 5.1.6
|
55
61
|
- !ruby/object:Gem::Dependency
|
56
62
|
name: rails
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
58
64
|
requirements:
|
59
|
-
- - "
|
65
|
+
- - ">="
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: 4.2.10
|
68
|
+
- - "<="
|
60
69
|
- !ruby/object:Gem::Version
|
61
|
-
version: 5.
|
70
|
+
version: 5.1.6
|
62
71
|
type: :development
|
63
72
|
prerelease: false
|
64
73
|
version_requirements: !ruby/object:Gem::Requirement
|
65
74
|
requirements:
|
66
|
-
- - "
|
75
|
+
- - ">="
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: 4.2.10
|
78
|
+
- - "<="
|
67
79
|
- !ruby/object:Gem::Version
|
68
|
-
version: 5.
|
80
|
+
version: 5.1.6
|
69
81
|
- !ruby/object:Gem::Dependency
|
70
82
|
name: rspec-rails
|
71
83
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
140
|
version: '0'
|
129
141
|
requirements: []
|
130
142
|
rubyforge_project: autocomplete_for
|
131
|
-
rubygems_version: 2.
|
143
|
+
rubygems_version: 2.6.14
|
132
144
|
signing_key:
|
133
145
|
specification_version: 3
|
134
146
|
summary: Model-side logic for autocompleting belongs_to associations
|