Skip to content

Commit

Permalink
Drop support to Rails < 3.2 and Ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed May 8, 2013
1 parent f164608 commit c2a5c02
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 32 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,9 @@ language: ruby
rvm:
- 2.0.0
- 1.9.3
- ree
- jruby-18mode
gemfile:
- gemfiles/Gemfile-rails.3.0.x
- gemfiles/Gemfile-rails.3.1.x
- gemfiles/Gemfile-rails.3.2.x
- Gemfile
matrix:
exclude:
- rvm: ree
gemfile: Gemfile
- rvm: jruby-18mode
gemfile: Gemfile
notifications:
email: false
campfire:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# master

* Support Rails 4.
* Drop support to Rails < 3.2 and Ruby 1.8.

# Version 1.4

* Fixed bug that was causing all activerecord attributes be saved as nil
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
This gem was built on top of `ActiveModel` to showcase how you can pull in validations, naming
and `i18n` from Rails to your models without the need to implement it all by yourself.

In other words, this README refers to the **MailForm** gem to be used in Rails 3. For instructions
on how to use MailForm in Rails 2.x, please check the v1.0 branch:

http://github.com/plataformatec/mail_form/tree/v1.0
This README refers to the **MailForm** gem to be used in Rails 3.2 or 4+. For instructions
on how to use MailForm in older versions of Rails, please refer to the available branches.

### Description

Expand Down
9 changes: 0 additions & 9 deletions gemfiles/Gemfile-rails.3.0.x

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/Gemfile-rails.3.1.x

This file was deleted.

0 comments on commit c2a5c02

Please sign in to comment.