paubox_rails 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5628d7edf38be368db06279b5c31b7e158ff54bb
4
- data.tar.gz: 3378ab9486bb55774543a44831548425a42400fb
3
+ metadata.gz: f1868cede4438aaba1258eb2172cff09de169d48
4
+ data.tar.gz: e820e41a06ae775334e321c94ed9aae4807c499a
5
5
  SHA512:
6
- metadata.gz: 1da963f4f1aff275795dc0302e5bfb0d9a9b56124f21068af4c944cf09a1195d2091a6727bee9417fe70828419708341b98990203f001530421328c406ee7335
7
- data.tar.gz: 94c43cb283a819e621f9f449010670ad10d49401f9612b70cde51286a21d3e021614299a6be9634471a25a5c02de7b72d445b376a094a4fd44e1b5d4d727fed5
6
+ metadata.gz: df85b823574b345b086244a3ad71e31ff9b74dfbb31637ed582e9cf8b1f55eaae61114f14723ac302f8f1843f5f876a87233dd31861c71bac4a424e4f41d41e6
7
+ data.tar.gz: 1706dc5c1856ea501275da842c98384074d74643c11739c8ee1a46a036f3fd96fe4d1493dbdea510ee39d7e7f50c89dd98cf2ed205c493a2353aca85657dc90c
data/README.md CHANGED
@@ -1,9 +1,12 @@
1
- # Paubox Rails
1
+ <img src="https://github.com/Paubox/paubox-csharp/raw/master/paubox_logo.png" alt="Paubox" width="150px">
2
2
 
3
- #### This gem, Paubox Ruby, and Paubox Transactional Email HTTP API are currently in alpha development.
3
+ # Paubox Rails
4
4
 
5
5
  This gem extends the [Paubox Ruby Gem](https://github.com/paubox/paubox_ruby) for use with ActionMailer in Ruby on Rails. Paubox Ruby the official Ruby wrapper for the Paubox Transactional Email HTTP API. The Paubox Transactional Email API allows your application to send secure, HIPAA-compliant email via Paubox and track deliveries and opens.
6
6
 
7
+ This gem, Paubox Ruby, and Paubox Transactional Email HTTP API are currently in alpha development.
8
+
9
+
7
10
  ## Installation
8
11
 
9
12
  Add this line to your application's Gemfile:
@@ -22,8 +25,9 @@ Or install it yourself as:
22
25
 
23
26
 
24
27
  ### Getting Paubox API Credentials
25
- You will need to have a Paubox account. Please contact [Paubox Customer Success](https://paubox.zendesk.com/hc/en-us) for details on gaining access to the Transactional Email API alpha testing program.
28
+ You will need to have a Paubox account. You can [sign up here](https://www.paubox.com/join/see-pricing?unit=messages).
26
29
 
30
+ Once you have an account, follow the instructions on the Rest API dashboard to verify domain ownership and generate API credentials.
27
31
 
28
32
  ### Configuring API Credentials
29
33
  Create a new file at config/initializers/paubox.rb and add the following.
@@ -67,4 +71,4 @@ See the License for the specific language governing permissions and
67
71
  limitations under the License.
68
72
 
69
73
  ## Copyright
70
- Copyright &copy; 2018, Paubox Inc.
74
+ Copyright &copy; 2018, Paubox Inc.
@@ -1,3 +1,3 @@
1
1
  module PauboxRails
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/paubox_rails.gemspec CHANGED
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency 'rspec', '~> 3.2'
28
28
  spec.add_development_dependency 'pry', '~> 0.10.4'
29
29
  spec.add_dependency('actionmailer', '>= 4.0', '<= 5.2')
30
- spec.add_dependency('paubox', '~> 0.1', '>= 0.1.1')
30
+ spec.add_dependency('paubox', '~> 0.2', '>= 0.2.3')
31
31
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paubox_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Greeley
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-25 00:00:00.000000000 Z
11
+ date: 2018-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,20 +92,20 @@ dependencies:
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: '0.1'
95
+ version: '0.2'
96
96
  - - ">="
97
97
  - !ruby/object:Gem::Version
98
- version: 0.1.1
98
+ version: 0.2.3
99
99
  type: :runtime
100
100
  prerelease: false
101
101
  version_requirements: !ruby/object:Gem::Requirement
102
102
  requirements:
103
103
  - - "~>"
104
104
  - !ruby/object:Gem::Version
105
- version: '0.1'
105
+ version: '0.2'
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
- version: 0.1.1
108
+ version: 0.2.3
109
109
  description: The Paubox Rails Gem integrates Paubox's Transactional Email HTTP API
110
110
  with ActionMailer.
111
111
  email: