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 +4 -4
- data/Gemfile.lock +84 -60
- data/lib/strongbolt/version.rb +1 -1
- data/strongbolt.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fd9ba1478109b33d24e2f2ad86573b2ef6f4801
|
4
|
+
data.tar.gz: f79d77368305dadad3d94238652348b867a7029a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d216ba7c4233269ae89e6847fa225871ab1cc14182af66f26599d713c4078a52225cda88a10d5f23d529e7df648e2ae8e4fd2a67c9e1695b6ce64dd87410079
|
7
|
+
data.tar.gz: dd52ffab49f2b62017fe0035c91892e53616ba5ea8148801e0b0760a908330191d6b97866a9932135e41bf5173700651bec385beb5e64484daf703d3d293f544
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
strongbolt (0.3.
|
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.
|
13
|
-
actionpack (= 4.
|
14
|
-
actionview (= 4.
|
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
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
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
|
-
|
22
|
-
|
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
|
-
|
26
|
-
|
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.
|
29
|
-
activemodel (= 4.
|
30
|
-
activesupport (= 4.
|
31
|
-
arel (~>
|
32
|
-
activesupport (4.
|
33
|
-
i18n (~> 0.
|
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.
|
44
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
37
45
|
tzinfo (~> 1.1)
|
38
|
-
arel (
|
46
|
+
arel (6.0.4)
|
39
47
|
ast (2.3.0)
|
40
|
-
awesome_nested_set (3.1.
|
41
|
-
activerecord (>= 4.0.0, < 5.
|
42
|
-
builder (3.2.
|
43
|
-
concurrent-ruby (1.0.
|
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.
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
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.
|
80
|
+
rack (1.6.9)
|
66
81
|
rack-test (0.6.3)
|
67
82
|
rack (>= 1.0)
|
68
|
-
rails (4.
|
69
|
-
actionmailer (= 4.
|
70
|
-
actionpack (= 4.
|
71
|
-
actionview (= 4.
|
72
|
-
|
73
|
-
|
74
|
-
|
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.
|
77
|
-
sprockets-rails
|
78
|
-
|
79
|
-
|
80
|
-
|
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 (
|
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.
|
118
|
-
actionpack (> 4, < 5.
|
119
|
-
activemodel (> 4, < 5.
|
120
|
-
sprockets (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.
|
124
|
-
actionpack (>=
|
125
|
-
activesupport (>=
|
126
|
-
sprockets (>=
|
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.
|
129
|
-
thread_safe (0.3.
|
130
|
-
tzinfo (1.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.
|
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.
|
175
|
+
1.16.1
|
data/lib/strongbolt/version.rb
CHANGED
data/strongbolt.gemspec
CHANGED
@@ -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.
|
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.
|
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:
|
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.
|
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.
|
69
|
+
version: 4.2.0
|
70
70
|
- !ruby/object:Gem::Dependency
|
71
71
|
name: bundler
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|