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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/libroute/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d093523558122cc8e521e21c316f93bf3289e1a
4
- data.tar.gz: 7b7989390d2ae25b6afc9297904bae9447dac209
3
+ metadata.gz: 08e99f7f375c0bbcc8bfa15eb0203ec1a8dfb98d
4
+ data.tar.gz: 57d3405db2dadb266c2199b4bafba5e2e9427be0
5
5
  SHA512:
6
- metadata.gz: eba54ff35cefb2409f9979d72ef9eaf2e16f6a4632faf78449e3ff72587ef681c7df35efe8c04a25a319fe16993b34b5131929ffd9091fc19d770567382d4c5f
7
- data.tar.gz: 733c25332d5d443eeccc855a31355405a84d656e6a2cc1dade50e05ed7c38743ec21d19a67481b51c9c9c3e088647bc97cb011bfd5f1809ec062f233482e8f45
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
- #### Quick start tutorial
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-client.
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
 
@@ -1,3 +1,3 @@
1
1
  module Libroute
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libroute
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Lisk (XS Research Ltd)