tailor 0.1.4 → 0.1.5
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.
- data/.gitignore +1 -0
- data/ChangeLog.rdoc +5 -1
- data/Gemfile.lock +1 -1
- data/lib/tailor/version.rb +1 -1
- data/tailor.gemspec +9 -5
- metadata +18 -44
data/.gitignore
CHANGED
data/ChangeLog.rdoc
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
=== 0.1.5 2011-09-27
|
|
2
|
+
|
|
3
|
+
* Fixed post install message to use heredoc instead of %w (<-wth was I thinking?)
|
|
4
|
+
|
|
1
5
|
=== 0.1.4 2011-09-27
|
|
2
6
|
|
|
3
7
|
* gh-81: Return exit status of 1 if problems were found.
|
|
4
8
|
* Fixed Rakefile and .gemspec. [sergio-fry]
|
|
5
|
-
* Removed dependency on
|
|
9
|
+
* Removed dependency on hoe for gem building.
|
|
6
10
|
* Added -v/--version to bin/tailor.
|
|
7
11
|
* Fixed documenatation indentation.
|
|
8
12
|
|
data/Gemfile.lock
CHANGED
data/lib/tailor/version.rb
CHANGED
data/tailor.gemspec
CHANGED
|
@@ -21,14 +21,18 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
|
22
22
|
s.extra_rdoc_files = %w(ChangeLog.rdoc README.rdoc)
|
|
23
23
|
s.homepage = "http://github.com/turboladen/tailor"
|
|
24
|
-
s.post_install_message =
|
|
25
|
-
Thanks for checking out
|
|
26
|
-
$ tailor [directory to check]
|
|
24
|
+
s.post_install_message = <<MSG
|
|
25
|
+
Thanks for checking out tailor. To check Ruby style, simply do:
|
|
26
|
+
$ tailor [directory to check]
|
|
27
|
+
|
|
28
|
+
-OR-
|
|
29
|
+
|
|
30
|
+
$ tailor [.rb/.erb file to check]
|
|
27
31
|
|
|
28
|
-
-OR-
|
|
29
|
-
$ tailor [.rb/.erb file to check]
|
|
30
32
|
For more information on tailor, see http://github.com/turboladen/tailor)
|
|
31
33
|
|
|
34
|
+
MSG
|
|
35
|
+
|
|
32
36
|
s.require_paths = ["lib"]
|
|
33
37
|
s.rubygems_version = "1.8.10"
|
|
34
38
|
s.summary = "Utility for checking style of Ruby files."
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tailor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2011-09-26 00:00:00.000000000Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: term-ansicolor
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70168517429600 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 1.0.5
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70168517429600
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: code_statistics
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70168517428840 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ~>
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: 0.2.13
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70168517428840
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: cucumber
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70168517381280 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,10 +43,10 @@ dependencies:
|
|
|
43
43
|
version: 0.10.2
|
|
44
44
|
type: :development
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70168517381280
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: metric_fu
|
|
49
|
-
requirement: &
|
|
49
|
+
requirement: &70168517380440 !ruby/object:Gem::Requirement
|
|
50
50
|
none: false
|
|
51
51
|
requirements:
|
|
52
52
|
- - ! '>='
|
|
@@ -54,10 +54,10 @@ dependencies:
|
|
|
54
54
|
version: 2.0.0
|
|
55
55
|
type: :development
|
|
56
56
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *70168517380440
|
|
58
58
|
- !ruby/object:Gem::Dependency
|
|
59
59
|
name: rspec
|
|
60
|
-
requirement: &
|
|
60
|
+
requirement: &70168517379200 !ruby/object:Gem::Requirement
|
|
61
61
|
none: false
|
|
62
62
|
requirements:
|
|
63
63
|
- - ! '>='
|
|
@@ -65,10 +65,10 @@ dependencies:
|
|
|
65
65
|
version: 2.5.0
|
|
66
66
|
type: :development
|
|
67
67
|
prerelease: false
|
|
68
|
-
version_requirements: *
|
|
68
|
+
version_requirements: *70168517379200
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: simplecov
|
|
71
|
-
requirement: &
|
|
71
|
+
requirement: &70168517377560 !ruby/object:Gem::Requirement
|
|
72
72
|
none: false
|
|
73
73
|
requirements:
|
|
74
74
|
- - ! '>='
|
|
@@ -76,10 +76,10 @@ dependencies:
|
|
|
76
76
|
version: 0.4.0
|
|
77
77
|
type: :development
|
|
78
78
|
prerelease: false
|
|
79
|
-
version_requirements: *
|
|
79
|
+
version_requirements: *70168517377560
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: yard
|
|
82
|
-
requirement: &
|
|
82
|
+
requirement: &70168517376760 !ruby/object:Gem::Requirement
|
|
83
83
|
none: false
|
|
84
84
|
requirements:
|
|
85
85
|
- - ! '>='
|
|
@@ -87,7 +87,7 @@ dependencies:
|
|
|
87
87
|
version: 0.6.8
|
|
88
88
|
type: :development
|
|
89
89
|
prerelease: false
|
|
90
|
-
version_requirements: *
|
|
90
|
+
version_requirements: *70168517376760
|
|
91
91
|
description: ruby style checking tool
|
|
92
92
|
email:
|
|
93
93
|
- steve.loveless@gmail.com
|
|
@@ -155,35 +155,9 @@ files:
|
|
|
155
155
|
- tasks/stats.rake
|
|
156
156
|
homepage: http://github.com/turboladen/tailor
|
|
157
157
|
licenses: []
|
|
158
|
-
post_install_message:
|
|
159
|
-
-
|
|
160
|
-
|
|
161
|
-
- checking
|
|
162
|
-
- out
|
|
163
|
-
- Tailor.
|
|
164
|
-
- To
|
|
165
|
-
- run,
|
|
166
|
-
- simply
|
|
167
|
-
- ! 'do:'
|
|
168
|
-
- $
|
|
169
|
-
- tailor
|
|
170
|
-
- ! '[directory'
|
|
171
|
-
- to
|
|
172
|
-
- check]
|
|
173
|
-
- -OR-
|
|
174
|
-
- $
|
|
175
|
-
- tailor
|
|
176
|
-
- ! '[.rb/.erb'
|
|
177
|
-
- file
|
|
178
|
-
- to
|
|
179
|
-
- check]
|
|
180
|
-
- For
|
|
181
|
-
- more
|
|
182
|
-
- information
|
|
183
|
-
- 'on'
|
|
184
|
-
- tailor,
|
|
185
|
-
- see
|
|
186
|
-
- http://github.com/turboladen/tailor
|
|
158
|
+
post_install_message: ! "Thanks for checking out tailor. To check Ruby style, simply
|
|
159
|
+
do:\n $ tailor [directory to check]\n\n -OR-\n\n $ tailor [.rb/.erb file to check]\n\nFor
|
|
160
|
+
more information on tailor, see http://github.com/turboladen/tailor)\n\n"
|
|
187
161
|
rdoc_options: []
|
|
188
162
|
require_paths:
|
|
189
163
|
- lib
|