faxage 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ddc13458c6a5240635be1aa1f7c8e7aec3e794121f399fb7b985aa426c72c44
4
- data.tar.gz: 226ad755e313625fa171771ea213e3d2a7b1333f702c01ff14763939274cebb5
3
+ metadata.gz: 03e1ea82916fd2129f4ba45c6c5941103a5c9b3740d8ff693cd55c85766bf6c0
4
+ data.tar.gz: f7f68525bf09e1f4f26eb7823dcac015f079e69fd73054aad76383c885194f3a
5
5
  SHA512:
6
- metadata.gz: ad8704196cd2d4f200d4258d21546436287057a5318164899e376b139bdd987c1bdbb1e8cbc792630683c2a4442483ae02ecbfdd3cae4f83f2de7be018792190
7
- data.tar.gz: 233e11214f064bc0b6901a595af546462fc6b9d4c546caa080792c5b7007ce8c420c35531bf488cf9c3ff06805b6662153bf44889c05a8461bfe62107ae32b89
6
+ metadata.gz: 3ac1eb727374238da959b6b4c43f4bd83df8eeb58cfe0776490cd496393b2c404f097b4a73eaf6c570529a825ed50c4d4c9c46a7ad52d6940b8e89d65832efc9
7
+ data.tar.gz: 8fcf98f9e153e7c7dd4a26cc36bf2a537453b4bd7c85397113da64c446ba6eb10c0a4312985343f9d50c2f305f9e4d4bfebe805ab5b6528d5efd3d694bceeb6d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- faxage (1.0.0)
4
+ faxage (1.0.1)
5
5
  httparty
6
6
 
7
7
  GEM
@@ -7,7 +7,7 @@ module Faxage
7
7
 
8
8
  attr_reader :username, # Assigned FAXAGE username
9
9
  :company, # Assigned FAXAGE company credential
10
- :password, # Assigned FAXAGE password
10
+ :password # Assigned FAXAGE password
11
11
 
12
12
  def initialize(username:, company:, password:)
13
13
  @username = username
@@ -1,3 +1,3 @@
1
1
  module Faxage
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faxage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Dias