Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from Aupajo/middleman-3.3
Browse files Browse the repository at this point in the history
Support for Middleman 3.3
  • Loading branch information
Pete Nicholls committed Apr 14, 2014
2 parents 0997afc + 7143e4e commit 446f742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/middleman/pagination/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Middleman
module Pagination
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end
4 changes: 2 additions & 2 deletions middleman-pagination.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "middleman-core", "~> 3.2.0"
spec.add_runtime_dependency "middleman-core", "~> 3.2"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "middleman", "~> 3.2.0"
spec.add_development_dependency "middleman", "~> 3.2"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "rack-test"
Expand Down

0 comments on commit 446f742

Please sign in to comment.