diff --git a/Changelog.md b/CHANGELOG.md similarity index 100% rename from Changelog.md rename to CHANGELOG.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c59fb3..e520441 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,4 +4,4 @@ * The best help we could get from everyone is in writing more and more samples. We have a limited set of samples, and would appreciate if the community can help us write more and more of those, covering corner cases, that may be extremely useful to anyone using this SDK. * The ideal approach to create a fix would be to fork the repository, create a branch in your repository, and make a pull request out of it. * It is desirable if there is enough comments/documentation and Tests included in the pull request. -* For general idea of contribution, please follow the guidelines mentioned [here](https://guides.github.com/activities/contributing-to-open-source/). \ No newline at end of file +* For general idea of contribution, please follow the guidelines mentioned [here](https://guides.github.com/activities/contributing-to-open-source/). diff --git a/Gemfile b/Gemfile index d40045b..d091120 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'releasinator', '~> 0.5' +gem 'releasinator', '~> 0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 3e8a135..0e6bf2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: addressable (2.4.0) - colorize (0.7.7) + colorize (0.8.1) configatron (4.5.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) @@ -12,7 +12,7 @@ GEM octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) redcarpet (3.3.4) - releasinator (0.5.0) + releasinator (0.6.2) colorize (~> 0.7) configatron (~> 4.5) json (~> 1.8) @@ -31,7 +31,7 @@ PLATFORMS ruby DEPENDENCIES - releasinator (~> 0.5) + releasinator (~> 0.6) BUNDLED WITH - 1.12.3 + 1.12.5 diff --git a/sample/doc/billing/CreateBillingAgreementWithCreditCard.html b/sample/doc/billing/CreateBillingAgreementWithCreditCard.html index e7950d3..a44290c 100644 --- a/sample/doc/billing/CreateBillingAgreementWithCreditCard.html +++ b/sample/doc/billing/CreateBillingAgreementWithCreditCard.html @@ -77,4 +77,4 @@ Please note that the plan Id should be only set in this case.
NOTE: PLEASE DO NOT USE RESULTPRINTER CLASS IN YOUR ORIGINAL CODE. FOR SAMPLE ONLY