challonge_user_rails 0.1.2 → 0.1.3
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/Gemfile.lock +1 -1
- data/challonge_user_rails.gemspec +2 -2
- data/lib/challonge_user_rails/client.rb +0 -1
- data/lib/challonge_user_rails/error.rb +1 -2
- data/lib/challonge_user_rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d30dc34d7acedf0eaeb47b176183ef68c1160d526d74c1fc7d461c0b6c92a94
|
4
|
+
data.tar.gz: 4f769d14a410d93685e7052e70f5a73808681818e6333373cf12771ffd16d71c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2f869621b1e65c3a63e17556fb0a99cb69751388dfea2a120a3cd13e12cf9dbebde277249e5d392a5fafd9ef99e5ebf5e5792ca29b2a71922970a5c488a68cd
|
7
|
+
data.tar.gz: e013ab80f52e178a7eeaede857423046c549c133e84be6f35d17b36dae191db4c85548ecc990febfd5b79ed7e92b6097d52e4a93a836da1db055e2133602a63e
|
data/Gemfile.lock
CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
|
|
6
6
|
spec.authors = ["Christian Michael Dollosa"]
|
7
7
|
spec.email = ["dollosa.christian@gmail.com"]
|
8
8
|
|
9
|
-
spec.summary = %q{This is a simple API wrapper for
|
10
|
-
spec.description = %q{
|
9
|
+
spec.summary = %q{This is a simple API wrapper for Challonge API users.}
|
10
|
+
spec.description = %q{This is a simple API wrapper for Challonge API.}
|
11
11
|
spec.homepage = "https://github.com/michael-dollosa/challonge-user-rails"
|
12
12
|
spec.license = "MIT"
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: challonge_user_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christian Michael Dollosa
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.1'
|
41
|
-
description:
|
41
|
+
description: This is a simple API wrapper for Challonge API.
|
42
42
|
email:
|
43
43
|
- dollosa.christian@gmail.com
|
44
44
|
executables: []
|
@@ -84,5 +84,5 @@ requirements: []
|
|
84
84
|
rubygems_version: 3.2.27
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
|
-
summary: This is a simple API wrapper for
|
87
|
+
summary: This is a simple API wrapper for Challonge API users.
|
88
88
|
test_files: []
|