isgd 1.0.2 → 1.0.4
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/CHANGELOG.md +7 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 070a0e2e6ad334da8d2756385fb8fdb184b0c398
|
|
4
|
+
data.tar.gz: b313ea6a9a08a41b0dec0a837b92a2d8c556909a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7aa2591c91e64fc9b6fb6e5d2774ca1b99cb7739d5c545525623e8a877264fbbc197ddd82ce52c661c38ec1abef44b0b27f9a1d8e9d90c7860c78c06a5896ac0
|
|
7
|
+
data.tar.gz: ca9464aaeb98429606203c3cfbbc6194bb4c39b7f628ee76ab348e185514076db1a88e1c633640fcfc80f1207844958e487e6cc7fd4b3ae9f603ee253772f0d4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
## Version 1
|
|
3
|
+
### Version 1.0.4
|
|
4
|
+
* Bump HTTPClient version.
|
|
5
|
+
|
|
6
|
+
### Version 1.0.3
|
|
7
|
+
* Pessimistic version requirement.
|
|
8
|
+
|
|
3
9
|
### Version 1.0.2
|
|
4
10
|
* License as MIT
|
|
5
11
|
|
|
@@ -7,4 +13,4 @@
|
|
|
7
13
|
* Require HTTPClient 2.7.1
|
|
8
14
|
|
|
9
15
|
### 1.0.0
|
|
10
|
-
* Initial release.
|
|
16
|
+
* Initial release.
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: isgd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eli Foster
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpclient
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.
|
|
19
|
+
version: '2.8'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.
|
|
26
|
+
version: '2.8'
|
|
27
27
|
description: Accessing the isgd API through HTTPClient.
|
|
28
28
|
email: elifosterwy@gmail.com
|
|
29
29
|
executables: []
|