Skip to content

Commit

Permalink
Drop support for Rails 3.2, 4.0, and 4.1
Browse files Browse the repository at this point in the history
Because the CI fails for some unknown reason, and I don't want to spend my time today for debugging on these legacy versions
  • Loading branch information
amatsuda committed Jun 28, 2019
1 parent 13646d1 commit cf6e4e1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 36 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ before_install:
# - gemfiles/Gemfile-rails.5.1.x
# - gemfiles/Gemfile-rails.5.0.x
# - gemfiles/Gemfile-rails.4.2.x
# - gemfiles/Gemfile-rails.4.1.x
# - gemfiles/Gemfile-rails.4.0.x
# - gemfiles/Gemfile-rails.3.2.x

matrix:
include:
Expand Down Expand Up @@ -62,10 +59,6 @@ matrix:
gemfile: gemfiles/Gemfile-rails.5.2.x
- rvm: 2.3.8
gemfile: gemfiles/Gemfile-rails.4.2.x
- rvm: 2.3.8
gemfile: gemfiles/Gemfile-rails.4.1.x
- rvm: 2.3.8
gemfile: gemfiles/Gemfile-rails.4.0.x

- rvm: 2.2.10
gemfile: gemfiles/Gemfile-rails.5.2.x
Expand All @@ -76,10 +69,6 @@ matrix:
- rvm: 2.0.0
gemfile: gemfiles/Gemfile-rails.4.2.x

- rvm: 2.0.0
gemfile: gemfiles/Gemfile-rails.3.2.x


- rvm: ruby-head
gemfile: gemfiles/Gemfile-rails.edge

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ActiveDecorator [![Build Status](https://travis-ci.org/amatsuda/active_decorator.svg?branch=master)](https://travis-ci.org/amatsuda/active_decorator) [![Code Climate](https://codeclimate.com/github/amatsuda/active_decorator/badges/gpa.svg)](https://codeclimate.com/github/amatsuda/active_decorator)

A simple and Rubyish view helper for Rails 3, Rails 4, Rails 5, and Rails 6. Keep your helpers and views Object-Oriented!
A simple and Rubyish view helper for Rails 4, Rails 5, and Rails 6. Keep your helpers and views Object-Oriented!


## Features ##
Expand All @@ -17,7 +17,7 @@ A simple and Rubyish view helper for Rails 3, Rails 4, Rails 5, and Rails 6. Kee

* Ruby 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4.x, 2.5.x, 2.6.x, and 2.7 (trunk)

* Rails 3.2.x, 4.0.x, 4.1.x, 4.2.x, 5.0, 5.1, 5.2, and 6.0 (edge)
* Rails 4.2.x, 5.0, 5.1, 5.2, and 6.0 (edge)


## Supported ORMs ##
Expand Down
9 changes: 0 additions & 9 deletions gemfiles/Gemfile-rails.3.2.x

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/Gemfile-rails.4.0.x

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/Gemfile-rails.4.1.x

This file was deleted.

0 comments on commit cf6e4e1

Please sign in to comment.