middleman-blog.gemspec in middleman-blog-3.0.0.beta.3 vs middleman-blog.gemspec in middleman-blog-3.0.0.rc.1
- old
+ new
@@ -4,20 +4,20 @@
Gem::Specification.new do |s|
s.name = "middleman-blog"
s.version = Middleman::Blog::VERSION
s.platform = Gem::Platform::RUBY
- s.authors = ["Thomas Reynolds"]
- s.email = ["me@tdreyno.com"]
- s.homepage = "https://github.com/tdreyno/middleman-blog"
+ s.authors = ["Thomas Reynolds", "Ben Hollis"]
+ s.email = ["me@tdreyno.com", "ben@benhollis.net"]
+ s.homepage = "https://github.com/middleman/middleman-blog"
s.summary = %q{A blog foundation using Middleman}
s.description = %q{A blog foundation using Middleman}
s.rubyforge_project = "middleman-blog"
- s.files = `git ls-files`.split("\n")
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
+ s.files = `git ls-files -z`.split("\0")
+ s.test_files = `git ls-files -z -- {fixtures,features}/*`.split("\0")
s.require_paths = ["lib"]
- s.add_runtime_dependency("middleman-core", [">= 3.0.0.beta.3"])
-end
+ s.add_dependency("middleman-core", Middleman::Blog::VERSION)
+ s.add_dependency("maruku", ["~> 0.6.0"])
+end
\ No newline at end of file