Skip to content

Commit

Permalink
Updated compatibility to middleman 4, fixing #5
Browse files Browse the repository at this point in the history
  • Loading branch information
amsardesai committed Feb 15, 2016
1 parent a1e92b0 commit e6690c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby

rvm:
- 2.2.0
- 2.1.5
- 2.1.0
- 2.0.0
- 1.9.3
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'cucumber'
gem 'aruba'
gem 'cucumber', '~> 2.0'
gem 'aruba', '~> 0.7.4'
gem 'codeclimate-test-reporter'
end
6 changes: 3 additions & 3 deletions middleman-protect-emails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 1.9.3'
spec.required_ruby_version = '>= 2.0'

spec.add_dependency 'middleman-core', '~> 3.2'
spec.add_dependency 'middleman-core', '>= 3.4'

spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 10.3'
end

0 comments on commit e6690c2

Please sign in to comment.