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 +4 -4
- data/guitarparty_client.gemspec +1 -1
- data/lib/guitarparty_client/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26bbdb4f7cd567ac5ef695f578908bbc74f84a27
|
|
4
|
+
data.tar.gz: 6284c5899c48df5df91e1a9395755cb2dfacfce4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44c0d96eae2b3a2fb3f7d31e3b7f142f6bac0d3d07fd0498a513304445e07b73ceffd00a2ddc6ef382e9443f84b65cd09ed835f1d69b8aca7773875913f0bd95
|
|
7
|
+
data.tar.gz: 4ec17122584e24df2c070ef59ed002744f4d04795329793c71600d2f77c3a239d27d7040587d4b4b58eab07e0d670e275a9e54113fa1ba49a35a3e3f006c15d5
|
data/guitarparty_client.gemspec
CHANGED
|
@@ -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
|
|
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.
|
|
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: []
|