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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a72f64b05fbae46266299815ff2e34d699498cf2
4
- data.tar.gz: 7985cd2648c0f6fa7dae75afd588159b9229ec42
3
+ metadata.gz: 97a92278d9dcbc0d2f01a68e68fb65dfcac25d4e
4
+ data.tar.gz: 219531744096f1e0005a474509146340e92510c9
5
5
  SHA512:
6
- metadata.gz: a7ffc367b16600ffbd85787c81a8eca02ed8e210ff53f6a3de8a629045dc4ee7487e6dd5f881646c360e032d69770b82eb6a94dcf9b6a88059f1add7fd626793
7
- data.tar.gz: a9b9402a998c642a73457600f4e534237c6c7385199e18bf410a64cff7557926c5ea437faaed6a94177e89b8b8ef678ce6f12c8e472683c4c5cf1f9de41d5367
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
- Run it as...
21
- ```sh
22
- $ twitch_plays --config-file FILE 2> irc.log
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
@@ -1,3 +1,3 @@
1
1
  module TwitchPlays
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
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.0
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: 2014-10-13 00:00:00.000000000 Z
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
- - bin/twitch_plays~
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.4.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.
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require 'twitch_plays'
3
- Dir.chdir(File.expand_path(File.join(File.dirname(__FILE__), '..')))
4
- TwitchPlays.start