globessl 1.0.1 → 1.0.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/README.md +5 -3
- data/lib/globessl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce9481d17881fac4d176b48318b2dbe04f5070cb
|
|
4
|
+
data.tar.gz: ee95118ef148ba8f0b264139ab816855b9be13a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5877cca480cbf2b427cc2faf31ff8673d23df8a8d4085072e158417bd092df2d85a16de194599c617583b543658c636fbfa0ebc05f6e24f204cb2480e2640ef8
|
|
7
|
+
data.tar.gz: 5084667777101884b8e9f2441b2d31cad51875a85245894fc56d9b379d14f03f9b32442905ad47d7ced56c3131240008ee9bb50676635d80b12164427d257708
|
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](https://badge.fury.io/rb/globessl)
|
|
2
|
+
|
|
1
3
|
# GlobeSSL Client
|
|
2
4
|
The **GlobeSSL Client** is a Ruby API client for GlobeSSL CA resellers. This client provides almost all of the functionality exposed by version 2 of their API. To use this client you will need an API key.
|
|
3
5
|
|
|
@@ -13,13 +15,13 @@ To find out more about GlobeSSL CA please visit their [website](https://www.glob
|
|
|
13
15
|
|
|
14
16
|
## Installation
|
|
15
17
|
To install add the line to your `Gemfile`:
|
|
16
|
-
```
|
|
18
|
+
```
|
|
17
19
|
gem 'globessl'
|
|
18
20
|
```
|
|
19
21
|
And call `bundle install`.
|
|
20
22
|
|
|
21
23
|
Alternatively, you can install it from the terminal:
|
|
22
|
-
```
|
|
24
|
+
```
|
|
23
25
|
gem install globessl
|
|
24
26
|
```
|
|
25
27
|
|
|
@@ -371,7 +373,7 @@ You will need to check if the product is returned by the `GlobeSSL::Products` cl
|
|
|
371
373
|
- Test suite with mocks for CI/CD scenarios.
|
|
372
374
|
|
|
373
375
|
## Acknowledgements
|
|
374
|
-
#### Version 1.0.
|
|
376
|
+
#### Version 1.0.2
|
|
375
377
|
- Jurgen Jocubeit - President & CEO, [Brightcommerce, Inc.](http://brightcommerce.com)
|
|
376
378
|
- Zoltan Egresi - CTO, [GlobeSSL CA](https://globessl.com) (API guidance and live testing assistance)
|
|
377
379
|
|
data/lib/globessl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: globessl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jurgen Jocubeit
|
|
@@ -77,6 +77,6 @@ rubyforge_project:
|
|
|
77
77
|
rubygems_version: 2.4.5
|
|
78
78
|
signing_key:
|
|
79
79
|
specification_version: 4
|
|
80
|
-
summary: GlobeSSL Ruby Client v1.0.
|
|
80
|
+
summary: GlobeSSL Ruby Client v1.0.2
|
|
81
81
|
test_files: []
|
|
82
82
|
has_rdoc:
|