superslug 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +73 -43
- data/lib/superslug/version.rb +1 -1
- data/superslug.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71264bf17107624fcc68e566b8e194dec00f8320
|
4
|
+
data.tar.gz: e2c724f7dcb17ed44f2440cf5323cab68af235e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 469c88fac2fca96026a42efee2a29833de2cdf5a4ceb68543d3fdfb277015a1e7172829f2ccadc9bb55741308cfb373595dd08d3b7f6dca4297ebee75d0be2c6
|
7
|
+
data.tar.gz: a01102ff87c11deff3a50b46b2c6b15b1aafef218eb8463967781ce0a0cb8f4bddee77672a451fb6de74538da7a5f1e0963ff78f03cd6cb76b9201a762d2fd55
|
data/Gemfile.lock
CHANGED
@@ -1,72 +1,99 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
superslug (1.3.
|
5
|
-
rails (
|
4
|
+
superslug (1.3.1)
|
5
|
+
rails (>= 4.1.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionmailer (4.
|
11
|
-
actionpack (= 4.
|
12
|
-
actionview (= 4.
|
10
|
+
actionmailer (4.2.5)
|
11
|
+
actionpack (= 4.2.5)
|
12
|
+
actionview (= 4.2.5)
|
13
|
+
activejob (= 4.2.5)
|
13
14
|
mail (~> 2.5, >= 2.5.4)
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
|
+
actionpack (4.2.5)
|
17
|
+
actionview (= 4.2.5)
|
18
|
+
activesupport (= 4.2.5)
|
19
|
+
rack (~> 1.6)
|
18
20
|
rack-test (~> 0.6.2)
|
19
|
-
|
20
|
-
|
21
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
23
|
+
actionview (4.2.5)
|
24
|
+
activesupport (= 4.2.5)
|
21
25
|
builder (~> 3.1)
|
22
26
|
erubis (~> 2.7.0)
|
23
|
-
|
24
|
-
|
27
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
+
activejob (4.2.5)
|
30
|
+
activesupport (= 4.2.5)
|
31
|
+
globalid (>= 0.3.0)
|
32
|
+
activemodel (4.2.5)
|
33
|
+
activesupport (= 4.2.5)
|
25
34
|
builder (~> 3.1)
|
26
|
-
activerecord (4.
|
27
|
-
activemodel (= 4.
|
28
|
-
activesupport (= 4.
|
29
|
-
arel (~>
|
30
|
-
activesupport (4.
|
31
|
-
i18n (~> 0.
|
35
|
+
activerecord (4.2.5)
|
36
|
+
activemodel (= 4.2.5)
|
37
|
+
activesupport (= 4.2.5)
|
38
|
+
arel (~> 6.0)
|
39
|
+
activesupport (4.2.5)
|
40
|
+
i18n (~> 0.7)
|
32
41
|
json (~> 1.7, >= 1.7.7)
|
33
42
|
minitest (~> 5.1)
|
34
|
-
thread_safe (~> 0.
|
43
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
35
44
|
tzinfo (~> 1.1)
|
36
|
-
arel (
|
45
|
+
arel (6.0.3)
|
37
46
|
builder (3.2.2)
|
47
|
+
concurrent-ruby (1.0.0)
|
38
48
|
erubis (2.7.0)
|
49
|
+
globalid (0.3.6)
|
50
|
+
activesupport (>= 4.1.0)
|
39
51
|
i18n (0.7.0)
|
40
|
-
json (1.8.
|
52
|
+
json (1.8.3)
|
53
|
+
loofah (2.0.3)
|
54
|
+
nokogiri (>= 1.5.9)
|
41
55
|
mail (2.6.3)
|
42
56
|
mime-types (>= 1.16, < 3)
|
43
|
-
mime-types (2.
|
44
|
-
|
45
|
-
|
57
|
+
mime-types (2.99)
|
58
|
+
mini_portile2 (2.0.0)
|
59
|
+
minitest (5.8.3)
|
60
|
+
nokogiri (1.6.7.1)
|
61
|
+
mini_portile2 (~> 2.0.0.rc2)
|
62
|
+
rack (1.6.4)
|
46
63
|
rack-test (0.6.3)
|
47
64
|
rack (>= 1.0)
|
48
|
-
rails (4.
|
49
|
-
actionmailer (= 4.
|
50
|
-
actionpack (= 4.
|
51
|
-
actionview (= 4.
|
52
|
-
|
53
|
-
|
54
|
-
|
65
|
+
rails (4.2.5)
|
66
|
+
actionmailer (= 4.2.5)
|
67
|
+
actionpack (= 4.2.5)
|
68
|
+
actionview (= 4.2.5)
|
69
|
+
activejob (= 4.2.5)
|
70
|
+
activemodel (= 4.2.5)
|
71
|
+
activerecord (= 4.2.5)
|
72
|
+
activesupport (= 4.2.5)
|
55
73
|
bundler (>= 1.3.0, < 2.0)
|
56
|
-
railties (= 4.
|
57
|
-
sprockets-rails
|
58
|
-
|
59
|
-
|
60
|
-
|
74
|
+
railties (= 4.2.5)
|
75
|
+
sprockets-rails
|
76
|
+
rails-deprecated_sanitizer (1.0.3)
|
77
|
+
activesupport (>= 4.2.0.alpha)
|
78
|
+
rails-dom-testing (1.0.7)
|
79
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
80
|
+
nokogiri (~> 1.6.0)
|
81
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
82
|
+
rails-html-sanitizer (1.0.2)
|
83
|
+
loofah (~> 2.0)
|
84
|
+
railties (4.2.5)
|
85
|
+
actionpack (= 4.2.5)
|
86
|
+
activesupport (= 4.2.5)
|
61
87
|
rake (>= 0.8.7)
|
62
88
|
thor (>= 0.18.1, < 2.0)
|
63
89
|
rake (10.4.2)
|
64
|
-
sprockets (3.
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
90
|
+
sprockets (3.5.2)
|
91
|
+
concurrent-ruby (~> 1.0)
|
92
|
+
rack (> 1, < 3)
|
93
|
+
sprockets-rails (3.0.0)
|
94
|
+
actionpack (>= 4.0)
|
95
|
+
activesupport (>= 4.0)
|
96
|
+
sprockets (>= 3.0.0)
|
70
97
|
thor (0.19.1)
|
71
98
|
thread_safe (0.3.5)
|
72
99
|
tzinfo (1.2.2)
|
@@ -78,3 +105,6 @@ PLATFORMS
|
|
78
105
|
DEPENDENCIES
|
79
106
|
bundler (~> 1.6)
|
80
107
|
superslug!
|
108
|
+
|
109
|
+
BUNDLED WITH
|
110
|
+
1.10.6
|
data/lib/superslug/version.rb
CHANGED
data/superslug.gemspec
CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
16
16
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
17
17
|
spec.require_paths = ["lib"]
|
18
18
|
|
19
|
-
spec.add_dependency
|
19
|
+
spec.add_dependency 'rails', '>= 4.1.0'
|
20
20
|
|
21
21
|
spec.add_development_dependency "bundler", "~> 1.6"
|
22
22
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: superslug
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Warren Harrison
|
@@ -9,20 +9,20 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2016-01-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - "
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: 4.1.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- - "
|
25
|
+
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: 4.1.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
137
|
version: '0'
|
138
138
|
requirements: []
|
139
139
|
rubyforge_project:
|
140
|
-
rubygems_version: 2.4.
|
140
|
+
rubygems_version: 2.4.5.1
|
141
141
|
signing_key:
|
142
142
|
specification_version: 4
|
143
143
|
summary: Automate slug creation in your rails app
|