libroute 0.1.0 → 0.1.1
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 +2 -2
- data/lib/libroute/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 08e99f7f375c0bbcc8bfa15eb0203ec1a8dfb98d
|
|
4
|
+
data.tar.gz: 57d3405db2dadb266c2199b4bafba5e2e9427be0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53d75a0904eb27b5eb59f4668e39627d1d61012119c978380aabc6a832305879d4bd04bb462cd35e686209cac11e3451d7bb98614cc7d1d45777d1dd524481ae
|
|
7
|
+
data.tar.gz: 41249a0cc9a2491ef7bf2ce77fd0d1ba06095cf8c6e84f9558d0a377979dedaf503ed900a3e29c51239f158524f427db9fed732c7bb523f092f627c12e64243a
|
data/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Interact with the library in its native language with a common, straightforward
|
|
|
20
20
|
|
|
21
21
|
Make calls to the library using standard TCP sockets from any platform, anywhere.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
**Quick start tutorial**
|
|
24
24
|
|
|
25
25
|
Visit the {http://libroute.io/getting-started getting started} page for a 5 minute tutorial on using libroute.
|
|
26
26
|
|
|
@@ -106,7 +106,7 @@ See the libroute-component gem for more information on how to do this.
|
|
|
106
106
|
|
|
107
107
|
## Contributing
|
|
108
108
|
|
|
109
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/xsresearch/libroute-ruby
|
|
109
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/xsresearch/libroute-client-ruby
|
|
110
110
|
|
|
111
111
|
## License
|
|
112
112
|
|
data/lib/libroute/version.rb
CHANGED