tidy_strong_params 1.0.0 → 1.0.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
- SHA1:
3
- metadata.gz: e91742c544ed7f0a4c53ce8ca6fc7eaff1f7a6c2
4
- data.tar.gz: 16f57a99a499351597b92c297c7d74b122c8e58a
2
+ SHA256:
3
+ metadata.gz: 03c77e59ed288aabe6056fa9a39a130f116c4d5639cab050220e5175142762da
4
+ data.tar.gz: 346b9b0280cab88434273781a34176211d225f0fc9f9c700df4a6c68afbe007f
5
5
  SHA512:
6
- metadata.gz: 63bc831b13c68e689dd7b15bc27b81870e8822ad0e15d596ba183aa30e7870050bd25d6e47b177c1ef6d1524e38b1ad47a3730d1a13dd2d9064aff33eea3c05a
7
- data.tar.gz: e88800f224a869bf6f8248b52ce31a55bad24834cbb2e3e76d17fe7f8c4588d5bfdaac12afa5656b0ea0e0a3fe5ce32c87f8d73e8287efa700e0fdd6044f4b15
6
+ metadata.gz: 4318b2b95620182e4ccbe48e0ddf7fea940997760cadbaf6df819c43e79a42fa250c2f3dd06da190d5087b56b6f48dc995290b136878b089baf96db3f4ccc035
7
+ data.tar.gz: 2679197f7acc7736904326fabc53611c244e58e4e92529715d713475d189e9a1a42dcc57148d90228c27c395760e39e41c4acfad51387958e9d4a9987f6cd281
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module TidyStrongParams
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '1.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tidy_strong_params
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonny Wheeler
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-14 00:00:00.000000000 Z
11
+ date: 2019-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -114,7 +114,6 @@ files:
114
114
  - CHANGELOG.md
115
115
  - CODE_OF_CONDUCT.md
116
116
  - Gemfile
117
- - Gemfile.lock
118
117
  - LICENSE.txt
119
118
  - README.md
120
119
  - Rakefile
@@ -148,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
147
  version: '0'
149
148
  requirements: []
150
149
  rubyforge_project:
151
- rubygems_version: 2.6.14
150
+ rubygems_version: 2.7.9
152
151
  signing_key:
153
152
  specification_version: 4
154
153
  summary: Tidies up after your strong params
@@ -1,159 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- tidy_strong_params (1.0.0)
5
- rails (>= 5)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.2.0)
11
- actionpack (= 5.2.0)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.0)
15
- actionpack (= 5.2.0)
16
- actionview (= 5.2.0)
17
- activejob (= 5.2.0)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.2.0)
21
- actionview (= 5.2.0)
22
- activesupport (= 5.2.0)
23
- rack (~> 2.0)
24
- rack-test (>= 0.6.3)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.0)
28
- activesupport (= 5.2.0)
29
- builder (~> 3.1)
30
- erubi (~> 1.4)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.0)
34
- activesupport (= 5.2.0)
35
- globalid (>= 0.3.6)
36
- activemodel (5.2.0)
37
- activesupport (= 5.2.0)
38
- activerecord (5.2.0)
39
- activemodel (= 5.2.0)
40
- activesupport (= 5.2.0)
41
- arel (>= 9.0)
42
- activestorage (5.2.0)
43
- actionpack (= 5.2.0)
44
- activerecord (= 5.2.0)
45
- marcel (~> 0.3.1)
46
- activesupport (5.2.0)
47
- concurrent-ruby (~> 1.0, >= 1.0.2)
48
- i18n (>= 0.7, < 2)
49
- minitest (~> 5.1)
50
- tzinfo (~> 1.1)
51
- arel (9.0.0)
52
- builder (3.2.3)
53
- concurrent-ruby (1.0.5)
54
- crass (1.0.4)
55
- diff-lcs (1.3)
56
- docile (1.3.1)
57
- erubi (1.7.1)
58
- globalid (0.4.1)
59
- activesupport (>= 4.2.0)
60
- i18n (1.0.1)
61
- concurrent-ruby (~> 1.0)
62
- json (2.1.0)
63
- loofah (2.2.2)
64
- crass (~> 1.0.2)
65
- nokogiri (>= 1.5.9)
66
- mail (2.7.0)
67
- mini_mime (>= 0.1.1)
68
- marcel (0.3.2)
69
- mimemagic (~> 0.3.2)
70
- method_source (0.9.0)
71
- mimemagic (0.3.2)
72
- mini_mime (1.0.0)
73
- mini_portile2 (2.3.0)
74
- minitest (5.11.3)
75
- nio4r (2.3.1)
76
- nokogiri (1.8.4)
77
- mini_portile2 (~> 2.3.0)
78
- rack (2.0.5)
79
- rack-test (1.1.0)
80
- rack (>= 1.0, < 3)
81
- rails (5.2.0)
82
- actioncable (= 5.2.0)
83
- actionmailer (= 5.2.0)
84
- actionpack (= 5.2.0)
85
- actionview (= 5.2.0)
86
- activejob (= 5.2.0)
87
- activemodel (= 5.2.0)
88
- activerecord (= 5.2.0)
89
- activestorage (= 5.2.0)
90
- activesupport (= 5.2.0)
91
- bundler (>= 1.3.0)
92
- railties (= 5.2.0)
93
- sprockets-rails (>= 2.0.0)
94
- rails-dom-testing (2.0.3)
95
- activesupport (>= 4.2.0)
96
- nokogiri (>= 1.6)
97
- rails-html-sanitizer (1.0.4)
98
- loofah (~> 2.2, >= 2.2.2)
99
- railties (5.2.0)
100
- actionpack (= 5.2.0)
101
- activesupport (= 5.2.0)
102
- method_source
103
- rake (>= 0.8.7)
104
- thor (>= 0.18.1, < 2.0)
105
- rake (10.5.0)
106
- rspec (3.7.0)
107
- rspec-core (~> 3.7.0)
108
- rspec-expectations (~> 3.7.0)
109
- rspec-mocks (~> 3.7.0)
110
- rspec-core (3.7.1)
111
- rspec-support (~> 3.7.0)
112
- rspec-expectations (3.7.0)
113
- diff-lcs (>= 1.2.0, < 2.0)
114
- rspec-support (~> 3.7.0)
115
- rspec-mocks (3.7.0)
116
- diff-lcs (>= 1.2.0, < 2.0)
117
- rspec-support (~> 3.7.0)
118
- rspec-rails (3.7.2)
119
- actionpack (>= 3.0)
120
- activesupport (>= 3.0)
121
- railties (>= 3.0)
122
- rspec-core (~> 3.7.0)
123
- rspec-expectations (~> 3.7.0)
124
- rspec-mocks (~> 3.7.0)
125
- rspec-support (~> 3.7.0)
126
- rspec-support (3.7.1)
127
- simplecov (0.16.1)
128
- docile (~> 1.1)
129
- json (>= 1.8, < 3)
130
- simplecov-html (~> 0.10.0)
131
- simplecov-html (0.10.2)
132
- sprockets (3.7.2)
133
- concurrent-ruby (~> 1.0)
134
- rack (> 1, < 3)
135
- sprockets-rails (3.2.1)
136
- actionpack (>= 4.0)
137
- activesupport (>= 4.0)
138
- sprockets (>= 3.0.0)
139
- thor (0.20.0)
140
- thread_safe (0.3.6)
141
- tzinfo (1.2.5)
142
- thread_safe (~> 0.1)
143
- websocket-driver (0.7.0)
144
- websocket-extensions (>= 0.1.0)
145
- websocket-extensions (0.1.3)
146
-
147
- PLATFORMS
148
- ruby
149
-
150
- DEPENDENCIES
151
- bundler (~> 1.16)
152
- rake (~> 10.0)
153
- rspec (~> 3.0)
154
- rspec-rails (~> 3.0)
155
- simplecov
156
- tidy_strong_params!
157
-
158
- BUNDLED WITH
159
- 1.16.1