whmcs-api 0.0.2 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6e986d4bb28d588b2c7b31935e004d36bdcb9d7
4
- data.tar.gz: a44d73732ff8465d7d6f678482a9033ed9e20212
3
+ metadata.gz: be95938266d27ea43d1519cf164650e09ce490f0
4
+ data.tar.gz: 5511f10fc8a89cb5a446e97aab7c55678dd1bfcf
5
5
  SHA512:
6
- metadata.gz: e9bb016462637d9aca2f23864ed30f6402293fb70cb5df27ebfd755983527cc468372127f195579a4f5b8f5f3740ac8e938011ef8f97dec53d0ff0c48d2dfe91
7
- data.tar.gz: 06e723247c4e86ec384cf05dcd8616853c6ba091709f57aa415dbd6076629414d99fdd32e40fde7881bcc469d6ab4d72fcd2d530f9e3bb663efc1cbf6ac5e8d8
6
+ metadata.gz: b770c0cf248f8af0a98162f6ddbe01a858c2c87e83d042cd239a21d9efaa03b321476256194f8d7b6ccee36b6ba14cd9b36a9245c35daeb8b743f5e0865dc4aa
7
+ data.tar.gz: 09a9950180d252215b226b532dcd69b97c4da00c30ac37b4d4ef981046437b491b53d5e281a2c2637159717acb87b26a4b449c17510351fc428cec9d63201031
File without changes
@@ -1,6 +1,6 @@
1
1
  module WHMCS
2
- class Announcement < Base
3
- # Add Announcement
2
+ class Announcement < Base
3
+ # Add Announcement
4
4
  # This command is used to Add a new announcement to the system
5
5
  #
6
6
  # Parameters:
@@ -20,7 +20,7 @@ module WHMCS
20
20
  send_request(params)
21
21
  end
22
22
 
23
- # Update Announcement
23
+ # Update Announcement
24
24
  #
25
25
  # Parameters:
26
26
  # * <tt>:announcementid</tt> - ID of the announcement to edit
@@ -1,3 +1,3 @@
1
1
  module WHMCS #:nodoc:
2
- VERSION = Version = '0.0.2'
2
+ VERSION = Version = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whmcs-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Vystavkin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-02 00:00:00.000000000 Z
11
+ date: 2014-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: crack
@@ -59,7 +59,7 @@ files:
59
59
  - lib/whmcs/quote.rb
60
60
  - lib/whmcs/ticket.rb
61
61
  - lib/whmcs/version.rb
62
- - lib/whmcs.rb
62
+ - lib/whmcs-api.rb
63
63
  - test/test_helper.rb
64
64
  - test/whmcs_announcement_test.rb
65
65
  - test/whmcs_test.rb