File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,13 @@ Gem::Specification.new do |s|
20
20
s . description = 'Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.'
21
21
22
22
s . platform = Gem ::Platform ::RUBY
23
- s . required_ruby_version = '>= 1.8.7 '
23
+ s . required_ruby_version = '>= 1.8.6 '
24
24
25
- # s.add_dependency "paint", '~> 0.8.2'
26
-
27
- # s.files = `git ls-files`.split("\n")
28
- # s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
29
- # s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
30
- # s.require_paths = ["lib"]
31
25
readme_file = 'README_INDEX.rdoc'
32
26
33
- s . files = Dir [ ' lib/**/*.rb' ] + %W( Rakefile #{ readme_file } LICENSE ) + Dir [ 'test/functional/*.rb' ]
34
- s . test_files = Dir [ ' test/functional/*.rb' ]
35
- s . executables = [ 'coderay' ]
27
+ s . files = `git ls-files -- lib/* test/functional/* Rakefile #{ readme_file } LICENSE` . split ( " \n " )
28
+ s . test_files = `git ls-files -- test/functional/*` . split ( " \n " )
29
+ s . executables = `git ls-files -- bin/*` . split ( " \n " ) . map { | f | File . basename ( f ) }
36
30
s . require_paths = [ 'lib' ]
37
31
38
32
s . rubyforge_project = s . name
You can’t perform that action at this time.
0 commit comments