strongbolt 0.3.13 → 0.3.14

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: 7327ac274c00438b501748f6f93f57237710e630
4
- data.tar.gz: ba02bcccd69e25f437e0d9cee195bf8b326c1b83
3
+ metadata.gz: 8fd9ba1478109b33d24e2f2ad86573b2ef6f4801
4
+ data.tar.gz: f79d77368305dadad3d94238652348b867a7029a
5
5
  SHA512:
6
- metadata.gz: 2699cb99bba155a48cf9bc82281d0fe2f1babc575bdb82ba88b5af722e0f8f471b5e835a25f872fcbe608a3d895e3fe039b74bb3b0559719c2e0cd997e73c0b2
7
- data.tar.gz: d70f5117422b493c5cf568970adab8c3ffee464aaa16c9049d56e93b0473bcc995c71f3856acd31de09e3c9da7833fdc6cb9b8a11c070652cd0028c95bd9ca11
6
+ metadata.gz: 3d216ba7c4233269ae89e6847fa225871ab1cc14182af66f26599d713c4078a52225cda88a10d5f23d529e7df648e2ae8e4fd2a67c9e1695b6ce64dd87410079
7
+ data.tar.gz: dd52ffab49f2b62017fe0035c91892e53616ba5ea8148801e0b0760a908330191d6b97866a9932135e41bf5173700651bec385beb5e64484daf703d3d293f544
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- strongbolt (0.3.12)
4
+ strongbolt (0.3.14)
5
5
  awesome_nested_set (~> 3.1.0)
6
6
  grant (~> 3.0)
7
7
  simple_form (~> 3.0)
@@ -9,38 +9,47 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionmailer (4.1.15)
13
- actionpack (= 4.1.15)
14
- actionview (= 4.1.15)
12
+ actionmailer (4.2.10)
13
+ actionpack (= 4.2.10)
14
+ actionview (= 4.2.10)
15
+ activejob (= 4.2.10)
15
16
  mail (~> 2.5, >= 2.5.4)
16
- actionpack (4.1.15)
17
- actionview (= 4.1.15)
18
- activesupport (= 4.1.15)
19
- rack (~> 1.5.2)
17
+ rails-dom-testing (~> 1.0, >= 1.0.5)
18
+ actionpack (4.2.10)
19
+ actionview (= 4.2.10)
20
+ activesupport (= 4.2.10)
21
+ rack (~> 1.6)
20
22
  rack-test (~> 0.6.2)
21
- actionview (4.1.15)
22
- activesupport (= 4.1.15)
23
+ rails-dom-testing (~> 1.0, >= 1.0.5)
24
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
25
+ actionview (4.2.10)
26
+ activesupport (= 4.2.10)
23
27
  builder (~> 3.1)
24
28
  erubis (~> 2.7.0)
25
- activemodel (4.1.15)
26
- activesupport (= 4.1.15)
29
+ rails-dom-testing (~> 1.0, >= 1.0.5)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
31
+ activejob (4.2.10)
32
+ activesupport (= 4.2.10)
33
+ globalid (>= 0.3.0)
34
+ activemodel (4.2.10)
35
+ activesupport (= 4.2.10)
27
36
  builder (~> 3.1)
28
- activerecord (4.1.15)
29
- activemodel (= 4.1.15)
30
- activesupport (= 4.1.15)
31
- arel (~> 5.0.0)
32
- activesupport (4.1.15)
33
- i18n (~> 0.6, >= 0.6.9)
34
- json (~> 1.7, >= 1.7.7)
37
+ activerecord (4.2.10)
38
+ activemodel (= 4.2.10)
39
+ activesupport (= 4.2.10)
40
+ arel (~> 6.0)
41
+ activesupport (4.2.10)
42
+ i18n (~> 0.7)
35
43
  minitest (~> 5.1)
36
- thread_safe (~> 0.1)
44
+ thread_safe (~> 0.3, >= 0.3.4)
37
45
  tzinfo (~> 1.1)
38
- arel (5.0.1.20140414130214)
46
+ arel (6.0.4)
39
47
  ast (2.3.0)
40
- awesome_nested_set (3.1.1)
41
- activerecord (>= 4.0.0, < 5.1)
42
- builder (3.2.2)
43
- concurrent-ruby (1.0.2)
48
+ awesome_nested_set (3.1.4)
49
+ activerecord (>= 4.0.0, < 5.3)
50
+ builder (3.2.3)
51
+ concurrent-ruby (1.0.5)
52
+ crass (1.0.3)
44
53
  database_cleaner (1.5.3)
45
54
  diff-lcs (1.2.5)
46
55
  erubis (2.7.0)
@@ -48,41 +57,56 @@ GEM
48
57
  fuubar (2.0.0)
49
58
  rspec (~> 3.0)
50
59
  ruby-progressbar (~> 1.4)
60
+ globalid (0.4.1)
61
+ activesupport (>= 4.2.0)
51
62
  grant (3.0.0)
52
63
  activerecord (>= 4.0.0)
53
- i18n (0.7.0)
54
- json (1.8.3)
55
- mail (2.6.4)
56
- mime-types (>= 1.16, < 4)
57
- mime-types (3.1)
58
- mime-types-data (~> 3.2015)
59
- mime-types-data (3.2016.0521)
60
- minitest (5.9.0)
64
+ i18n (0.9.5)
65
+ concurrent-ruby (~> 1.0)
66
+ loofah (2.2.1)
67
+ crass (~> 1.0.2)
68
+ nokogiri (>= 1.5.9)
69
+ mail (2.7.0)
70
+ mini_mime (>= 0.1.1)
71
+ mini_mime (1.0.0)
72
+ mini_portile2 (2.3.0)
73
+ minitest (5.11.3)
74
+ nokogiri (1.8.2)
75
+ mini_portile2 (~> 2.3.0)
61
76
  parallel (1.11.2)
62
77
  parser (2.4.0.0)
63
78
  ast (~> 2.2)
64
79
  powerpack (0.1.1)
65
- rack (1.5.5)
80
+ rack (1.6.9)
66
81
  rack-test (0.6.3)
67
82
  rack (>= 1.0)
68
- rails (4.1.15)
69
- actionmailer (= 4.1.15)
70
- actionpack (= 4.1.15)
71
- actionview (= 4.1.15)
72
- activemodel (= 4.1.15)
73
- activerecord (= 4.1.15)
74
- activesupport (= 4.1.15)
83
+ rails (4.2.10)
84
+ actionmailer (= 4.2.10)
85
+ actionpack (= 4.2.10)
86
+ actionview (= 4.2.10)
87
+ activejob (= 4.2.10)
88
+ activemodel (= 4.2.10)
89
+ activerecord (= 4.2.10)
90
+ activesupport (= 4.2.10)
75
91
  bundler (>= 1.3.0, < 2.0)
76
- railties (= 4.1.15)
77
- sprockets-rails (~> 2.0)
78
- railties (4.1.15)
79
- actionpack (= 4.1.15)
80
- activesupport (= 4.1.15)
92
+ railties (= 4.2.10)
93
+ sprockets-rails
94
+ rails-deprecated_sanitizer (1.0.3)
95
+ activesupport (>= 4.2.0.alpha)
96
+ rails-dom-testing (1.0.9)
97
+ activesupport (>= 4.2.0, < 5.0)
98
+ nokogiri (~> 1.6)
99
+ rails-deprecated_sanitizer (>= 1.0.1)
100
+ rails-html-sanitizer (1.0.3)
101
+ loofah (~> 2.0)
102
+ railties (4.2.10)
103
+ actionpack (= 4.2.10)
104
+ activesupport (= 4.2.10)
81
105
  rake (>= 0.8.7)
82
106
  thor (>= 0.18.1, < 2.0)
83
107
  rainbow (2.2.2)
84
108
  rake
85
- rake (11.2.2)
109
+ rake (12.3.0)
86
110
  rspec (3.5.0)
87
111
  rspec-core (~> 3.5.0)
88
112
  rspec-expectations (~> 3.5.0)
@@ -114,20 +138,20 @@ GEM
114
138
  ruby-progressbar (1.8.1)
115
139
  shoulda-matchers (2.7.0)
116
140
  activesupport (>= 3.0.0)
117
- simple_form (3.2.1)
118
- actionpack (> 4, < 5.1)
119
- activemodel (> 4, < 5.1)
120
- sprockets (3.6.3)
141
+ simple_form (3.5.1)
142
+ actionpack (> 4, < 5.2)
143
+ activemodel (> 4, < 5.2)
144
+ sprockets (3.7.1)
121
145
  concurrent-ruby (~> 1.0)
122
146
  rack (> 1, < 3)
123
- sprockets-rails (2.3.3)
124
- actionpack (>= 3.0)
125
- activesupport (>= 3.0)
126
- sprockets (>= 2.8, < 4.0)
147
+ sprockets-rails (3.2.1)
148
+ actionpack (>= 4.0)
149
+ activesupport (>= 4.0)
150
+ sprockets (>= 3.0.0)
127
151
  sqlite3 (1.3.11)
128
- thor (0.19.1)
129
- thread_safe (0.3.5)
130
- tzinfo (1.2.2)
152
+ thor (0.20.0)
153
+ thread_safe (0.3.6)
154
+ tzinfo (1.2.5)
131
155
  thread_safe (~> 0.1)
132
156
  unicode-display_width (1.3.0)
133
157
 
@@ -139,7 +163,7 @@ DEPENDENCIES
139
163
  database_cleaner
140
164
  fabrication
141
165
  fuubar
142
- rails (~> 4.1.0)
166
+ rails (~> 4.2.0)
143
167
  rake
144
168
  rspec-rails
145
169
  rubocop
@@ -148,4 +172,4 @@ DEPENDENCIES
148
172
  strongbolt!
149
173
 
150
174
  BUNDLED WITH
151
- 1.15.0
175
+ 1.16.1
@@ -1,3 +1,3 @@
1
1
  module Strongbolt
2
- VERSION = '0.3.13'.freeze
2
+ VERSION = '0.3.14'.freeze
3
3
  end
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.add_dependency 'grant', '~> 3.0'
24
24
  spec.add_dependency 'simple_form', '~> 3.0'
25
25
 
26
- spec.add_development_dependency 'rails', '~> 4.1.0'
26
+ spec.add_development_dependency 'rails', '~> 4.2.0'
27
27
  spec.add_development_dependency 'bundler'
28
28
  spec.add_development_dependency 'rake'
29
29
  spec.add_development_dependency 'sqlite3'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongbolt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.13
4
+ version: 0.3.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Césaré-Herriau
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-12 00:00:00.000000000 Z
12
+ date: 2018-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: awesome_nested_set
@@ -59,14 +59,14 @@ dependencies:
59
59
  requirements:
60
60
  - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: 4.1.0
62
+ version: 4.2.0
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: 4.1.0
69
+ version: 4.2.0
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: bundler
72
72
  requirement: !ruby/object:Gem::Requirement