Skip to content

Commit

Permalink
Update Changelog and Readme about supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed May 10, 2017
1 parent 3f7813a commit 568e253
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Expand Up @@ -2,7 +2,12 @@

[full changelog](https://github.com/Mange/roadie-rails/compare/v1.1.1...master)

**Note:** Support for Rails < 4.2 is now dropped.

**Note:** Support for Ruby < 2.2 is now dropped.

* Sprockets 4.0 support (#60) - [Miklós Fazekas (mfazekas)](https://github.com/mfazekas)
* Rails 5.1 support (#70) - [Gleb Mazovetskiy (glebm)](https://github.com/glebm)

### 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 Magnus Bergmark, and contributors.
Copyright (c) 2013-2017 Magnus Bergmark, and contributors.

MIT License

Expand Down
18 changes: 6 additions & 12 deletions README.md
Expand Up @@ -276,21 +276,15 @@ end
Tested with [Travis CI](http://travis-ci.org) using [almost all combinations of](http://travis-ci.org/#!/Mange/roadie-rails):

* Ruby:
* MRI 1.9.3
* MRI 2.0
* MRI 2.1
* MRI 2.2
* MRI 2.3.0
* MRI 2.3
* MRI 2.4
* JRuby (latest)
* Rubinius (failures on Rubinius will not fail the build due to a long history of instability in `rbx`)
* Rubinius 3
* Rails
* 3.0
* 3.1
* 3.2
* 4.0
* 4.1
* 4.2
* 5.0 (but only on Ruby 2.2+)
* 5.0
* 5.1

Let me know if you want any other combination supported officially.

Expand Down Expand Up @@ -318,7 +312,7 @@ After running `rake` for the first time and you want to keep running tests witho

(The MIT License)

Copyright © 2013-2016 [Magnus Bergmark](https://github.com/Mange) <magnus.bergmark@gmail.com>, et. al.
Copyright © 2013-2017 [Magnus Bergmark](https://github.com/Mange) <magnus.bergmark@gmail.com>, et. al.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit 568e253

Please sign in to comment.