hoe-rubocop 0.1.1 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/.codeclimate.yml +8 -0
- data/.coveralls.yml +2 -0
- data/.gemnasium.yml +2 -2
- data/.index +144 -0
- data/.travis.yml +2 -0
- data/CONTRIBUTING.md +2 -2
- data/Gemfile +19 -10
- data/Gemfile.lock +138 -15
- data/History.rdoc +12 -0
- data/LICENSE.rdoc +24 -0
- data/Manifest.txt +4 -7
- data/README.rdoc +23 -7
- data/Rakefile +47 -101
- data/VERSION +1 -1
- data/data/hoe-rubocop/rubygems.png +0 -0
- data/lib/hoe/rubocop.rb +6 -3
- data/recipes/recipe.rb +6 -0
- metadata +151 -72
- metadata.gz.sig +3 -4
- data/Index.yml +0 -56
metadata.gz.sig
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
|
2
|
-
�
|
3
|
-
|
4
|
-
�Y��d�H�R
|
1
|
+
?����xuo��>��L��uK
|
2
|
+
�:�'����5#�a���A%"Q�j2���V����f�*2�Q�z��)�z6]ZN}�VsZ�����|ڱ2|�C�5�3{�p,��kTҘM-�iҢ��L.������sr�n���!D,�\ t�2&{��zJ��v;yȖ%ѝ��vlQb����-����GaYbi0�#uW��
|
3
|
+
Ω��sԁ��n��w�`)G�|Ԭ<#
|
data/Index.yml
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
---
|
2
|
-
name: hoe-rubocop
|
3
|
-
version: 0.1.1
|
4
|
-
title: hoe-rubocop
|
5
|
-
summary: This hoe plugin extends hoe for using some rake tasks to control rubocop.
|
6
|
-
|
7
|
-
description:
|
8
|
-
This plugin extends hoe for using some rake tasks to control rubocop.
|
9
|
-
|
10
|
-
authors:
|
11
|
-
- Sascha Manns <samannsml@directbox.com>
|
12
|
-
|
13
|
-
requirements:
|
14
|
-
- setup
|
15
|
-
- notifier
|
16
|
-
- hoe-doofus (build)
|
17
|
-
- hoe-bundler (build)
|
18
|
-
- hoe-gemspec (build)
|
19
|
-
- hoe-git (build)
|
20
|
-
- hoe-rubygem (build)
|
21
|
-
- hoe-seattlerb (build)
|
22
|
-
- hoe-version (build)
|
23
|
-
- hoe-manualgen (build)
|
24
|
-
- hoe-rubocop (build)
|
25
|
-
- hoe-reek (build)
|
26
|
-
- indexer (build)
|
27
|
-
- bundler (build)
|
28
|
-
- rdoc (build)
|
29
|
-
- gem-release (build)
|
30
|
-
- rspec (build)
|
31
|
-
- simplecov (build)
|
32
|
-
- indexer (build)
|
33
|
-
- rake (build)
|
34
|
-
- test (test)
|
35
|
-
- ZenTest (test)
|
36
|
-
- reek (test)
|
37
|
-
- rubocop (test)
|
38
|
-
|
39
|
-
repositories:
|
40
|
-
upstream: https://github.com/saigkill/hoe-rubocop.git
|
41
|
-
|
42
|
-
resources:
|
43
|
-
home: http://saigkill.github.io
|
44
|
-
code: https://github.com/saigkill/hoe-rubocop
|
45
|
-
bugs: http://saigkill-bugs.myjetbrains.com/youtrack
|
46
|
-
issues: http://saigkill-bugs.myjetbrains.com/youtrack
|
47
|
-
|
48
|
-
categories:
|
49
|
-
- hoe
|
50
|
-
- packaging
|
51
|
-
- rubygems
|
52
|
-
- rubocop
|
53
|
-
|
54
|
-
copyrights:
|
55
|
-
- 2015 Sascha Manns (MIT)
|
56
|
-
|