nesta.gemspec in mars-nesta-0.9.4 vs nesta.gemspec in mars-nesta-0.9.5

- old
+ new

@@ -4,12 +4,12 @@ Gem::Specification.new do |s| s.name = "mars-nesta" s.version = Nesta::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["Graham Ashton"] - s.email = ["graham@effectif.com"] + s.authors = ["Graham Ashton", "Mars Cheng"] + s.email = ["graham@effectif.com", "kidrane@gmail.com"] s.homepage = "http://nestacms.com" s.summary = %q{Ruby CMS, written in Sinatra} s.description = <<-EOF Nesta is a lightweight Content Management System, written in Ruby using the Sinatra web framework. Nesta has the simplicity of a static site @@ -33,9 +33,10 @@ s.add_dependency('haml', '~> 3.0') s.add_dependency('redcarpet', '>= 1.11.0') s.add_dependency('RedCloth', '~> 4.2') s.add_dependency('sinatra', '1.1.2') + s.add_dependency('coderay', '>= 0.9.7') # Useful in development s.add_dependency('shotgun', '>= 0.8') # Test libraries