Commit Graph

21 Commits

Author SHA1 Message Date
Andrew White fd350eb424
Prepare to release 1.2.2 2021-05-10 19:51:56 +01:00
Orien Madgwick c5d1dd415a Add project metadata to the gemspec
As per https://guides.rubygems.org/specification-reference/#metadata,
add metadata to the gemspec file. This'll allow people to more easily
access the source code, raise issues and read the changelog. These
`bug_tracker_uri`, `changelog_uri`, `documentation_uri` and
`source_code_uri` links will appear on the rubygems page at
https://rubygems.org/gems/actionpack-action_caching and be available via
the rubygems API after the next release.
2019-11-14 08:42:09 +11:00
Rafael Mendonça França 1c7727777d
Prepare to 1.2.1 2019-11-12 19:51:34 -05:00
Rafael França ec71ca07e6
Remove upper limit for activerecord
Co-Authored-By: jacobbednarz <jacob.bednarz@gmail.com>
2018-11-21 06:42:57 +11:00
Rafael França 637eab2645
Remove upper limit for actionpack
Co-Authored-By: jacobbednarz <jacob.bednarz@gmail.com>
2018-11-21 06:42:43 +11:00
Jacob Bednarz 159d1dddb5
Update activerecord to match activesupport 2018-11-20 14:58:24 +11:00
Jacob Bednarz cafef695e7
Allow `actionpack` 6
Updates the gemspec to allow using `actionpack` with Rails 6 for
testing.
2018-11-20 14:25:54 +11:00
Andrew White 7960496478 Release v1.2.0 2017-01-23 12:51:32 +00:00
Andrew White 8b679b1a2e Add rubocop and fix offenses 2016-11-12 11:05:36 +00:00
Andrew White b572b4f40e Test the gem with 4.0, 4.1, 4.2, 5.0 and master 2016-11-12 11:05:35 +00:00
eileencodes fca0f0795f Set Ruby version to 2.2.2
Rack and Rails require Ruby 2.2.2 so we need to upgrade travis to use
only Ruby 2.2.2 and set the minimum version in the gemspec.

This means we'll have to split this peripheral gem into 2 releases. One
for the 4 apps and one for the 5 apps because the changes required by
Rails 5 won't work on older version.
2016-11-12 11:05:35 +00:00
eileencodes 6ae36ce76b Upgrade gem to Rails 5
This sets the dependency to allow Rails 5.

In upgrading to Rails 5 we require Ruby 2 and changes that are made here
will not work on older versions of Rails. Because of that I'm bumping
the version to 2.0.0.
2016-11-12 11:05:34 +00:00
Francesco Rodriguez a45e97298f Add license information to gemspec. 2013-11-19 01:59:23 -05:00
Rafael Mendonça França c701ad9a2e Release 1.1.0 2013-11-01 11:39:24 -02:00
Johannes Würbach ffcb0c925c Reference stable rails 4.0 release to avoid bundler issues 2013-10-31 13:18:10 -07:00
Francesco Rodriguez 3adb7fe15c less strict Rails version 2013-05-01 18:23:07 -05:00
Rafael Mendonça França e38ab92650 Release 1.0.0
Closes #3
2013-02-28 18:45:03 -03:00
Francesco Rodriguez 4669a832ef %s/authors/author 2012-10-04 12:04:40 -05:00
Francesco Rodriguez f488595152 update gem description 2012-10-04 12:03:23 -05:00
Francesco Rodriguez 6adc569837 Extract ActionController::Caching::Actions 2012-10-04 11:58:16 -05:00
Francesco Rodriguez 1ef9a37a61 setup gem 2012-10-04 11:33:47 -05:00