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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -3
  3. data/lib/globessl/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ab974923f3b0558a6f625a7d86ff758e2c408a10
4
- data.tar.gz: e284db82556815a2c109ea76e2c097c281a7922e
3
+ metadata.gz: ce9481d17881fac4d176b48318b2dbe04f5070cb
4
+ data.tar.gz: ee95118ef148ba8f0b264139ab816855b9be13a5
5
5
  SHA512:
6
- metadata.gz: 534a65cec8f591f3c5748aff65c09845850910b5a4bd5b4d330a7b797518f96e94293e026ae2f4ae49ccc3a256d9768776fb88957d16c86ff8ed4118b3448c9b
7
- data.tar.gz: 40bb403c130064d99027308adfadb1e63d58b392ac1b2c19c5981a133e91c050e79c8d4e7cfaacfbebea3ad25f98fa27daa35ac8f9fd49926eafa470b93614bd
6
+ metadata.gz: 5877cca480cbf2b427cc2faf31ff8673d23df8a8d4085072e158417bd092df2d85a16de194599c617583b543658c636fbfa0ebc05f6e24f204cb2480e2640ef8
7
+ data.tar.gz: 5084667777101884b8e9f2441b2d31cad51875a85245894fc56d9b379d14f03f9b32442905ad47d7ced56c3131240008ee9bb50676635d80b12164427d257708
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/globessl.svg)](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
- ```bash
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
- ```bash
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.1
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
 
@@ -2,7 +2,7 @@ module GlobeSSL
2
2
  module VERSION
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
  REVISION = nil
7
7
  STRING = [MAJOR, MINOR, TINY, REVISION].compact.join('.')
8
8
  SUMMARY = "GlobeSSL Ruby Client v#{STRING}"
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.1
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.1
80
+ summary: GlobeSSL Ruby Client v1.0.2
81
81
  test_files: []
82
82
  has_rdoc: