Skip to content

Commit

Permalink
Finalize renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jan 22, 2016
1 parent 66b015c commit 541d165
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sudo: false
cache: bundler
script: 'bundle exec rake test:coverage --trace'
rvm:
- 2.2
- 2.3
- 2.2.4
- 2.3.0
- ruby-head
- jruby-head
- jruby-9000
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ View helpers for Ruby applications

## Rubies

__Hanami::Helpers__ supports Ruby (MRI) 2+
__Hanami::Helpers__ supports Ruby (MRI) 2.2+

## Installation

Expand Down Expand Up @@ -385,4 +385,5 @@ __Hanami::Helpers__ uses [Semantic Versioning 2.0.0](http://semver.org)
## Copyright

Copyright © 2014-2016 Luca Guidi – Released under MIT License

This project was formerly known as Lotus (`lotus-helpers`).
4 changes: 2 additions & 2 deletions hanami-helpers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,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 = '>= 2.0.0'
spec.required_ruby_version = '>= 2.2.0'

spec.add_dependency 'hanami-utils', '~> 0.6'
spec.add_dependency 'hanami-utils', '~> 0.7'

spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 541d165

Please sign in to comment.