Skip to content

Commit 29dd3be

Browse files
committed
Merge branch 'develop'
2 parents fa4a6ce + d49b6d8 commit 29dd3be

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
emailable (4.0.0)
4+
emailable (4.0.1)
55

66
GEM
77
remote: https://rubygems.org/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Emailable Ruby Library
22

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

lib/emailable/resources/batch_status.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Emailable
22
class BatchStatus < APIResource
33
attr_accessor :emails, :id, :message, :reason_counts, :total_counts,
4-
:processed, :total
4+
:processed, :total, :download_file
55

66
def complete?
77
message.include?('completed')

lib/emailable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Emailable
2-
VERSION = '4.0.0'
2+
VERSION = '4.0.1'
33
end

0 commit comments

Comments
 (0)