alchemy-news-sdk 0.1.1 → 0.1.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
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bc516e30514ce2eb7b4516bb6bb46fed09b5058
|
|
4
|
+
data.tar.gz: b92f70f8a25b66f3086101042058d589f8cbd4ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e924c551a15ff1f54f0b897bafdfd80123b2e1ba8157e403a7693865a999adcf30e031adcc26f0b04edd5271958e5b00e692080b3aa2e0a6e34cfdd787c81bc2
|
|
7
|
+
data.tar.gz: 008294e6c9134ec625a0e08922b445823585899469853e6c1548d9c49e9a21ee729d0548f76654817b8f8ffe31fd05318d50b442e6ac66774f879f20e38f09fc
|
metadata
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alchemy-news-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
+
- Matt Kantor
|
|
7
8
|
- Propellerhead Interactive
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
12
|
date: 2015-11-10 00:00:00.000000000 Z
|
|
12
13
|
dependencies: []
|
|
13
|
-
description: Alchemy News API SDK to access the
|
|
14
|
+
description: Alchemy News API SDK to access the API
|
|
14
15
|
email: matt@propellerhead.ca
|
|
15
16
|
executables: []
|
|
16
17
|
extensions: []
|
|
17
18
|
extra_rdoc_files: []
|
|
18
19
|
files:
|
|
19
20
|
- lib/alchemy-news-sdk.rb
|
|
20
|
-
homepage: https://
|
|
21
|
+
homepage: https://github.com/Propellerhead-Interactive/alchemy-news-sdk
|
|
21
22
|
licenses:
|
|
22
23
|
- MIT
|
|
23
24
|
metadata: {}
|
|
@@ -40,5 +41,5 @@ rubyforge_project:
|
|
|
40
41
|
rubygems_version: 2.4.7
|
|
41
42
|
signing_key:
|
|
42
43
|
specification_version: 4
|
|
43
|
-
summary: Alchemy News API SDK to access the
|
|
44
|
+
summary: Alchemy News API SDK to access the API
|
|
44
45
|
test_files: []
|