friendly_id-mobility 0.4.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +83 -84
- data/README.md +1 -1
- data/lib/friendly_id/mobility/version.rb +1 -1
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de9aa7cea11757eea743444e754a82c88d764356
|
4
|
+
data.tar.gz: 885d5f6ad1da91158f7b34f10094751ca0e6558a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69a35cca185d44f94c89414a05e6ccab9655906af0a5aaac65373eefdec02275c3e2b9ebfaefcc09fb20983795219701643748c82533645c226203854d8926e3
|
7
|
+
data.tar.gz: bc5d706cea3b64b90ae69da84f4090d0f0a0a251ceed6ec6410623c9e636e4e42c9894e0b2d19a17b792acfd24a7bb80ad0ea3a70381eee7d546fbe3c96a8927
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,161 +1,160 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
friendly_id-mobility (0.
|
4
|
+
friendly_id-mobility (0.5.0)
|
5
5
|
friendly_id (>= 5.0.0, <= 5.3.0)
|
6
|
-
mobility (
|
6
|
+
mobility (>= 0.2.0, < 0.4.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.
|
12
|
-
actionpack (= 5.
|
13
|
-
nio4r (
|
11
|
+
actioncable (5.0.6)
|
12
|
+
actionpack (= 5.0.6)
|
13
|
+
nio4r (>= 1.2, < 3.0)
|
14
14
|
websocket-driver (~> 0.6.1)
|
15
|
-
actionmailer (5.
|
16
|
-
actionpack (= 5.
|
17
|
-
actionview (= 5.
|
18
|
-
activejob (= 5.
|
15
|
+
actionmailer (5.0.6)
|
16
|
+
actionpack (= 5.0.6)
|
17
|
+
actionview (= 5.0.6)
|
18
|
+
activejob (= 5.0.6)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.
|
22
|
-
actionview (= 5.
|
23
|
-
activesupport (= 5.
|
21
|
+
actionpack (5.0.6)
|
22
|
+
actionview (= 5.0.6)
|
23
|
+
activesupport (= 5.0.6)
|
24
24
|
rack (~> 2.0)
|
25
25
|
rack-test (~> 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.
|
29
|
-
activesupport (= 5.
|
28
|
+
actionview (5.0.6)
|
29
|
+
activesupport (= 5.0.6)
|
30
30
|
builder (~> 3.1)
|
31
|
-
|
31
|
+
erubis (~> 2.7.0)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.
|
35
|
-
activesupport (= 5.
|
34
|
+
activejob (5.0.6)
|
35
|
+
activesupport (= 5.0.6)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.
|
38
|
-
activesupport (= 5.
|
39
|
-
activerecord (5.
|
40
|
-
activemodel (= 5.
|
41
|
-
activesupport (= 5.
|
42
|
-
arel (~>
|
43
|
-
activesupport (5.
|
37
|
+
activemodel (5.0.6)
|
38
|
+
activesupport (= 5.0.6)
|
39
|
+
activerecord (5.0.6)
|
40
|
+
activemodel (= 5.0.6)
|
41
|
+
activesupport (= 5.0.6)
|
42
|
+
arel (~> 7.0)
|
43
|
+
activesupport (5.0.6)
|
44
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
45
|
i18n (~> 0.7)
|
46
46
|
minitest (~> 5.1)
|
47
47
|
tzinfo (~> 1.1)
|
48
|
-
arel (
|
48
|
+
arel (7.1.4)
|
49
49
|
builder (3.2.3)
|
50
|
-
byebug (9.0
|
51
|
-
coderay (1.1.
|
50
|
+
byebug (9.1.0)
|
51
|
+
coderay (1.1.2)
|
52
52
|
concurrent-ruby (1.0.5)
|
53
|
-
|
53
|
+
crass (1.0.3)
|
54
|
+
database_cleaner (1.6.2)
|
54
55
|
diff-lcs (1.3)
|
55
|
-
|
56
|
-
friendly_id (5.2.
|
56
|
+
erubis (2.7.0)
|
57
|
+
friendly_id (5.2.3)
|
57
58
|
activerecord (>= 4.0.0)
|
58
59
|
generator_spec (0.9.4)
|
59
60
|
activesupport (>= 3.0.0)
|
60
61
|
railties (>= 3.0.0)
|
61
|
-
globalid (0.4.
|
62
|
+
globalid (0.4.1)
|
62
63
|
activesupport (>= 4.2.0)
|
63
|
-
i18n (0.
|
64
|
-
|
64
|
+
i18n (0.9.1)
|
65
|
+
concurrent-ruby (~> 1.0)
|
66
|
+
loofah (2.1.1)
|
67
|
+
crass (~> 1.0.2)
|
65
68
|
nokogiri (>= 1.5.9)
|
66
|
-
mail (2.
|
67
|
-
|
68
|
-
method_source (0.
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
mobility (0.1.18)
|
75
|
-
i18n (>= 0.6.10, < 0.9)
|
69
|
+
mail (2.7.0)
|
70
|
+
mini_mime (>= 0.1.1)
|
71
|
+
method_source (0.9.0)
|
72
|
+
mini_mime (1.0.0)
|
73
|
+
mini_portile2 (2.3.0)
|
74
|
+
minitest (5.10.3)
|
75
|
+
mobility (0.3.0)
|
76
|
+
i18n (>= 0.6.10, < 0.10)
|
76
77
|
request_store (~> 1.0)
|
77
78
|
nio4r (2.1.0)
|
78
|
-
nokogiri (1.8.
|
79
|
-
mini_portile2 (~> 2.
|
80
|
-
pry (0.
|
79
|
+
nokogiri (1.8.1)
|
80
|
+
mini_portile2 (~> 2.3.0)
|
81
|
+
pry (0.11.3)
|
81
82
|
coderay (~> 1.1.0)
|
82
|
-
method_source (~> 0.
|
83
|
-
|
84
|
-
|
85
|
-
byebug (~> 9.0)
|
83
|
+
method_source (~> 0.9.0)
|
84
|
+
pry-byebug (3.5.1)
|
85
|
+
byebug (~> 9.1)
|
86
86
|
pry (~> 0.10)
|
87
87
|
rack (2.0.3)
|
88
88
|
rack-test (0.6.3)
|
89
89
|
rack (>= 1.0)
|
90
|
-
rails (5.
|
91
|
-
actioncable (= 5.
|
92
|
-
actionmailer (= 5.
|
93
|
-
actionpack (= 5.
|
94
|
-
actionview (= 5.
|
95
|
-
activejob (= 5.
|
96
|
-
activemodel (= 5.
|
97
|
-
activerecord (= 5.
|
98
|
-
activesupport (= 5.
|
99
|
-
bundler (>= 1.3.0
|
100
|
-
railties (= 5.
|
90
|
+
rails (5.0.6)
|
91
|
+
actioncable (= 5.0.6)
|
92
|
+
actionmailer (= 5.0.6)
|
93
|
+
actionpack (= 5.0.6)
|
94
|
+
actionview (= 5.0.6)
|
95
|
+
activejob (= 5.0.6)
|
96
|
+
activemodel (= 5.0.6)
|
97
|
+
activerecord (= 5.0.6)
|
98
|
+
activesupport (= 5.0.6)
|
99
|
+
bundler (>= 1.3.0)
|
100
|
+
railties (= 5.0.6)
|
101
101
|
sprockets-rails (>= 2.0.0)
|
102
102
|
rails-dom-testing (2.0.3)
|
103
103
|
activesupport (>= 4.2.0)
|
104
104
|
nokogiri (>= 1.6)
|
105
105
|
rails-html-sanitizer (1.0.3)
|
106
106
|
loofah (~> 2.0)
|
107
|
-
railties (5.
|
108
|
-
actionpack (= 5.
|
109
|
-
activesupport (= 5.
|
107
|
+
railties (5.0.6)
|
108
|
+
actionpack (= 5.0.6)
|
109
|
+
activesupport (= 5.0.6)
|
110
110
|
method_source
|
111
111
|
rake (>= 0.8.7)
|
112
112
|
thor (>= 0.18.1, < 2.0)
|
113
|
-
rake (12.
|
113
|
+
rake (12.3.0)
|
114
114
|
request_store (1.3.2)
|
115
|
-
rspec (3.
|
116
|
-
rspec-core (~> 3.
|
117
|
-
rspec-expectations (~> 3.
|
118
|
-
rspec-mocks (~> 3.
|
119
|
-
rspec-core (3.
|
120
|
-
rspec-support (~> 3.
|
121
|
-
rspec-expectations (3.
|
115
|
+
rspec (3.7.0)
|
116
|
+
rspec-core (~> 3.7.0)
|
117
|
+
rspec-expectations (~> 3.7.0)
|
118
|
+
rspec-mocks (~> 3.7.0)
|
119
|
+
rspec-core (3.7.0)
|
120
|
+
rspec-support (~> 3.7.0)
|
121
|
+
rspec-expectations (3.7.0)
|
122
122
|
diff-lcs (>= 1.2.0, < 2.0)
|
123
|
-
rspec-support (~> 3.
|
124
|
-
rspec-mocks (3.
|
123
|
+
rspec-support (~> 3.7.0)
|
124
|
+
rspec-mocks (3.7.0)
|
125
125
|
diff-lcs (>= 1.2.0, < 2.0)
|
126
|
-
rspec-support (~> 3.
|
127
|
-
rspec-support (3.
|
128
|
-
slop (3.6.0)
|
126
|
+
rspec-support (~> 3.7.0)
|
127
|
+
rspec-support (3.7.0)
|
129
128
|
sprockets (3.7.1)
|
130
129
|
concurrent-ruby (~> 1.0)
|
131
130
|
rack (> 1, < 3)
|
132
|
-
sprockets-rails (3.2.
|
131
|
+
sprockets-rails (3.2.1)
|
133
132
|
actionpack (>= 4.0)
|
134
133
|
activesupport (>= 4.0)
|
135
134
|
sprockets (>= 3.0.0)
|
136
135
|
sqlite3 (1.3.13)
|
137
|
-
thor (0.
|
136
|
+
thor (0.20.0)
|
138
137
|
thread_safe (0.3.6)
|
139
|
-
tzinfo (1.2.
|
138
|
+
tzinfo (1.2.4)
|
140
139
|
thread_safe (~> 0.1)
|
141
140
|
websocket-driver (0.6.5)
|
142
141
|
websocket-extensions (>= 0.1.0)
|
143
|
-
websocket-extensions (0.1.
|
142
|
+
websocket-extensions (0.1.3)
|
144
143
|
|
145
144
|
PLATFORMS
|
146
145
|
ruby
|
147
146
|
|
148
147
|
DEPENDENCIES
|
149
148
|
bundler (~> 1.12)
|
150
|
-
database_cleaner (~> 1.5.3)
|
149
|
+
database_cleaner (~> 1.5, >= 1.5.3)
|
151
150
|
friendly_id-mobility!
|
152
151
|
generator_spec (~> 0.9.3)
|
153
152
|
pry
|
154
153
|
pry-byebug
|
155
|
-
rails (>= 5.
|
154
|
+
rails (>= 5.0, < 5.1)
|
156
155
|
rake
|
157
156
|
rspec (~> 3.0)
|
158
157
|
sqlite3
|
159
158
|
|
160
159
|
BUNDLED WITH
|
161
|
-
1.
|
160
|
+
1.16.0.pre.2
|
data/README.md
CHANGED
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: friendly_id-mobility
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Salzberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mobility
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 0.3.0
|
20
|
+
- - "<"
|
18
21
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
22
|
+
version: 0.4.0
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 0.3.0
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
32
|
+
version: 0.4.0
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: friendly_id
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -160,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
160
166
|
version: '0'
|
161
167
|
requirements: []
|
162
168
|
rubyforge_project:
|
163
|
-
rubygems_version: 2.6.
|
169
|
+
rubygems_version: 2.6.13
|
164
170
|
signing_key:
|
165
171
|
specification_version: 4
|
166
172
|
summary: Translate your FriendlyId slugs with Mobility.
|