File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = "rack-pygmentize"
3
3
s . version = "1.0.1"
4
- s . platform = Gem ::Platform ::RUBY
5
4
s . authors = [ "Lee Jarvis" ]
6
5
s . email = [ "lee@jarvis.co" ]
7
6
s . homepage = "http://github.com/injekt/rack-pygmentize"
8
7
s . summary = %q{Rack middleware to pygmentize your code blocks}
9
8
s . description = %q{Rack middleware used to automagically format your code blocks using pygmentize}
10
-
11
9
s . files = %w( lib/rack/pygmentize.rb Rakefile Gemfile LICENSE README.md .gemtest examples/rack-pygmentize.rb )
12
10
s . test_files = %w( test/rack_pygmentize_test.rb )
13
- s . require_paths = [ "lib" ]
14
-
15
- s . add_runtime_dependency ( %q<rack> , [ "~> 1.0.0" ] )
16
- s . add_runtime_dependency ( %q<nokogiri> , [ "~> 1.4.4" ] )
17
- s . add_runtime_dependency ( %q<albino> , [ "~> 1.3.2" ] )
11
+ s . add_runtime_dependency ( 'rack' , '~> 1.0.0' )
12
+ s . add_runtime_dependency ( 'nokogiri' , '~> 1.4.4' )
13
+ s . add_runtime_dependency ( 'albino' , '~> 1.3.2' )
18
14
end
You can’t perform that action at this time.
0 commit comments