meaning-cloud 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 921f04946ca7e64c872d8dad016ba45790f8af1b
4
- data.tar.gz: 98985f49ce3ae9081b0755b6f3e0aeacd66e8c0b
3
+ metadata.gz: 868b7e5cf9209257b0e85f77149aaefa928d9680
4
+ data.tar.gz: 9ab5dd719de56a51f13085b80f2a7ec77554f6b7
5
5
  SHA512:
6
- metadata.gz: f77bc06a56d50e48467ebb318c400d8f7f38a2f0d1e40114ce890ba5cd802d01b2c2d4c94cc31733f2f2ff6ee35fd9ab73a5fd8ba62340af1e4bea806db7545a
7
- data.tar.gz: 107986bac21937a77e848f074c9609e9201ab7ae198fa897bc9ffc78c7bcd4082ed0637537b325097221018f7f3ac727697ae04cac0f8d42d6661421a25af325
6
+ metadata.gz: 09a9a08f2db3eafacb5955d851308f27329bb71c73950744de05fcfeae2478da05bbb329904017f118ec357d4a86a8b3389da7707b7b03182b2174dbef440472
7
+ data.tar.gz: d7786bafecbc27754137df9f0684e214e90496692d296155b042bf498c7ced14de5284d40e6d2379488948a9c7348e6215b3c829a0ad6907c63620eb0f768144
data/README.md CHANGED
@@ -7,7 +7,7 @@ A Ruby API wrapper for [Meaning Cloud](https://www.meaningcloud.com/) [API's](ht
7
7
  [![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)
8
8
 
9
9
  ```rb
10
- gem "meaning-cloud", "~> 0.1.1"
10
+ gem "meaning-cloud", "~> 0.1.3"
11
11
  ```
12
12
 
13
13
  ## Missing
@@ -47,3 +47,6 @@ This is completely unofficial and is not related to Meaning Cloud in any way.
47
47
  3. Commit your changes (`git commit -am 'Added some feature'`)
48
48
  4. Push to the branch (`git push origin my-new-feature`)
49
49
  5. Create new Pull Request
50
+
51
+ ## About Tailor Brands
52
+ [Check us out!](https://www.tailorbrands.com)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meaning-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nadav Shatz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-18 00:00:00.000000000 Z
11
+ date: 2015-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client