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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4f99a905e1b2c57169901565f565febec84b673
4
- data.tar.gz: 9a61756f64068b77af37442b43410ac58cd9f2b9
3
+ metadata.gz: de9aa7cea11757eea743444e754a82c88d764356
4
+ data.tar.gz: 885d5f6ad1da91158f7b34f10094751ca0e6558a
5
5
  SHA512:
6
- metadata.gz: d56f68ae5a32df021057cb2e7e8674c5fee4a5aa4798ab8275cefa83e6ce7ca865af3a276e756c4b307fb56174fe8caddd53a20ce41f3caec0fde5cb5afbfd01
7
- data.tar.gz: 110371836ae8b88626c8a4cf2970c9e44548f8174b1aec5d623b15adb2fa9fb90720b435ded6e218d5c827df3888f69b563547d72b1c1e1c03f29b3d3018ff8c
6
+ metadata.gz: 69a35cca185d44f94c89414a05e6ccab9655906af0a5aaac65373eefdec02275c3e2b9ebfaefcc09fb20983795219701643748c82533645c226203854d8926e3
7
+ data.tar.gz: bc5d706cea3b64b90ae69da84f4090d0f0a0a251ceed6ec6410623c9e636e4e42c9894e0b2d19a17b792acfd24a7bb80ad0ea3a70381eee7d546fbe3c96a8927
data/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## 0.4
4
4
 
5
+ ### 0.5.0
6
+ * Update Mobility dependency to >= 0.3, < 0.4
7
+
5
8
  ### 0.4.0
6
9
  * Update Mobility dependency to 0.2.x
7
10
 
data/Gemfile.lock CHANGED
@@ -1,161 +1,160 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- friendly_id-mobility (0.3.0)
4
+ friendly_id-mobility (0.5.0)
5
5
  friendly_id (>= 5.0.0, <= 5.3.0)
6
- mobility (~> 0.1.13)
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.1.1)
12
- actionpack (= 5.1.1)
13
- nio4r (~> 2.0)
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.1.1)
16
- actionpack (= 5.1.1)
17
- actionview (= 5.1.1)
18
- activejob (= 5.1.1)
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.1.1)
22
- actionview (= 5.1.1)
23
- activesupport (= 5.1.1)
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.1.1)
29
- activesupport (= 5.1.1)
28
+ actionview (5.0.6)
29
+ activesupport (= 5.0.6)
30
30
  builder (~> 3.1)
31
- erubi (~> 1.4)
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.1.1)
35
- activesupport (= 5.1.1)
34
+ activejob (5.0.6)
35
+ activesupport (= 5.0.6)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.1.1)
38
- activesupport (= 5.1.1)
39
- activerecord (5.1.1)
40
- activemodel (= 5.1.1)
41
- activesupport (= 5.1.1)
42
- arel (~> 8.0)
43
- activesupport (5.1.1)
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 (8.0.0)
48
+ arel (7.1.4)
49
49
  builder (3.2.3)
50
- byebug (9.0.6)
51
- coderay (1.1.1)
50
+ byebug (9.1.0)
51
+ coderay (1.1.2)
52
52
  concurrent-ruby (1.0.5)
53
- database_cleaner (1.5.3)
53
+ crass (1.0.3)
54
+ database_cleaner (1.6.2)
54
55
  diff-lcs (1.3)
55
- erubi (1.6.0)
56
- friendly_id (5.2.1)
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.0)
62
+ globalid (0.4.1)
62
63
  activesupport (>= 4.2.0)
63
- i18n (0.8.4)
64
- loofah (2.0.3)
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.6.6)
67
- mime-types (>= 1.16, < 4)
68
- method_source (0.8.2)
69
- mime-types (3.1)
70
- mime-types-data (~> 3.2015)
71
- mime-types-data (3.2016.0521)
72
- mini_portile2 (2.2.0)
73
- minitest (5.10.2)
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.0)
79
- mini_portile2 (~> 2.2.0)
80
- pry (0.10.4)
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.8.1)
83
- slop (~> 3.4)
84
- pry-byebug (3.4.2)
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.1.1)
91
- actioncable (= 5.1.1)
92
- actionmailer (= 5.1.1)
93
- actionpack (= 5.1.1)
94
- actionview (= 5.1.1)
95
- activejob (= 5.1.1)
96
- activemodel (= 5.1.1)
97
- activerecord (= 5.1.1)
98
- activesupport (= 5.1.1)
99
- bundler (>= 1.3.0, < 2.0)
100
- railties (= 5.1.1)
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.1.1)
108
- actionpack (= 5.1.1)
109
- activesupport (= 5.1.1)
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.0.0)
113
+ rake (12.3.0)
114
114
  request_store (1.3.2)
115
- rspec (3.6.0)
116
- rspec-core (~> 3.6.0)
117
- rspec-expectations (~> 3.6.0)
118
- rspec-mocks (~> 3.6.0)
119
- rspec-core (3.6.0)
120
- rspec-support (~> 3.6.0)
121
- rspec-expectations (3.6.0)
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.6.0)
124
- rspec-mocks (3.6.0)
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.6.0)
127
- rspec-support (3.6.0)
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.0)
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.19.4)
136
+ thor (0.20.0)
138
137
  thread_safe (0.3.6)
139
- tzinfo (1.2.3)
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.2)
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.1, < 5.2)
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.15.0
160
+ 1.16.0.pre.2
data/README.md CHANGED
@@ -16,7 +16,7 @@ Installation
16
16
  Add this line to your application's Gemfile:
17
17
 
18
18
  ```ruby
19
- gem 'friendly_id-mobility', '~> 0.3.1'
19
+ gem 'friendly_id-mobility', '~> 0.5.1'
20
20
  ```
21
21
 
22
22
  And then execute:
@@ -1,5 +1,5 @@
1
1
  module FriendlyId
2
2
  module Mobility
3
- VERSION = "0.4.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
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.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-08-18 00:00:00.000000000 Z
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.2.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.2.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.11
169
+ rubygems_version: 2.6.13
164
170
  signing_key:
165
171
  specification_version: 4
166
172
  summary: Translate your FriendlyId slugs with Mobility.