Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
eberquist committed Jun 7, 2022
2 parents fa4a6ce + d49b6d8 commit 29dd3be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
emailable (4.0.0)
emailable (4.0.1)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Emailable Ruby Library

[![Gem Version](https://badge.fury.io/rb/emailable.svg)](https://rubygems.org/gems/emailable)
[![Build Status](https://app.travis-ci.com/emailable/emailable-ruby.svg)](https://app.travis-ci.com/emailable/emailable-ruby)
[![Maintainability](https://api.codeclimate.com/v1/badges/e7eef54e491adec95e6d/maintainability)](https://codeclimate.com/github/emailable/emailable-ruby/maintainability)

Expand Down
2 changes: 1 addition & 1 deletion lib/emailable/resources/batch_status.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Emailable
class BatchStatus < APIResource
attr_accessor :emails, :id, :message, :reason_counts, :total_counts,
:processed, :total
:processed, :total, :download_file

def complete?
message.include?('completed')
Expand Down
2 changes: 1 addition & 1 deletion lib/emailable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Emailable
VERSION = '4.0.0'
VERSION = '4.0.1'
end

0 comments on commit 29dd3be

Please sign in to comment.