locution-sdk 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06840405aeef0508666e777619ca3cc8bd79b6b7
4
- data.tar.gz: b0facd57a104ed7b79029622330c78fbe6788ed6
3
+ metadata.gz: c432603cc67c33d0df5c39774e944d4b2572adbf
4
+ data.tar.gz: 7ef4db8a73668dbc9d7b57d5e8086335c18e5d10
5
5
  SHA512:
6
- metadata.gz: 07902190ed72416874804827facf02d71c057596b87c77fa1eaa6fd4008d302e5156711bc6b9c764c512db9049235604d06e654a5eca6bfe958ddeadfd53e64d
7
- data.tar.gz: e1b2b251e2708bac4b309f10ce92188642ff05036ab960e1f8f5704aa3c7cc0c5cfb7ffe81f7643f749e9211ba5be4eabf953a90d3a679e9cd7a850575f632ec
6
+ metadata.gz: 97f60581e608766f233c5d67458ad5a9c65ae2a5aacdc4ad6fc5e3ba7398a4c9f7c460984a2067129e33d24d0bf4a44984f32fa0a5aa4ad9109811fb1f2b38be
7
+ data.tar.gz: 1091047f3631a7b69098f9590390c05ee2f9beba7803a7fc9dec037c9f259ad9dc6d5dbe502c8ea8c2e3ae26fd7489b873e7b707865ce89fad2d4ccac8a47fe1
data/README.md CHANGED
@@ -59,11 +59,6 @@ Before do |scenario|
59
59
  end
60
60
  ```
61
61
 
62
- ## Contributing
63
-
64
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/locution-sdk.
65
-
66
-
67
62
  ## License
68
63
 
69
64
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -1,5 +1,5 @@
1
1
  module Locution
2
2
  module Sdk
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locution-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Haeffner