twitch_plays 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -6
- data/{config.yml → example.config.yml} +0 -0
- data/lib/twitch_plays/version.rb +1 -1
- metadata +5 -6
- data/bin/twitch_plays~ +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97a92278d9dcbc0d2f01a68e68fb65dfcac25d4e
|
4
|
+
data.tar.gz: 219531744096f1e0005a474509146340e92510c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82cab59422fb9b8c22b493a7151b7334efc6aea85408e136ae0e9f5e4e0c414b9dc86a813d5376ae5f70e2425ff50a7d485a86bd7b65b36e344f50e1d145e356
|
7
|
+
data.tar.gz: 06aaf68f1332626ca778071c1cb791217202cf8f218b28bbfe6e9acddf6763bbad04477cf5e298e15d96e967d94c7039fb52b4bbb0ed330e3a4fce4543051983
|
data/README.md
CHANGED
@@ -6,19 +6,28 @@ Yet another Twitch Plays Pokemon clone. MMO-ify any game over IRC.
|
|
6
6
|
Prerequisites
|
7
7
|
-------------
|
8
8
|
|
9
|
-
Requires xdotool on Linux.
|
9
|
+
Requires xdotool on Linux and OSX.
|
10
10
|
|
11
11
|
|
12
12
|
Configuration
|
13
13
|
-------------
|
14
14
|
|
15
|
-
See config.yml for an example of a configuration file.
|
15
|
+
See example.config.yml for an example of a configuration file.
|
16
16
|
|
17
17
|
Running
|
18
18
|
-------
|
19
19
|
|
20
|
-
|
21
|
-
|
22
|
-
|
20
|
+
IRC log will be interspersed with the player commands, unless stderr is redirected.
|
21
|
+
|
22
|
+
sh:
|
23
|
+
```Shell
|
24
|
+
$ twitch_plays --config-file FILE 2> /dev/null
|
25
|
+
```
|
26
|
+
cmd.exe:
|
27
|
+
```Batchfile
|
28
|
+
twitch_plays --config-file FILE 2> nul
|
29
|
+
```
|
30
|
+
Powershell:
|
31
|
+
```PowerShell
|
32
|
+
twitch_plays --config-file FILE 2> $null
|
23
33
|
```
|
24
|
-
...to pipe the IRC log to a file, otherwise it will be interspersed with the player commands.
|
File without changes
|
data/lib/twitch_plays/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitch_plays
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rob Steward
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cinch
|
@@ -48,8 +48,7 @@ files:
|
|
48
48
|
- LICENSE
|
49
49
|
- README.md
|
50
50
|
- bin/twitch_plays
|
51
|
-
-
|
52
|
-
- config.yml
|
51
|
+
- example.config.yml
|
53
52
|
- lib/twitch_plays.rb
|
54
53
|
- lib/twitch_plays/os.rb
|
55
54
|
- lib/twitch_plays/os/win.rb
|
@@ -58,7 +57,7 @@ files:
|
|
58
57
|
- lib/twitch_plays/version.rb
|
59
58
|
homepage: https://github.com/filialpails/twitch_plays
|
60
59
|
licenses:
|
61
|
-
- GPL-3.0
|
60
|
+
- GPL-3.0+
|
62
61
|
metadata: {}
|
63
62
|
post_install_message:
|
64
63
|
rdoc_options: []
|
@@ -76,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
75
|
version: '0'
|
77
76
|
requirements: []
|
78
77
|
rubyforge_project:
|
79
|
-
rubygems_version: 2.
|
78
|
+
rubygems_version: 2.6.2
|
80
79
|
signing_key:
|
81
80
|
specification_version: 4
|
82
81
|
summary: Yet another Twitch Plays Pokemon clone.
|
data/bin/twitch_plays~
DELETED