Skip to content

Commit

Permalink
Fix requires in Rakefile and GemHelper, bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mherold committed Apr 4, 2024
1 parent 5fca65b commit 1a3bcfb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# (unreleased)

# 0.7.0 (2024-04-04)
# 0.7.1 (2024-04-04)

* (dev) Fix some requires

# 0.7.0 (not released)

* Add support for rails 6.0/6.1/7.0/7.1, ruby 3.0/3.1/3.2
* Drop support for kt-paperclip < 7.2
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require 'bundler/gem_tasks'

require 'appraisal'
require 'rspec/core/rake_task'
require 'wwtd/tasks'

desc 'Default: run all tests with all supported versions'
task default: :all
Expand Down
2 changes: 2 additions & 0 deletions lib/paperclip/permanent_records/gem_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'uri'

module Paperclip
module PermanentRecords
# Patches Bundler::GemHelper to allow setting HTTP Basic Auth credentials for the
Expand Down
2 changes: 1 addition & 1 deletion lib/paperclip/permanent_records/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Paperclip
module PermanentRecords
VERSION = '0.7.0'
VERSION = '0.7.1'
end
end

0 comments on commit 1a3bcfb

Please sign in to comment.