Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Mar 9, 2022
1 parent d578e7a commit c77ed5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master ##
## 1.8.0 ##
* Allow configuration of the 'file///' part in Launchy.open path (thanks [
Regis Millet](https://github.com/Kulgar))
* Enhance 'tmp:clear' task to delete 'tmp/letter_opener' files (thanks [Joaquín Vicente](https://github.com/wacko))
Expand Down
6 changes: 3 additions & 3 deletions letter_opener.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "letter_opener"
s.version = "1.7.0"
s.version = "1.8.0"
s.author = "Ryan Bates"
s.email = "[email protected]"
s.homepage = "https://github.com/ryanb/letter_opener"
Expand All @@ -12,12 +12,12 @@ Gem::Specification.new do |s|
s.require_path = "lib"

s.add_dependency 'launchy', '>= 2.2', '< 3'

s.add_development_dependency 'rspec', '~> 3.10.0'
s.add_development_dependency 'mail', '~> 2.6.0'

s.required_rubygems_version = ">= 1.3.4"

if s.respond_to?(:metadata)
s.metadata = {
'bug_tracker_uri' => 'https://github.com/ryanb/letter_opener/issues',
Expand Down

0 comments on commit c77ed5d

Please sign in to comment.