source 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/MIT.LICENSE +21 -0
  3. data/WTFPL.LICENSE +13 -0
  4. data/library/source.rb +1 -1
  5. metadata +23 -42
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ea29ac8a00ed70268cd3b4ba99a9092dea242555da3cbefc6d0aa7065db83d7f
4
+ data.tar.gz: d7f15dcd5ca1db2a78d6f1122c76048f2a413008681c1ca97c6416377b919825
5
+ SHA512:
6
+ metadata.gz: 9385405e27c5103f0d078b58e930bf617220f5321749d9ac34d1d5b3c9593d307c1029bb89c2cfeb9d903455f82a3685211388621a28bf0f651c955be96c8a5f
7
+ data.tar.gz: 66b62d26b7ec3973c5c3160eca8232f8fdae8c3e68f408cf7b3b54c98a841178c26adc43eacca83ae02195665cb23c0a66869c8940a8e364010713480f543646
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Mikkel Kroman <mk@maero.dk>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,13 @@
1
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
+ Version 2, December 2004
3
+
4
+ Copyright (C) 2018 Mikkel Kroman <mk@maero.dk>
5
+
6
+ Everyone is permitted to copy and distribute verbatim or modified
7
+ copies of this license document, and changing it is allowed as long
8
+ as the name is changed.
9
+
10
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
12
+
13
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
@@ -7,7 +7,7 @@ require 'source/server'
7
7
  require 'source/extensions'
8
8
 
9
9
  module Source
10
- class << Version = [1,0]
10
+ class << Version = [1,0,2]
11
11
  def to_s; join '.' end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,69 +1,50 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: source
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 1
7
- - 0
8
- - 1
9
- version: 1.0.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.2
10
5
  platform: ruby
11
- authors:
6
+ authors:
12
7
  - Mikkel Kroman
13
8
  autorequire:
14
9
  bindir: executables
15
10
  cert_chain: []
16
-
17
- date: 2011-08-25 00:00:00 +02:00
18
- default_executable:
11
+ date: 2018-10-27 00:00:00.000000000 Z
19
12
  dependencies: []
20
-
21
13
  description:
22
14
  email: mk@maero.dk
23
15
  executables: []
24
-
25
16
  extensions: []
26
-
27
17
  extra_rdoc_files: []
28
-
29
- files:
18
+ files:
19
+ - MIT.LICENSE
20
+ - WTFPL.LICENSE
30
21
  - library/source.rb
31
22
  - library/source/extensions.rb
32
23
  - library/source/rcon.rb
33
24
  - library/source/server.rb
34
- has_rdoc: true
35
- homepage:
36
- licenses: []
37
-
25
+ homepage: https://github.com/mkroman/source
26
+ licenses:
27
+ - WTFPL
28
+ - MIT
29
+ metadata: {}
38
30
  post_install_message:
39
31
  rdoc_options: []
40
-
41
- require_paths:
32
+ require_paths:
42
33
  - library
43
- required_ruby_version: !ruby/object:Gem::Requirement
44
- none: false
45
- requirements:
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
46
36
  - - ">="
47
- - !ruby/object:Gem::Version
48
- segments:
49
- - 1
50
- - 9
51
- - 1
37
+ - !ruby/object:Gem::Version
52
38
  version: 1.9.1
53
- required_rubygems_version: !ruby/object:Gem::Requirement
54
- none: false
55
- requirements:
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
56
41
  - - ">="
57
- - !ruby/object:Gem::Version
58
- segments:
59
- - 0
60
- version: "0"
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
61
44
  requirements: []
62
-
63
45
  rubyforge_project:
64
- rubygems_version: 1.3.7
46
+ rubygems_version: 2.7.6
65
47
  signing_key:
66
- specification_version: 3
48
+ specification_version: 4
67
49
  summary: Source engine server query library.
68
50
  test_files: []
69
-