Skip to content

Commit

Permalink
Jekyll 1.1.2 compatibility (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sectore committed Oct 1, 2013
1 parent 7d0185b commit 24786cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jekyll-swfobject.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "jekyll", "~> 1.0.3"
spec.add_development_dependency("bundler", "~> 1.3")
spec.add_runtime_dependency("jekyll", ">= 1.2.1")
spec.add_development_dependency("bundler", ">= 1.3")
spec.add_development_dependency("rake")
spec.add_development_dependency("shoulda", "~> 3.5")
spec.add_development_dependency("shoulda-context", "~> 1.0")
spec.add_development_dependency("mocha", ">= 0.14")
spec.add_development_dependency("shoulda-context", "~> 1.1.5")
spec.add_development_dependency("mocha", "~> 0.14.0")
end

0 comments on commit 24786cf

Please sign in to comment.