guard-rubycritic 0.0.1 → 0.0.13
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/lib/guard/rubycritic.rb +2 -1
- data/lib/guard/rubycritic/version.rb +1 -1
- metadata +17 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e5f2534c07a470ff92f1edd4423a3768906fccf
|
|
4
|
+
data.tar.gz: cdd1cf9aa5f645853cf87a3946305e6089fef329
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1cbe8f3f98363ca8114e49867891cafd948a0c09b691e097befb416931457859e48f25e7beef21e8cd3a2524641e8d08c1f3e48d337447c80b5fbd783009272
|
|
7
|
+
data.tar.gz: cc3613f2021d3e6a6d361810bb645ca08f7af5dccbb065a87a93d4d71e995ba9ade353439ebb149c8baf390670ccaa86f3040ba6a023b5f81a204425cf92b8e3
|
data/lib/guard/rubycritic.rb
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
require "guard"
|
|
2
2
|
require "guard/plugin"
|
|
3
3
|
require "rubycritic"
|
|
4
|
+
require "rubycritic/orchestrators/mini"
|
|
4
5
|
|
|
5
6
|
module Guard
|
|
6
7
|
|
|
@@ -11,7 +12,7 @@ module Guard
|
|
|
11
12
|
# @return [Object] the task result
|
|
12
13
|
#
|
|
13
14
|
def start
|
|
14
|
-
@rubycritic = ::Rubycritic::
|
|
15
|
+
@rubycritic = ::Rubycritic::Orchestrator::Mini.new
|
|
15
16
|
UI.info "Guard::Rubycritic is critiquing"
|
|
16
17
|
end
|
|
17
18
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard-rubycritic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
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-
|
|
11
|
+
date: 2014-05-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: guard
|
|
@@ -28,16 +28,22 @@ dependencies:
|
|
|
28
28
|
name: rubycritic
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - "
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: 0.0.13
|
|
34
|
+
- - "<"
|
|
32
35
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
36
|
+
version: '1'
|
|
34
37
|
type: :runtime
|
|
35
38
|
prerelease: false
|
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
40
|
requirements:
|
|
38
|
-
- - "
|
|
41
|
+
- - ">="
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: 0.0.13
|
|
44
|
+
- - "<"
|
|
39
45
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
46
|
+
version: '1'
|
|
41
47
|
- !ruby/object:Gem::Dependency
|
|
42
48
|
name: bundler
|
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -103,14 +109,14 @@ executables: []
|
|
|
103
109
|
extensions: []
|
|
104
110
|
extra_rdoc_files: []
|
|
105
111
|
files:
|
|
106
|
-
- lib/guard/rubycritic.rb
|
|
107
|
-
- lib/guard/rubycritic/version.rb
|
|
108
|
-
- lib/guard/rubycritic/templates/Guardfile
|
|
109
112
|
- LICENSE.txt
|
|
110
113
|
- README.md
|
|
114
|
+
- lib/guard/rubycritic.rb
|
|
115
|
+
- lib/guard/rubycritic/templates/Guardfile
|
|
116
|
+
- lib/guard/rubycritic/version.rb
|
|
111
117
|
- test/lib/guard/rubycritic/version_test.rb
|
|
112
118
|
- test/test_helper.rb
|
|
113
|
-
homepage: https://github.com/
|
|
119
|
+
homepage: https://github.com/whitesmith/guard-rubycritic
|
|
114
120
|
licenses:
|
|
115
121
|
- MIT
|
|
116
122
|
metadata: {}
|
|
@@ -130,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
136
|
version: '0'
|
|
131
137
|
requirements: []
|
|
132
138
|
rubyforge_project:
|
|
133
|
-
rubygems_version: 2.
|
|
139
|
+
rubygems_version: 2.2.2
|
|
134
140
|
signing_key:
|
|
135
141
|
specification_version: 4
|
|
136
142
|
summary: Listens to modifications and detects smells in Ruby files
|