Skip to content

Commit

Permalink
lower required ruby version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
polakowski committed Mar 28, 2018
1 parent bb8b629 commit 9dcf60b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.2.2
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
A lightweight rails gem for building resource-based APIs.

### Table of contents
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Controller](#controller)
Expand All @@ -14,6 +15,9 @@ A lightweight rails gem for building resource-based APIs.
- [Configuration](#configuration)
- [Contributing](#contributing)

## Requirements
Resourcey requires ruby 2.2.2 or higher.

## Installation
Add Resourcey to your `Gemfile`:
```ruby
Expand Down Expand Up @@ -114,8 +118,8 @@ end
If you want to take part in developing resourcey, fork this repository, commit your code, and create pull request.

### Requirements
- ruby 2.4.1
- bundler
- ruby 2.2.2 or higher
- bundler gem

### Running local tests
- rspec
2 changes: 1 addition & 1 deletion resourcey.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/polakowski/resourcey'
s.license = 'MIT'

s.required_ruby_version = '>= 2.4'
s.required_ruby_version = '>= 2.2.2'

s.add_development_dependency 'bundler', '~> 1.5'
s.add_development_dependency 'combustion', '~> 0.8.0'
Expand Down

0 comments on commit 9dcf60b

Please sign in to comment.