Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ source 'https://rubygems.org'
gemspec
gem 'minitest'
gem 'rake'
gem 'coveralls', require: false
gem 'rdoc'
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
whmcs-api (0.0.5)
whmcs-api (0.1.2)
crack (> 0.1.8)

GEM
Expand All @@ -20,14 +20,16 @@ GEM
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
crack (0.4.4)
crack (0.4.5)
rexml
docile (1.3.2)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
json (2.3.1)
minitest (5.14.2)
rake (13.0.1)
rdoc (6.2.1)
rexml (3.2.5)
shoulda (4.0.0)
shoulda-context (~> 2.0)
shoulda-matchers (~> 4.0)
Expand Down Expand Up @@ -62,4 +64,4 @@ DEPENDENCIES
whmcs-api!

BUNDLED WITH
1.17.2
2.3.6
2 changes: 1 addition & 1 deletion lib/whmcs/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WHMCS #:nodoc:
VERSION = Version = '0.1.2'
VERSION = Version = '2.0.0'
end
2 changes: 1 addition & 1 deletion whmcs-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = WHMCS::Version
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = 'whmcs-api: Ruby bindings for the WHMCS API'
s.homepage = 'https://github.com/jujav4ik/whmcs-api'
s.homepage = 'https://github.com/anvyst/whmcs-api'
s.authors = ['Andrey Vystavkin']
s.email = '[email protected]'

Expand Down