simple_spark 0.0.13 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -1
- data/lib/simple_spark/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd6a304f9cf62e7b3e31cc081edc78ef6483c87e
|
4
|
+
data.tar.gz: fd46ee68b9632bd09c4a010430062e4d3d484cbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b9c0c82b7d4fb44ae26e84dfc7c64e098d86234fd184d7effb8b117bf5e9e58a8a479d2e70ef93da50aa5ff63f97e64723bf30114ae5ac3d36454cad1e909cf
|
7
|
+
data.tar.gz: 6801e27cd690e052efb30e77e7947008d4850e44cc31ebad219cf4544ae9f828b0eab88d47843cdd0205de9bcd3f799011145f61f481539f688ccf0705ed274e
|
data/README.md
CHANGED
@@ -2,7 +2,13 @@
|
|
2
2
|
|
3
3
|
[![Build Status](https://travis-ci.org/leadmachineapp/simple_spark.png?branch=master)](https://travis-ci.org/leadmachineapp/simple_spark) [![Gem Version](https://badge.fury.io/rb/simple_spark.svg)](https://badge.fury.io/rb/simple_spark)
|
4
4
|
|
5
|
-
|
5
|
+
## Update from SparkPost
|
6
|
+
|
7
|
+
As SparkPost have now stopped development on their own gem, and have recommended this one as being a better alternative, bumping version to 1.0.0 - the code has been running in production for a while now and seems stable and near feature complete.
|
8
|
+
|
9
|
+
Posted in the SparkPost Announcements channel on 17th May 2016
|
10
|
+
|
11
|
+
> Due to incredible support and contributions from the community, we will be discontinuing support of the official SparkPost ruby client library as of May 17, 2016. If you’re looking for an alternative, take a look at some of these repositories: https://github.com/search?l=Ruby&q=sparkpost&type=Repositories&utf8=%E2%9C%93, including *simple_spark* by @jakcharlton
|
6
12
|
|
7
13
|
## Installation
|
8
14
|
|
@@ -711,6 +717,10 @@ simple_spark.templates.delete(yourtemplateid)
|
|
711
717
|
|
712
718
|
## Changelog
|
713
719
|
|
720
|
+
### 1.0.0
|
721
|
+
|
722
|
+
As SparkPost have now stopped development on their own gem, and have recommended this one as being a better alternative, bumping version to 1.0.0 - the code has been running in production for a while now and seems stable and near feature complete.
|
723
|
+
|
714
724
|
### 0.013
|
715
725
|
|
716
726
|
Adding status error code to message as SparkPost uses a wide range of status codes
|
data/lib/simple_spark/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_spark
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jak Charlton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|