sbpanel 0.0.4 → 0.0.5
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 +13 -5
- data/.gitignore +0 -0
- data/Gemfile +0 -0
- data/Gemfile.lock +0 -0
- data/LICENSE +0 -0
- data/README.md +1 -1
- data/Rakefile +0 -0
- data/lib/sbpanel.rb +0 -0
- data/lib/sbpanel/game.rb +4 -4
- data/lib/sbpanel/version.rb +1 -1
- data/public/css/bootstrap.min.css +0 -0
- data/public/css/tablesorter.bootstrap.css +0 -0
- data/public/fonts/glyphicons-halflings-regular.eot +0 -0
- data/public/fonts/glyphicons-halflings-regular.svg +0 -0
- data/public/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/public/fonts/glyphicons-halflings-regular.woff +0 -0
- data/public/js/jquery-1.10.2.min.js +0 -0
- data/public/js/jquery.tablesorter.js +0 -0
- data/public/js/jquery.tablesorter.widgets.js +0 -0
- data/sbpanel.gemspec +0 -0
- data/views/index.erb +0 -0
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
YTZjMmM5ODAzYzc0YTFhYjk3MzFlNTRhZjU0MjAwZjk4YWEzMjJlYg==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NmI5MTA5ZDMxMWI5ZWFkOGEyZTU5MGEzMjM4NTE5NjMwMmJlNzY0YQ==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MTQ1MzFlMGI0YmYzOGIzMzI5N2RiOWI1ZWE5ZTJmNGE0NjJkMDMzNGJkYjEz
|
|
10
|
+
NmJiNDEwNWJlMGZiNjFhZWQyYjY5ZDQ1ZjM4ZmI1ZWFjMzBjZWJhMTdjOTQ1
|
|
11
|
+
Njg3NDhjNjk3YTdmZGM5YTQ1MTVhYzA2YzYxMzY4ODRhMzg1MDg=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
YjM4YTFjNzhkYTU3ZWQ3MWIwNGE3NjZhYWVmNGI1YjdlOTQ3MTllMGY4ZWI3
|
|
14
|
+
ZWY5NTI0YzQ3ZDI4MDVkNGNiNTAwNjQ1ODkyZDYzODI1OTlhZjVkZDY3YjY0
|
|
15
|
+
MjYwZjM4ZWZjZjViMDMxNzk2YWU0ZmZiN2ViMmVlN2E4OTZiNTE=
|
data/.gitignore
CHANGED
|
File without changes
|
data/Gemfile
CHANGED
|
File without changes
|
data/Gemfile.lock
CHANGED
|
File without changes
|
data/LICENSE
CHANGED
|
File without changes
|
data/README.md
CHANGED
data/Rakefile
CHANGED
|
File without changes
|
data/lib/sbpanel.rb
CHANGED
|
File without changes
|
data/lib/sbpanel/game.rb
CHANGED
|
@@ -97,10 +97,10 @@ module SBPanel
|
|
|
97
97
|
def parse_line(line, time)
|
|
98
98
|
events = {
|
|
99
99
|
version: /^Info: Server version '(.+?)'/,
|
|
100
|
-
login: /^Info: Client '(.+?)' <.> \(.+?\) connected$/,
|
|
101
|
-
logout: /^Info: Client '(.+?)' <.> \(.+?\) disconnected$/,
|
|
102
|
-
world: /^Info: Loading world db for world (\S+)/,
|
|
103
|
-
unworld: /^Info: Shutting down world (\S+)/,
|
|
100
|
+
login: /^Info: UniverseServer: Client '(.+?)' <.> \(.+?\) connected$/,
|
|
101
|
+
logout: /^Info: UniverseServer: Client '(.+?)' <.> \(.+?\) disconnected$/,
|
|
102
|
+
world: /^Info: UniverseServer: Loading world db for world (\S+)/,
|
|
103
|
+
unworld: /^Info: UniverseServer: Shutting down world (\S+)/,
|
|
104
104
|
chat: /^Info: <(.+?)> (.+?)$/
|
|
105
105
|
}
|
|
106
106
|
|
data/lib/sbpanel/version.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/sbpanel.gemspec
CHANGED
|
File without changes
|
data/views/index.erb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sbpanel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jaiden Mispy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sinatra
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - '>='
|
|
17
|
+
- - ! '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - '>='
|
|
24
|
+
- - ! '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: webrick
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - '>='
|
|
31
|
+
- - ! '>='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - '>='
|
|
38
|
+
- - ! '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: file-tail
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - '>='
|
|
45
|
+
- - ! '>='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - '>='
|
|
52
|
+
- - ! '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: actionpack
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- - '>='
|
|
59
|
+
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- - '>='
|
|
66
|
+
- - ! '>='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
description: Web status panel for Starbound servers
|
|
@@ -104,17 +104,17 @@ require_paths:
|
|
|
104
104
|
- lib
|
|
105
105
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
106
106
|
requirements:
|
|
107
|
-
- - '>='
|
|
107
|
+
- - ! '>='
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
111
|
requirements:
|
|
112
|
-
- - '>='
|
|
112
|
+
- - ! '>='
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
114
|
version: '0'
|
|
115
115
|
requirements: []
|
|
116
116
|
rubyforge_project:
|
|
117
|
-
rubygems_version: 2.
|
|
117
|
+
rubygems_version: 2.2.1
|
|
118
118
|
signing_key:
|
|
119
119
|
specification_version: 4
|
|
120
120
|
summary: Web status panel for Starbound servers
|