Commit Graph

5 Commits

Author SHA1 Message Date
Paul Thornthwaite 8a413ef54a Remove support for Ruby 1.9.3
We had hoped to support Ruby 1.9.3 a bit longer even past its official
EOL but with our dependencies starting to drop support for 1.9 we end up
with several problems.

* Either we lock down our dependencies and block applications from using
  newer gems which is bad. We tried this with `nokogiri` for 1.8 and
  that prevented updates to Rails 4.0
* We could support 1.9 via the dependencies in a version dependent
  `Gemfile` but for each dependency that breaks support we have to push
  out changes to every fog repo with the new dependency.

Given the age and status of Ruby 1.9, we have decided to drop support
for Ruby 1.9.3 now along with 1.8 and 1.9.2.

If you are on an application that requires 1.9.3 and `fog` then you
should lock your dependencies to the `1.x` gems.
2015-09-29 16:56:35 +01:00
Isaac Hollander McCreery 33e54fa33f update CONTRIBUTING to point to design document in wiki 2015-04-03 20:05:22 +00:00
Isaac Hollander McCreery 570961807f CONTRIBUTING: discuss ongoing changes, link to Roadmap in Wiki and relevant issues 2015-04-02 19:58:03 +00:00
Isaac Hollander McCreery ab11b82284 Move contributing guidelines from fog.io to CONTRIBUTING.md; closes #3509 2015-04-01 17:23:42 +00:00
geemus ce6c08d944 add CONTRIBUTING.md 2013-12-17 17:46:02 -06:00