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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e9c2da122d2d41c900d00bb0d1587fe65e3ab49
4
- data.tar.gz: c843abe4ba0470e26e8d39ebaa2baae5ae6b8cbe
3
+ metadata.gz: cd6a304f9cf62e7b3e31cc081edc78ef6483c87e
4
+ data.tar.gz: fd46ee68b9632bd09c4a010430062e4d3d484cbf
5
5
  SHA512:
6
- metadata.gz: af10decced5302a6f9157a302078e902ba050d9c25b0f4b0c023bc268d0e64d3e372557777b0a191caada9267ad4668a8bb8f645fdaad9577401eb057e5bd56a
7
- data.tar.gz: 8be7810f707c5cd4a1bc3f7c807859f88911444587c91b5207b2862e39d9d4171c5712ff31d12c423cc2d189cf5dce2758fcd172dd737eb0ecee457dc8108efd
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
- This gem is an alternative to the [official Ruby gem](https://github.com/SparkPost/ruby-sparkpost) provided by [SparkPost](http://www.sparkpost.com)
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
@@ -1,3 +1,3 @@
1
1
  module SimpleSpark
2
- VERSION = '0.0.13'
2
+ VERSION = '1.0.0'
3
3
  end
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.13
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-12 00:00:00.000000000 Z
11
+ date: 2016-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json