PlayerDB 0.0.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ba8dc3f225d8cf5f8917d7a1c7f09e4e9a9b5e0af2476b67edf47f0921187ca1
4
+ data.tar.gz: 61056f1ee574c7ce1e3cc0dbd4f77b95c023f7ff59648d23e75e4b8c70e2ca23
5
+ SHA512:
6
+ metadata.gz: 030ebb3807962d344a7489b61ec4dea01b512479b580f485169e394f43e44f34239b84cab5c4eeb031066f5f9d2f4dedfbb77f6e5f9edc2349b603913f33ee15
7
+ data.tar.gz: a2bff72dbfa0c9cbefed04cd031a786c2f2e8e588b30a3effe32340d9dd98185709c0f5c6f20d2cc3018690149771a990f5b826e211a6134b94ae99b26765b04
@@ -0,0 +1,10 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+ bin/
10
+ test.rb
@@ -0,0 +1,3 @@
1
+ language: ruby
2
+ platform: :jruby
3
+ install: gem install httparty
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in PlayerDB.gemspec
4
+ gemspec
5
+
6
+ gem "rake", "~> 12.0"
7
+ gem 'httparty', '~> 0.18.0'
@@ -0,0 +1,176 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
@@ -0,0 +1,26 @@
1
+ require_relative "./lib/PlayerDB"
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "PlayerDB"
5
+ spec.version = PlayerDB::VERSION
6
+ spec.authors = ["Jinzulen"]
7
+ spec.email = ["Jinzulen@tuta.io"]
8
+ spec.license = "Apache-2.0"
9
+
10
+ spec.summary = %q{Unofficial Ruby Client to interface with the NodeCraft PlayerDB API.}
11
+ spec.description = %q{Unofficial Ruby Client to interface with the NodeCraft PlayerDB API.}
12
+ spec.homepage = "https://github.com/Jinzulen/PlayerDB"
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
+
15
+ spec.metadata["homepage_uri"] = spec.homepage
16
+ spec.metadata["source_code_uri"] = "https://github.com/Jinzulen/PlayerDB"
17
+
18
+ # Specify which files should be added to the gem when it is released.
19
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
20
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
21
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
+ end
23
+ spec.bindir = "exe"
24
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25
+ spec.require_paths = ["lib"]
26
+ end
@@ -0,0 +1,143 @@
1
+ # PlayerDB
2
+ ### Powerful, but simple, unofficial client to interface with the PlayerDB API.
3
+ ![https://api.travis-ci.org/Jinzulen/PlayerDB.svg?branch=master](https://api.travis-ci.org/Jinzulen/PlayerDB.svg?branch=master) [![Maintainability](https://api.codeclimate.com/v1/badges/ce7f5b3cd9f3690180ea/maintainability)](https://codeclimate.com/github/Jinzulen/PlayerDB/maintainability) [![Gem Version](https://badge.fury.io/rb/PlayerDB.svg)](https://badge.fury.io/rb/PlayerDB) ![https://rubygems.org/gems/PlayerDB](https://img.shields.io/gem/dtv/PlayerDB)
4
+
5
+ # 1. Installation
6
+ *Please note that the gem name is case sensitive.*
7
+ ```
8
+ gem install PlayerDB
9
+ ```
10
+
11
+ # 2. Usage Guides
12
+ Firstly, require and initialize the library like so:
13
+ ```ruby
14
+ require "playerdb"
15
+
16
+ @Player = PlayerDB::Client.new
17
+ ```
18
+
19
+ - Grab a Minecraft profile
20
+ ```ruby
21
+ # Always catch exceptions!
22
+ begin
23
+ @Minecraft = @Player.Minecraft("jinzulen")
24
+
25
+ # General profile information
26
+ puts "# General profile information:"
27
+ puts "# ID: #{@Minecraft["id"]}"
28
+ puts "# Raw ID: #{@Minecraft["raw_id"]}"
29
+ puts "# Username: #{@Minecraft["username"]}"
30
+ puts "# Avatar: #{@Minecraft["avatar"]}\n\n"
31
+
32
+ # Name change history
33
+ @History = @Minecraft["meta"]["name_history"]
34
+
35
+ if @History.length > 1
36
+ puts "# Name change history:"
37
+
38
+ @History.each do |n|
39
+ puts "# #{n["name"]} <= Changed at: #{n["changedToAt"]}"
40
+ end
41
+ end
42
+ rescue StandardError => e
43
+ puts "#{e}"
44
+ end
45
+
46
+ # General profile information:
47
+ # ID: f0e60cbe-8f68-4e88-9d46-c60884101cde
48
+ # Raw ID: f0e60cbe8f684e889d46c60884101cde
49
+ # Username: Jinzulen
50
+ # Avatar: https://crafatar.com/avatars/f0e60cbe8f684e889d46c60884101cde
51
+
52
+ # Name change history:
53
+ # AKBAT <= Changed at: N/A (Original username)
54
+ # KhalilGr <= Changed at: 30/04/15 08:51 PM
55
+ # KhalilG <= Changed at: 23/01/16 01:11 PM
56
+ # Jinzulen <= Changed at: 10/10/17 08:24 AM
57
+ ```
58
+
59
+ - Grab a Steam profile
60
+ > profilestate: The visibility status of the user's profile.
61
+
62
+ > personatestate: The user's current online status.
63
+ ```ruby
64
+ # Always catch exceptions!
65
+ begin
66
+ @Steam = @Player.Steam("jinzulen")
67
+
68
+ # Profile
69
+ puts "# Profile:"
70
+ puts "# ID: #{@Steam["id"]}"
71
+ puts "# Username: #{@Steam["username"]}"
72
+ puts "# Avatar: #{@Steam["avatar"]}\n\n"
73
+
74
+ # Misc
75
+ puts "# Miscellaneous:"
76
+ @Steam["meta"].each { |m| puts "# #{m[0]}: #{m[1]}"}
77
+ rescue StandardError => e
78
+ puts "#{e}"
79
+ end
80
+
81
+ # Profile:
82
+ # ID: 76561198262601540
83
+ # Username: Jin
84
+ # Avatar: https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/ff/ffec106a4a3b7dccce217e9c6553b73ce785b90f_full.jpg
85
+
86
+ # Miscellaneous:
87
+ # steam2id: STEAM_0:0:151167906
88
+ # steam2id_new: STEAM_1:0:151167906
89
+ # steam3id: [U:1:302335812]
90
+ # steam64id: 76561198262601540
91
+ # steamid: 76561198262601540
92
+ # communityvisibilitystate: 1
93
+ # profilestate: Private
94
+ # personaname: Jin
95
+ # profileurl: https://steamcommunity.com/id/jinzulen/
96
+ # avatar: https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/ff/ffec106a4a3b7dccce217e9c6553b73ce785b90f.jpg
97
+ # avatarmedium: https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/ff/ffec106a4a3b7dccce217e9c6553b73ce785b90f_medium.jpg
98
+ # avatarfull: https://steamcdn-a.akamaihd.net/steamcommunity/public/images/avatars/ff/ffec106a4a3b7dccce217e9c6553b73ce785b90f_full.jpg
99
+ # personastate: Offline
100
+ ```
101
+
102
+ - Grab an Xbox profile
103
+ ```ruby
104
+ # Always catch exceptions!
105
+ begin
106
+ @Xbox = @Player.Xbox("Stallion83")
107
+
108
+ puts "# Profile:"
109
+ puts "# ID: #{@Xbox["id"]}"
110
+ puts "# Username: #{@Xbox["username"]}"
111
+ puts "# Avatar: #{@Xbox["avatar"]}"
112
+ puts "# Gamer score: #{@Xbox["meta"]["gamerscore"]}"
113
+ puts "# Account tier: #{@Xbox["meta"]["accountTier"]}"
114
+ puts "# Xbox One Rep: #{@Xbox["meta"]["xboxOneRep"]}"
115
+ puts "# Preferred color: #{@Xbox["meta"]["preferredColor"]}"
116
+ puts "# Real name: #{@Xbox["meta"]["realName"]}"
117
+ puts "# Bio: #{@Xbox["meta"]["bio"]}"
118
+ puts "# Tenure level: #{@Xbox["meta"]["tenureLevel"]}"
119
+ puts "# Watermarks: #{@Xbox["meta"]["watermarks"]}"
120
+ puts "# Location: #{@Xbox["meta"]["location"]}"
121
+ puts "# Show user as avatar: #{@Xbox["meta"]["showUserAsAvatar"]}"
122
+ rescue StandardError => e
123
+ puts "#{e}"
124
+ end
125
+
126
+ # Profile:
127
+ # ID: 2745051201447500
128
+ # Username: Stallion83
129
+ # Avatar: https://avatar-ssl.xboxlive.com/avatar/Stallion83/avatarpic-l.png
130
+ # Gamer score: 2126345
131
+ # Account tier: Gold
132
+ # Xbox One Rep: Superstar
133
+ # Preferred color: https://dlassets-ssl.xboxlive.com/public/content/ppl/colors/00009.json
134
+ # Real name: Ray Cox
135
+ # Bio: 1st to 1M & 2M Gamerscore. Mixer Partner Mixer.com/Stallion83
136
+ # Tenure level: 16
137
+ # Watermarks:
138
+ # Location: Knoxville, TN
139
+ # Show user as avatar: 1
140
+ ```
141
+
142
+ # 3. License
143
+ This library is published under the [Apache 2.0](https://github.com/Jinzulen/PlayerDB/blob/master/LICENSE.md) license.
@@ -0,0 +1,2 @@
1
+ require "bundler/gem_tasks"
2
+ task :default => :install
@@ -0,0 +1,35 @@
1
+ module PlayerDB
2
+ class Minecraft < PlayerDB::Client
3
+ def initialize; end
4
+
5
+ def Profile(id)
6
+ if !id.empty?
7
+ begin
8
+ @Data = contact_api("minecraft", id.downcase)
9
+
10
+ # Does this player exist?
11
+ if !@Data["success"] then raise "# [PlayerDB:Minecraft] Mojang API lookup failed; no such player <#{id}> exists." end
12
+
13
+ # Perform some magic to correct the Unix timestamp
14
+ @History = @Data["data"]["player"]["meta"]["name_history"]
15
+
16
+ if @History.length > 1
17
+ @History.each do |n|
18
+ if n["changedToAt"]
19
+ n["changedToAt"] = n["changedToAt"].to_s.delete_suffix!('000')
20
+ n["changedToAt"] = Time.at(n["changedToAt"].to_i).strftime("%d/%m/%y %I:%M %p")
21
+ else
22
+ n["changedToAt"] = "N/A (Original username)"
23
+ end
24
+ end
25
+ end
26
+
27
+ # Return the player data
28
+ @Data["data"]["player"]
29
+ rescue StandardError => e
30
+ puts "# [PlayerDB:Minecraft] Error occurred while contacting API: #{e}"
31
+ end
32
+ else raise "# [PlayerDB:Minecraft] Please input an ID to continue." end
33
+ end
34
+ end
35
+ end
@@ -0,0 +1,28 @@
1
+ module PlayerDB
2
+ class Steam < PlayerDB::Client
3
+ def initialize; end
4
+
5
+ def Profile(id)
6
+ @Status = ["Offline", "Online", "Busy", "Away", "Snooze", "Looking to trade", "Looking to play"]
7
+ @Profile = [nil, "Private", nil, "Public"]
8
+
9
+ if !id.empty?
10
+ begin
11
+ @Data = contact_api("steam", id.downcase)
12
+
13
+ # Does this player exist?
14
+ if !@Data["success"] then raise "# [PlayerDB:Steam] Steam API lookup failed; no such user <#{id}> exists." end
15
+
16
+ # Make the profile and online status suitable for humans
17
+ @Data["data"]["player"]["meta"]["profilestate"] = @Profile[@Data["data"]["player"]["meta"]["profilestate"]]
18
+ @Data["data"]["player"]["meta"]["personastate"] = @Status[@Data["data"]["player"]["meta"]["personastate"]]
19
+
20
+ # Return data
21
+ @Data["data"]["player"]
22
+ rescue StandardError => e
23
+ puts "# [PlayerDB:Steam] Error occurred while contacting API: #{e}"
24
+ end
25
+ else raise "# [PlayerDB:Steam] Please input an ID to continue." end
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,21 @@
1
+ module PlayerDB
2
+ class Xbox < PlayerDB::Client
3
+ def initialize; end
4
+
5
+ def Profile(id)
6
+ if !id.empty?
7
+ begin
8
+ @Data = contact_api("xbox", id.downcase)
9
+
10
+ # Does this player exist?
11
+ if !@Data["success"] then raise "# [PlayerDB:Xbox] Xbox API lookup failed; no such player <#{id}> exists." end
12
+
13
+ # Return the player data
14
+ @Data["data"]["player"]
15
+ rescue StandardError => e
16
+ puts "# [PlayerDB:Xbox] Error occurred while contacting API: #{e}"
17
+ end
18
+ else raise "# [PlayerDB:Xbox] Please input an ID to continue." end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,29 @@
1
+ require "httparty"
2
+
3
+ module PlayerDB
4
+ VERSION = "0.0.2"
5
+
6
+ class Client
7
+ def initialize; end
8
+
9
+ def Xbox(id); PlayerDB::Xbox.new.Profile(id) end
10
+ def Steam(id); PlayerDB::Steam.new.Profile(id) end
11
+ def Minecraft(id); PlayerDB::Minecraft.new.Profile(id) end
12
+
13
+ def contact_api(resource, key)
14
+ begin
15
+ response = HTTParty.get("https://playerdb.co/api/player/#{resource}/#{key}")
16
+
17
+ response.parsed_response
18
+ rescue HTTParty::Error => e
19
+ raise "# [PlayerDB] Failed to retrieve resource: #{e}"
20
+ rescue StandardError => e
21
+ raise "# [PlayerDB] Error occurred: #{e}"
22
+ end
23
+ end
24
+ end
25
+ end
26
+
27
+ require "#{File.expand_path('..', __FILE__)}/Modules/xbox"
28
+ require "#{File.expand_path('..', __FILE__)}/Modules/steam"
29
+ require "#{File.expand_path('..', __FILE__)}/Modules/minecraft"
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: PlayerDB
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Jinzulen
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-04-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Unofficial Ruby Client to interface with the NodeCraft PlayerDB API.
14
+ email:
15
+ - Jinzulen@tuta.io
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".gitignore"
21
+ - ".travis.yml"
22
+ - Gemfile
23
+ - LICENSE.md
24
+ - PlayerDB.gemspec
25
+ - README.md
26
+ - Rakefile
27
+ - lib/Modules/minecraft.rb
28
+ - lib/Modules/steam.rb
29
+ - lib/Modules/xbox.rb
30
+ - lib/PlayerDB.rb
31
+ homepage: https://github.com/Jinzulen/PlayerDB
32
+ licenses:
33
+ - Apache-2.0
34
+ metadata:
35
+ homepage_uri: https://github.com/Jinzulen/PlayerDB
36
+ source_code_uri: https://github.com/Jinzulen/PlayerDB
37
+ post_install_message:
38
+ rdoc_options: []
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: 2.3.0
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ requirements: []
52
+ rubygems_version: 3.0.3
53
+ signing_key:
54
+ specification_version: 4
55
+ summary: Unofficial Ruby Client to interface with the NodeCraft PlayerDB API.
56
+ test_files: []