createsend-rails 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/createsend-rails/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94bb4d0b8aa08b3f57bf89734ad1564457589b886576554697da8372a66416d0
|
|
4
|
+
data.tar.gz: f0573f6fc86bfe8588fa4af269c8ce6d93f2395c63798af6f8199a2e63ffb3e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a931cbf33e18dfe57116f9ee7bb3e19b2073549f42e1cacad0dcf768d8a1f940d4e612ad422855fa678ab98052d101fc8c4f3cf5f950828ca127261f4e0f6df6
|
|
7
|
+
data.tar.gz: 7937da4366c2918762f5064a1ea4b22cd962589975711728f89581f9801b7b2412abe3044c8377329676233ba24581abdf5e2f6eb3954dadb084bf963799bcbc
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: createsend-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Scott
|
|
8
8
|
- Rory MacDonald
|
|
9
|
+
- Martin Vandersteen
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -167,6 +168,7 @@ dependencies:
|
|
|
167
168
|
version: 0.13.0
|
|
168
169
|
description: ''
|
|
169
170
|
email:
|
|
171
|
+
- martin@koalect.com
|
|
170
172
|
- andrew@madetech.co.uk
|
|
171
173
|
- rory@madetech.co.uk
|
|
172
174
|
executables: []
|