Skip to content

Commit cb6d919

Browse files
author
Lee Jarvis
committed
fixed up gemspec formatting a little
1 parent f09866b commit cb6d919

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

rack-pygmentize.gemspec

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
Gem::Specification.new do |s|
22
s.name = "rack-pygmentize"
33
s.version = "1.0.1"
4-
s.platform = Gem::Platform::RUBY
54
s.authors = ["Lee Jarvis"]
65
s.email = ["lee@jarvis.co"]
76
s.homepage = "http://github.com/injekt/rack-pygmentize"
87
s.summary = %q{Rack middleware to pygmentize your code blocks}
98
s.description = %q{Rack middleware used to automagically format your code blocks using pygmentize}
10-
119
s.files = %w(lib/rack/pygmentize.rb Rakefile Gemfile LICENSE README.md .gemtest examples/rack-pygmentize.rb)
1210
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')
1814
end

0 commit comments

Comments
 (0)