minestat 2.2.4 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (8) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +8 -0
  3. data/ChangeLog.md +55 -0
  4. data/License.txt +674 -0
  5. data/ReadMe.md +60 -0
  6. data/example.rb +18 -0
  7. data/lib/minestat.rb +425 -171
  8. metadata +16 -8
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minestat
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.4
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lloyd Dilley
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-02 00:00:00.000000000 Z
11
+ date: 2023-02-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: MineStat polls Minecraft server data such as version, motd, current players,
14
14
  and max players.
@@ -16,14 +16,22 @@ email:
16
16
  - minecraft@frag.land
17
17
  executables: []
18
18
  extensions: []
19
- extra_rdoc_files: []
19
+ extra_rdoc_files:
20
+ - ChangeLog.md
21
+ - License.txt
22
+ - ReadMe.md
20
23
  files:
24
+ - ".yardopts"
25
+ - ChangeLog.md
26
+ - License.txt
27
+ - ReadMe.md
28
+ - example.rb
21
29
  - lib/minestat.rb
22
30
  homepage: https://github.com/FragLand/minestat
23
31
  licenses:
24
32
  - GPL-3.0
25
33
  metadata: {}
26
- post_install_message:
34
+ post_install_message:
27
35
  rdoc_options: []
28
36
  require_paths:
29
37
  - lib
@@ -31,15 +39,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
31
39
  requirements:
32
40
  - - ">="
33
41
  - !ruby/object:Gem::Version
34
- version: '0'
42
+ version: 2.2.0
35
43
  required_rubygems_version: !ruby/object:Gem::Requirement
36
44
  requirements:
37
45
  - - ">="
38
46
  - !ruby/object:Gem::Version
39
47
  version: '0'
40
48
  requirements: []
41
- rubygems_version: 3.2.5
42
- signing_key:
49
+ rubygems_version: 3.3.7
50
+ signing_key:
43
51
  specification_version: 4
44
52
  summary: Minecraft server status checker
45
53
  test_files: []