superslug 1.3.0 → 1.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3a7878048d3c44d5b70af9f95f09866ff323d39
4
- data.tar.gz: 73fc9beffc284d3761b13b6df970e890ab569ede
3
+ metadata.gz: 71264bf17107624fcc68e566b8e194dec00f8320
4
+ data.tar.gz: e2c724f7dcb17ed44f2440cf5323cab68af235e7
5
5
  SHA512:
6
- metadata.gz: 6ba553f196b767b0f19907d1b7b702d479777ebadd29f8c326ee8608df3d57aa292f9b1f5fd107dc0e572839efbe0f39c34a11a3ec92676fccf1bf5a48364ab4
7
- data.tar.gz: cf4fef578b9270264ddd34f5d6ffdd8bbd8f98a3f85edd4ca484fcc99e5c664679a1a522ed6e0eea7d47672e1ad92499ed4401abaf2bb3dc6cb03a4240de75d7
6
+ metadata.gz: 469c88fac2fca96026a42efee2a29833de2cdf5a4ceb68543d3fdfb277015a1e7172829f2ccadc9bb55741308cfb373595dd08d3b7f6dca4297ebee75d0be2c6
7
+ data.tar.gz: a01102ff87c11deff3a50b46b2c6b15b1aafef218eb8463967781ce0a0cb8f4bddee77672a451fb6de74538da7a5f1e0963ff78f03cd6cb76b9201a762d2fd55
@@ -1,72 +1,99 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- superslug (1.3.0)
5
- rails (~> 4.1.0)
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.1.10)
11
- actionpack (= 4.1.10)
12
- actionview (= 4.1.10)
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
- actionpack (4.1.10)
15
- actionview (= 4.1.10)
16
- activesupport (= 4.1.10)
17
- rack (~> 1.5.2)
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
- actionview (4.1.10)
20
- activesupport (= 4.1.10)
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
- activemodel (4.1.10)
24
- activesupport (= 4.1.10)
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.1.10)
27
- activemodel (= 4.1.10)
28
- activesupport (= 4.1.10)
29
- arel (~> 5.0.0)
30
- activesupport (4.1.10)
31
- i18n (~> 0.6, >= 0.6.9)
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.1)
43
+ thread_safe (~> 0.3, >= 0.3.4)
35
44
  tzinfo (~> 1.1)
36
- arel (5.0.1.20140414130214)
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.2)
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.5)
44
- minitest (5.6.0)
45
- rack (1.5.2)
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.1.10)
49
- actionmailer (= 4.1.10)
50
- actionpack (= 4.1.10)
51
- actionview (= 4.1.10)
52
- activemodel (= 4.1.10)
53
- activerecord (= 4.1.10)
54
- activesupport (= 4.1.10)
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.1.10)
57
- sprockets-rails (~> 2.0)
58
- railties (4.1.10)
59
- actionpack (= 4.1.10)
60
- activesupport (= 4.1.10)
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.0.2)
65
- rack (~> 1.0)
66
- sprockets-rails (2.2.4)
67
- actionpack (>= 3.0)
68
- activesupport (>= 3.0)
69
- sprockets (>= 2.8, < 4.0)
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
@@ -1,3 +1,3 @@
1
1
  module SuperSlug
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
@@ -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 "rails", "~> 4.1.0"
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.0
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: 2015-08-11 00:00:00.000000000 Z
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.6
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