express_pigeon 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/.gitignore +1 -1
- data/Gemfile +1 -1
- data/README.md +5 -4
- data/express_pigeon.gemspec +2 -2
- data/lib/express_pigeon/version.rb +1 -1
- data/spec/spec_helper.rb +3 -0
- data/tmp/.keep +0 -0
- data.tar.gz.sig +2 -2
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fff3380b88a30f5b07051dc8706bd011766c76c
|
4
|
+
data.tar.gz: 7054faf25d532a29f68e927b73572b45b3baa033
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0c5c02f47cbd144e218ddbd0c3dfdf429aeba130b3c5c204b14c42cf8a9774945359f0c3b2585c0ee00b9aea952cfff88268feff14625984f2240382631361d
|
7
|
+
data.tar.gz: ac4bd28632697812bb4135f425314bf63931464c7d253aea717e6ce939ab552c639592b7a2354112f69e286d6f152b98ea81200926b635e93a40881fbc57062b
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/.gitignore
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
[![Build Status](https://semaphoreapp.com/api/v1/projects/3d4266af-fb45-45c5-bba9-0c5e825f3e84/316403/badge.png)](https://semaphoreapp.com/just3ws/express_pigeon)
|
2
|
+
[![Code Climate](https://codeclimate.com/github/just3ws/express_pigeon/badges/gpa.svg)](https://codeclimate.com/github/just3ws/express_pigeon)
|
3
|
+
[![Test Coverage](https://codeclimate.com/github/just3ws/express_pigeon/badges/coverage.svg)](https://codeclimate.com/github/just3ws/express_pigeon)
|
4
|
+
|
5
|
+
Another Ruby client for ExpressPigeon.
|
data/express_pigeon.gemspec
CHANGED
@@ -7,13 +7,13 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = 'express_pigeon'
|
8
8
|
spec.version = ExpressPigeon::VERSION
|
9
9
|
# Inspired by Igor Polevoy but a total re-write of the expresspigeon-ruby RubyGem
|
10
|
-
spec.authors = %w(Mike Hall)
|
10
|
+
spec.authors = %w(Mike\ Hall)
|
11
11
|
spec.email = %w(mike@just3ws.com)
|
12
12
|
spec.description = <<-EOS
|
13
13
|
(Another) ExpressPigeon Ruby API for sending transactional messages,
|
14
14
|
manipulating lists, contacts and more.
|
15
15
|
EOS
|
16
|
-
spec.summary = 'ExpressPigeon API Ruby Wrapper'
|
16
|
+
spec.summary = '(Another) ExpressPigeon API Ruby Wrapper'
|
17
17
|
spec.homepage = 'https://github.com/just3ws/express_pigeon'
|
18
18
|
spec.license = 'MIT'
|
19
19
|
spec.extra_rdoc_files = %w(LICENSE README.md)
|
data/spec/spec_helper.rb
CHANGED
data/tmp/.keep
ADDED
File without changes
|
data.tar.gz.sig
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
z�E��]`W
|
2
|
+
�N��ž9�~�0���- v
|
metadata
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: express_pigeon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Mike
|
8
|
-
- Hall
|
7
|
+
- Mike Hall
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain:
|
@@ -183,6 +182,7 @@ files:
|
|
183
182
|
- spec/fixtures/contacts.csv
|
184
183
|
- spec/fixtures/contacts.csv.zip
|
185
184
|
- spec/spec_helper.rb
|
185
|
+
- tmp/.keep
|
186
186
|
homepage: https://github.com/just3ws/express_pigeon
|
187
187
|
licenses:
|
188
188
|
- MIT
|
@@ -206,7 +206,7 @@ rubyforge_project:
|
|
206
206
|
rubygems_version: 2.4.5
|
207
207
|
signing_key:
|
208
208
|
specification_version: 4
|
209
|
-
summary: ExpressPigeon API Ruby Wrapper
|
209
|
+
summary: "(Another) ExpressPigeon API Ruby Wrapper"
|
210
210
|
test_files:
|
211
211
|
- spec/express_pigeon/api/campaigns_spec.rb
|
212
212
|
- spec/express_pigeon/api/contacts_spec.rb
|
metadata.gz.sig
CHANGED
Binary file
|