Skip to content

Commit

Permalink
fix: unpin httparty (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
drish authored Dec 14, 2023
1 parent d546aee commit 6ee2f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/resend/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Resend
VERSION = "0.8.0"
VERSION = "0.8.1"
end
4 changes: 2 additions & 2 deletions resend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.name = "resend"
spec.version = Resend::VERSION
spec.summary = "The Ruby and Rails SDK for resend.com"
spec.homepage = "https://github.com/resendlabs/resend-ruby"
spec.homepage = "https://github.com/resend/resend-ruby"
spec.license = "MIT"

spec.author = "Derich Pacheco"
Expand All @@ -15,6 +15,6 @@ Gem::Specification.new do |spec|
spec.files = Dir["*.{md,txt}", "{lib}/**/*"]
spec.require_path = "lib"
spec.required_ruby_version = ">= 2.6"
spec.add_dependency "httparty", "~> 0.19.1"
spec.add_dependency "httparty", ">= 0.19.1"
spec.add_development_dependency "rails"
end

0 comments on commit 6ee2f02

Please sign in to comment.