Skip to content

Commit

Permalink
Update gemspec and manually update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurena committed Dec 22, 2024
1 parent abb8bb3 commit eb2c29b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Runs tests from ActiveResource
- Separated Collection caching logic into ActiveCachedResource::Collection as opposed to monkey patching ActiveResource::Collection
- Changed name of SQL adapter from `active_record` to `active_record_sql`
- Changed method name of ActiveCachedResource::Model from `clear` to `clear_cache`

## [0.1.3] - 2024-12-19
- Minor patch on ActiveResource. Removed deprecator log.
Expand Down
1 change: 1 addition & 0 deletions active_cached_resource.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "ActiveResource, but with a caching layer."
spec.homepage = "https://github.com/jlurena/active_cached_resource"
spec.required_ruby_version = ">= 3.2.0"
spec.platform = Gem::Platform::RUBY

spec.metadata = {
"changelog_uri" => "https://github.com/jlurena/active_cached_resource/blob/main/CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion lib/active_cached_resource/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveCachedResource
VERSION = "0.1.5"
VERSION = "0.1.4"
end

0 comments on commit eb2c29b

Please sign in to comment.