File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,12 @@ Gem::Specification.new do |spec|
9
9
spec . description = %q(Thor is a toolkit for building powerful command-line interfaces.)
10
10
11
11
spec . executables = %w[ thor ]
12
- spec . files = %w[ .document CHANGELOG.md LICENSE.md README.md Thorfile thor.gemspec ]
13
- spec . files += Dir . glob ( "bin/**/*" )
14
- spec . files += Dir . glob ( "lib/**/*.rb" )
15
- spec . files += Dir . glob ( "spec/**/*" )
12
+ spec . files = %w[ .document CHANGELOG.md LICENSE.md README.md thor.gemspec ] + Dir [ 'bin/*' ] + Dir [ 'lib/**/*.rb' ]
16
13
spec . homepage = "http://whatisthor.com/"
17
14
spec . licenses = %w[ MIT ]
18
15
spec . name = "thor"
19
16
spec . require_paths = %w[ lib ]
20
17
spec . required_rubygems_version = ">= 1.3.5"
21
18
spec . summary = spec . description
22
- spec . test_files = Dir . glob ( "spec/**/*" )
23
19
spec . version = Thor ::VERSION
24
20
end
You can’t perform that action at this time.
0 commit comments