reek-checkstyle-formatter 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ global
@@ -0,0 +1 @@
1
+ 1.9.3-p392
data/LICENCE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2012 Ruben Jenster, Drachenfels GmbH
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  module Reek
2
2
  class CheckstyleFormatter
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
6
6
 
@@ -22,7 +22,7 @@ s.add_development_dependency "rake"
22
22
  s.add_development_dependency "simplecov"
23
23
  s.add_development_dependency "simplecov-rcov"
24
24
 
25
- s.add_dependency 'reek'
25
+ s.add_dependency 'reek', '= 1.3.1'
26
26
 
27
27
  s
28
28
 
@@ -0,0 +1,4 @@
1
+ require 'spec_helper'
2
+ describe Reek::CheckstyleFormatter do
3
+ xit { 'add some tests' }
4
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reek-checkstyle-formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-01 00:00:00.000000000 Z
12
+ date: 2013-08-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -64,17 +64,17 @@ dependencies:
64
64
  requirement: !ruby/object:Gem::Requirement
65
65
  none: false
66
66
  requirements:
67
- - - ! '>='
67
+ - - '='
68
68
  - !ruby/object:Gem::Version
69
- version: '0'
69
+ version: 1.3.1
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  none: false
74
74
  requirements:
75
- - - ! '>='
75
+ - - '='
76
76
  - !ruby/object:Gem::Version
77
- version: '0'
77
+ version: 1.3.1
78
78
  description: Checkstyle formatter for reek
79
79
  email:
80
80
  - r.jenster@drachenfels.de
@@ -83,13 +83,17 @@ extensions: []
83
83
  extra_rdoc_files: []
84
84
  files:
85
85
  - .gitignore
86
+ - .ruby-gemset
87
+ - .ruby-version
86
88
  - Gemfile
89
+ - LICENCE
87
90
  - README.md
88
91
  - Rakefile
89
92
  - lib/reek-checkstyle-formatter.rb
90
93
  - lib/reek-checkstyle-formatter/rake_task.rb
91
94
  - lib/reek-checkstyle-formatter/version.rb
92
95
  - reek-checkstyle-formatter.gemspec
96
+ - spec/formatter_spec.rb
93
97
  - spec/spec_helper.rb
94
98
  homepage: http://github.com/Drachenfels-GmbH/reek-checkstyle-formatter
95
99
  licenses: []
@@ -105,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
105
109
  version: '0'
106
110
  segments:
107
111
  - 0
108
- hash: 3108404625103376616
112
+ hash: 1972454091329403946
109
113
  required_rubygems_version: !ruby/object:Gem::Requirement
110
114
  none: false
111
115
  requirements:
@@ -114,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
118
  version: '0'
115
119
  segments:
116
120
  - 0
117
- hash: 3108404625103376616
121
+ hash: 1972454091329403946
118
122
  requirements: []
119
123
  rubyforge_project:
120
124
  rubygems_version: 1.8.25
@@ -122,4 +126,5 @@ signing_key:
122
126
  specification_version: 3
123
127
  summary: Checkstyle formatter for reek
124
128
  test_files:
129
+ - spec/formatter_spec.rb
125
130
  - spec/spec_helper.rb