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.
- checksums.yaml +4 -4
- data/README.md +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 868b7e5cf9209257b0e85f77149aaefa928d9680
|
|
4
|
+
data.tar.gz: 9ab5dd719de56a51f13085b80f2a7ec77554f6b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
[](https://circleci.com/gh/TailorBrands/meaning-cloud/tree/master) [](https://codeclimate.com/github/TailorBrands/meaning-cloud) [](https://codeclimate.com/github/TailorBrands/meaning-cloud)
|
|
8
8
|
|
|
9
9
|
```rb
|
|
10
|
-
gem "meaning-cloud", "~> 0.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.
|
|
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-
|
|
11
|
+
date: 2015-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|