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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0090a506b6a08989f1e1461d3ae28221f2e4038fa2e1b23ecf323bcf460ca6a6'
4
- data.tar.gz: 9780f8ca438b40e5001078294d5231a886adad715ba5e8814b61de4f4371aa9c
3
+ metadata.gz: 9d30dc34d7acedf0eaeb47b176183ef68c1160d526d74c1fc7d461c0b6c92a94
4
+ data.tar.gz: 4f769d14a410d93685e7052e70f5a73808681818e6333373cf12771ffd16d71c
5
5
  SHA512:
6
- metadata.gz: 24eb98341a03e0cf2ccee25d4b1a309b11d975748bc53fbe23ca456201c4a720229c279f1a11b5d58c97c1753fb7ddfd8cc085e18eab149c5be7d3cfb83b561e
7
- data.tar.gz: 8454924fc4e5795f722ac935eba74444e435c4ff96573654f8ce9a701697a4fde5d43f3d8b8c71bf594520f8ea93c2e8cc88e0216e806afa988553a97163a455
6
+ metadata.gz: c2f869621b1e65c3a63e17556fb0a99cb69751388dfea2a120a3cd13e12cf9dbebde277249e5d392a5fafd9ef99e5ebf5e5792ca29b2a71922970a5c488a68cd
7
+ data.tar.gz: e013ab80f52e178a7eeaede857423046c549c133e84be6f35d17b36dae191db4c85548ecc990febfd5b79ed7e92b6097d52e4a93a836da1db055e2133602a63e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- challonge_user_rails (0.1.2)
4
+ challonge_user_rails (0.1.3)
5
5
  faraday (~> 1.7)
6
6
  faraday_middleware (~> 1.1)
7
7
 
@@ -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 Challong API users.}
10
- spec.description = %q{Used for Avion Project using api wrappers.}
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")
@@ -76,6 +76,5 @@ module ChallongeUserRails
76
76
  { code: err.response[:status], status: err.response[:headers][:status], data: JSON.parse(err.response[:body])["errors"]["detail"] }
77
77
  end
78
78
 
79
-
80
79
  end
81
80
  end
@@ -1,5 +1,4 @@
1
1
  module ChallongeUserRails
2
2
  class Error
3
-
4
3
  end
5
- end
4
+ end
@@ -1,3 +1,3 @@
1
1
  module ChallongeUserRails
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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: Used for Avion Project using api wrappers.
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 Challong API users.
87
+ summary: This is a simple API wrapper for Challonge API users.
88
88
  test_files: []