diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e95c259..0000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: ruby -rvm: - - 2.0.0-p247 - - 2.1.0 diff --git a/Gemfile b/Gemfile index 88d1a1f..c81cc22 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,4 @@ source 'https://rubygems.org' gemspec gem 'minitest' gem 'rake' -gem 'coveralls', require: false gem 'rdoc' diff --git a/Gemfile.lock b/Gemfile.lock index 005a75a..ce3f9c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - whmcs-api (0.0.5) + whmcs-api (0.1.2) crack (> 0.1.8) GEM @@ -20,7 +20,8 @@ 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) @@ -28,6 +29,7 @@ GEM 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) @@ -62,4 +64,4 @@ DEPENDENCIES whmcs-api! BUNDLED WITH - 1.17.2 + 2.3.6 diff --git a/lib/whmcs/version.rb b/lib/whmcs/version.rb index 194144b..9f29d4c 100644 --- a/lib/whmcs/version.rb +++ b/lib/whmcs/version.rb @@ -1,3 +1,3 @@ module WHMCS #:nodoc: - VERSION = Version = '0.1.2' + VERSION = Version = '2.0.0' end diff --git a/whmcs-api.gemspec b/whmcs-api.gemspec index e47a555..82afc7e 100644 --- a/whmcs-api.gemspec +++ b/whmcs-api.gemspec @@ -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 = 'andrey.vystavkin@gmail.com'