rails-audit 0.23.0 → 0.24.0

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: c19667c9c13c75ae4af98d8953bd0ba2aaaae316
4
- data.tar.gz: bdaa0342356da13364c34d4554410947fc165f5c
3
+ metadata.gz: 767b09a7c60211d71dda937cd6a3ae5aa563687f
4
+ data.tar.gz: 0bf8377f4cd5b7019c0ab59ef6742ada99c0b135
5
5
  SHA512:
6
- metadata.gz: 514a9ec1e5c839d3c1998b6b001ca95e03190472d2073e346784391a9e5b55368fb2184217af9588f560d15d5751bf34c593bdb7f91852740433602a316a4c95
7
- data.tar.gz: 4f25b51ba4b611f5cde476e2acb3039e91769b5ac1bad40213648d76d7aefe480ea63c0aea12821af863575750c64f5f2f2fcd902a1ad8be59f53651b792dd6b
6
+ metadata.gz: 88c734e7cfc5bee7cb7b838fc397463555af28ab737029d3d3c616ddfff4c0c7b3bef8f28b861eba7ddded6f4c61c6bf582391cc43aff5a80e0547291360f300
7
+ data.tar.gz: d56208d61392fdc2e2e23c0c79aea745251ea4bf7674f1ed31a7b0670d655351c5900890b0cf513248cfe4d33dbfb51cc13160bd35081a936970d3f93deabb6d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.24.0
4
+
5
+ * New rubocop version 0.21.0
6
+
3
7
  ## 0.23.0
4
8
 
5
9
  * New rubocop version 0.20.0
@@ -1,7 +1,7 @@
1
1
  module RailsAudit
2
2
  class Version
3
3
  MAJOR = 0
4
- MINOR = 23
4
+ MINOR = 24
5
5
  PATCH = 0
6
6
 
7
7
  def self.to_s
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.20.0'
36
+ s.add_runtime_dependency 'rubocop', '~> 0.21.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.23.0
4
+ version: 0.24.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: 2014-04-03 00:00:00.000000000 Z
11
+ date: 2014-04-25 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.20.0
131
+ version: 0.21.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.20.0
138
+ version: 0.21.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
@@ -193,3 +193,4 @@ specification_version: 4
193
193
  summary: Runs multiple audit and review tools to ensure quality and security of Rails
194
194
  projects
195
195
  test_files: []
196
+ has_rdoc: