rails-audit 0.49.0 → 0.50.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/rails-audit/version.rb +1 -1
- data/rails-audit.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: d71eab8b6dfab712a4ba30ffb41118d581b263a2
|
4
|
+
data.tar.gz: e7e56460e21c550f7de7182173fc96907e70afca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b064fe0df32db16934909957aef448475b5e58d364c18f65e10f76660ce7f26578bbc6cfc6c0b7d633e34dce33fc2b10602448a40ceb18e3a7fa2741de0f8bad
|
7
|
+
data.tar.gz: 806c6dae84ed66ab60922663d74a205bbdb01e40e6b93952fa19f3a0a3428878d29b8408968f09618231759bc2338fd37fc9582674b73cf5388a30095cbef4ae
|
data/CHANGELOG.md
CHANGED
data/lib/rails-audit/version.rb
CHANGED
data/rails-audit.gemspec
CHANGED
@@ -33,5 +33,5 @@ Gem::Specification.new do |s|
|
|
33
33
|
s.add_runtime_dependency 'consistency_fail'
|
34
34
|
s.add_runtime_dependency 'license_finder'
|
35
35
|
s.add_runtime_dependency 'rails_best_practices', '~> 1.15.0'
|
36
|
-
s.add_runtime_dependency 'rubocop', '~> 0.
|
36
|
+
s.add_runtime_dependency 'rubocop', '~> 0.44.0'
|
37
37
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-audit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.50.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Schramm
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: 0.
|
131
|
+
version: 0.44.0
|
132
132
|
type: :runtime
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 0.
|
138
|
+
version: 0.44.0
|
139
139
|
description: "\n Runs multiple audit and review tools to ensure quality and security
|
140
140
|
of\n Rails projects\n "
|
141
141
|
email: cschramm@shakaweb.org
|
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
version: '0'
|
188
188
|
requirements: []
|
189
189
|
rubyforge_project:
|
190
|
-
rubygems_version: 2.
|
190
|
+
rubygems_version: 2.5.1
|
191
191
|
signing_key:
|
192
192
|
specification_version: 4
|
193
193
|
summary: Runs multiple audit and review tools to ensure quality and security of Rails
|