diff --git a/.semver b/.semver index 2592f0c..887cda1 100644 --- a/.semver +++ b/.semver @@ -1,5 +1,5 @@ --- :major: 0 :minor: 1 -:patch: 2 +:patch: 3 :special: '' diff --git a/Gemfile.lock b/Gemfile.lock index c528723..1ed1e57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,8 +16,12 @@ GEM coderay (1.1.0) diff-lcs (1.2.5) docile (1.1.5) + domain_name (0.5.23) + unf (>= 0.0.5, < 1.0.0) faker (1.4.3) i18n (~> 0.5) + http-cookie (1.0.2) + domain_name (~> 0.5) i18n (0.7.0) method_source (0.8.2) mime-types (2.4.3) @@ -28,16 +32,17 @@ GEM method_source (~> 0.8.1) slop (~> 3.4) rake (10.4.2) - rest-client (1.7.3) + rest-client (1.8.0) + http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) rspec (3.2.0) rspec-core (~> 3.2.0) rspec-expectations (~> 3.2.0) rspec-mocks (~> 3.2.0) - rspec-core (3.2.2) + rspec-core (3.2.3) rspec-support (~> 3.2.0) - rspec-expectations (3.2.0) + rspec-expectations (3.2.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.2.0) rspec-mocks (3.2.1) @@ -51,6 +56,9 @@ GEM simplecov-html (~> 0.9.0) simplecov-html (0.9.0) slop (3.6.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.6) PLATFORMS ruby diff --git a/README.md b/README.md index b60e5c5..a5ac101 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Ruby API wrapper for [Meaning Cloud](https://www.meaningcloud.com/) [API's](ht [![Circle CI](https://circleci.com/gh/TailorBrands/meaning-cloud/tree/master.svg?style=svg)](https://circleci.com/gh/TailorBrands/meaning-cloud/tree/master) [![Code Climate](https://codeclimate.com/github/TailorBrands/meaning-cloud/badges/gpa.svg)](https://codeclimate.com/github/TailorBrands/meaning-cloud) [![Test Coverage](https://codeclimate.com/github/TailorBrands/meaning-cloud/badges/coverage.svg)](https://codeclimate.com/github/TailorBrands/meaning-cloud) ```rb -gem "meaning-cloud", "~> 0.1.2" +gem "meaning-cloud", "~> 0.1.3" ``` ## Missing