rubycritic 1.2.0 → 1.2.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
2
  SHA1:
3
- metadata.gz: e86148ed6e8dc3e9649695c90784be4cc5dc95ec
4
- data.tar.gz: 201c5008a2b0e0b7db1dbe7f18a59ecf4187f19e
3
+ metadata.gz: b237439616d353d003180ab2ac29d4e7cf815f8e
4
+ data.tar.gz: a965e2652ab60bbd525fa7b26e0ade5d48931aa2
5
5
  SHA512:
6
- metadata.gz: eb0f3a23a9d8080fb6d2b7c46a15e1752957058c81af4f5e15618f15cdf415048b9a8554f776729aa811b865daa2b7d42765bd34c6f6af2adcfeb0c03f44b988
7
- data.tar.gz: 0f6af7917e75941cd405fc5b311345bf2464894e4e8acbe4573a20d9cf076958e1483d1763f8dacdf9b25ba9b5db2dcc932f014e7754b8fb1f1d34356763ac22
6
+ metadata.gz: ffe787925969ccb524082fffd0efed141dd2187145072f6aa3357f240df771a72d120f068ea32b77a57170195810bd0f532f8cb9fccd7183c81e63603fea0f20
7
+ data.tar.gz: 1955b7fef42bdc712584fbc823c9d28cfb054cab67e2c2ffed861c120a9f48e18a1f45e4ad36d1f5228e1081f30bc0fd6132e3f73c8cbb606d7b98d0da12b6b5
@@ -4,6 +4,7 @@ rvm:
4
4
  - 1.9.3
5
5
  - 2.0.0
6
6
  - 2.1
7
+ - 2.2
7
8
  - jruby
8
9
  - rbx-2
9
10
 
@@ -1,3 +1,9 @@
1
+ # 1.2.1 / 2015-01-17
2
+
3
+ * [FEATURE] Support Ruby 2.2
4
+ * [CHANGE] Update to Reek 1.6.3 (from 1.6.0)
5
+ * [CHANGE] Update to at least Parser 2.2.0 (from 2.2.0.pre.5)
6
+
1
7
  # 1.2.0 / 2014-12-27
2
8
 
3
9
  * [FEATURE] Add CI mode that only analyses the last commit
@@ -43,7 +43,7 @@ You are welcome to clarify how something works or simply fix a typo. Please incl
43
43
  Reporting a Bug
44
44
  ---------------
45
45
 
46
- If you are experiencing unexpected behavior and, after having read Rubycritic's documentation, are convinced this behavior is a bug, please:
46
+ If you are experiencing unexpected behavior and, after having read the documentation, you are convinced this behavior is a bug, please:
47
47
 
48
48
  1. Search the [issues tracker] to see if it was already reported / fixed.
49
49
 
@@ -66,5 +66,5 @@ If you are experiencing unexpected behavior and, after having read Rubycritic's
66
66
  [hide the sausage making]: http://sethrobertson.github.io/GitBestPractices/#sausage
67
67
  [how to rewrite history]: http://git-scm.com/book/en/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages
68
68
  [Travis]: https://travis-ci.org
69
- [issues tracker]: https://github.com/whitesmith/rubycritic/search?type=Issues
69
+ [issues tracker]: https://github.com/whitesmith/rubycritic/issues
70
70
  [Create a new issue]: https://github.com/whitesmith/rubycritic/issues/new
@@ -1,3 +1,3 @@
1
1
  module Rubycritic
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
@@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
23
23
  spec.add_runtime_dependency "virtus", "~> 1.0"
24
24
  spec.add_runtime_dependency "flay", "2.4.0"
25
25
  spec.add_runtime_dependency "flog", "4.2.1"
26
- spec.add_runtime_dependency "reek", "1.6.0"
27
- spec.add_runtime_dependency "parser", ">= 2.2.0.pre.5", "< 3.0"
26
+ spec.add_runtime_dependency "reek", "1.6.3"
27
+ spec.add_runtime_dependency "parser", ">= 2.2.0", "< 3.0"
28
28
  spec.add_runtime_dependency "ruby2ruby", ">= 2.1.1", "< 3.0"
29
29
 
30
30
  spec.add_development_dependency "bundler", "~> 1.3"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubycritic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guilherme Simoes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-27 00:00:00.000000000 Z
11
+ date: 2015-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: virtus
@@ -58,21 +58,21 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 1.6.0
61
+ version: 1.6.3
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 1.6.0
68
+ version: 1.6.3
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: parser
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: 2.2.0.pre.5
75
+ version: 2.2.0
76
76
  - - "<"
77
77
  - !ruby/object:Gem::Version
78
78
  version: '3.0'
@@ -82,7 +82,7 @@ dependencies:
82
82
  requirements:
83
83
  - - ">="
84
84
  - !ruby/object:Gem::Version
85
- version: 2.2.0.pre.5
85
+ version: 2.2.0
86
86
  - - "<"
87
87
  - !ruby/object:Gem::Version
88
88
  version: '3.0'
@@ -362,3 +362,4 @@ test_files:
362
362
  - test/samples/reek/smelly.rb
363
363
  - test/samples/unparsable.rb
364
364
  - test/test_helper.rb
365
+ has_rdoc: