Navigation Menu

Skip to content

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Wlodek Bzyl committed Feb 26, 2010
1 parent f09c8b7 commit c1ac6b9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions rack-codehighlighter.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{rack-codehighlighter}
s.version = "0.4.4"
s.version = "0.4.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wlodek Bzyl"]
s.date = %q{2010-02-14}
s.date = %q{2010-02-26}
s.description = %q{Rack Middleware for Code Highlighting.}
s.email = %q{matwb@univ.gda.pl}
s.extra_rdoc_files = [
Expand All @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
"VERSION.yml",
"examples/app.rb",
"examples/check.rb",
"examples/coderay.ru",
"examples/config.ru",
"examples/public/javascripts/lang-css.js",
"examples/public/javascripts/lang-hs.js",
Expand All @@ -39,6 +40,7 @@ Gem::Specification.new do |s|
"examples/public/stylesheets/censor.css",
"examples/public/stylesheets/coderay.css",
"examples/public/stylesheets/prettify.css",
"examples/public/stylesheets/pygments.css",
"examples/public/stylesheets/syntax.css",
"examples/public/stylesheets/uv.css",
"examples/public/stylesheets/uv/amy.css",
Expand All @@ -49,14 +51,16 @@ Gem::Specification.new do |s|
"examples/public/stylesheets/uv/sunburst.css",
"examples/public/stylesheets/uv/twilight.css",
"examples/public/stylesheets/uv/zenburnesque.css",
"examples/pygments.ru",
"examples/ultraviolet.ru",
"examples/views/index.erb",
"examples/views/layout.erb",
"lib/rack/codehighlighter.rb"
]
s.homepage = %q{http://github.com/wbzyl/rack-codehighlighter}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Rack Middleware for Code Highlighting.}
s.test_files = [
"examples/check.rb",
Expand Down

0 comments on commit c1ac6b9

Please sign in to comment.