guitarparty_client 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a53868d88895e9ae0dbb3feb498069bf1cf68d5a
4
- data.tar.gz: bc50b4515b463e854b0d797a1126ae3f426a9d6b
3
+ metadata.gz: 26bbdb4f7cd567ac5ef695f578908bbc74f84a27
4
+ data.tar.gz: 6284c5899c48df5df91e1a9395755cb2dfacfce4
5
5
  SHA512:
6
- metadata.gz: cfb98f91ee3aac10087f4dc9c3f768efbb178518f1e34590eb0d901d71bcac49e3a0ac7982ac1310f5c5c5d2a25799c8a9a6d7bd3be6d29943f9467da8b80b49
7
- data.tar.gz: c98347a2e8d8ffe7ddee00322284e1ba40e82c566a606d048f2e91372b93429052847c2af714a4d16f9ba5807f0591881902a05a2b4aaa1c73b60e73ef43af9d
6
+ metadata.gz: 44c0d96eae2b3a2fb3f7d31e3b7f142f6bac0d3d07fd0498a513304445e07b73ceffd00a2ddc6ef382e9443f84b65cd09ed835f1d69b8aca7773875913f0bd95
7
+ data.tar.gz: 4ec17122584e24df2c070ef59ed002744f4d04795329793c71600d2f77c3a239d27d7040587d4b4b58eab07e0d670e275a9e54113fa1ba49a35a3e3f006c15d5
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["trgray9@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A ruby wrapper for the Guitarparty API}
13
- spec.description = %q{Provides an easy to use Ruby gem to interact with the Guitarparty API}
13
+ spec.description = %q{Provides an easy to use Ruby gem to interact with the Guitarparty API. To see usage information and view the source code, please go to https://github.com/trgray9/guitarparty-ruby-wrapper.}
14
14
  spec.homepage = "https://github.com/trgray9/guitarparty-ruby-wrapper"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,5 +1,5 @@
1
1
  class GuitarpartyClient
2
2
  module Version
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guitarparty_client
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
  - Toby
@@ -122,7 +122,8 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: Provides an easy to use Ruby gem to interact with the Guitarparty API
125
+ description: Provides an easy to use Ruby gem to interact with the Guitarparty API.
126
+ To see usage information and view the source code, please go to https://github.com/trgray9/guitarparty-ruby-wrapper.
126
127
  email:
127
128
  - trgray9@gmail.com
128
129
  executables: []