shelr 0.11.4 → 0.11.5
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +1 -0
- data/README.md +1 -1
- data/TODO.org +2 -0
- data/lib/shelr/version.rb +1 -1
- data/shelr.gemspec +2 -0
- metadata +16 -5
data/.gitignore
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -51,7 +51,7 @@ If You use OS X - install `ttyrec` via homebrew and setup it as recording backen
|
|
51
51
|
|
52
52
|
## Copyright
|
53
53
|
|
54
|
-
|
54
|
+
(Э) 2010, 2011, 2012 Antono Vasiljev and
|
55
55
|
[contributors](https://github.com/antono/shelr/contributors).
|
56
56
|
|
57
57
|
See LICENSE.txt for details.
|
data/TODO.org
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
git clone http://angband.pl/git/termrec
|
4
4
|
http://angband.pl/termrec.html
|
5
5
|
* DONE Think about terminal setup before shellcasting
|
6
|
+
* TODO Re-implement scriptreplay in ruby for BSD/OSX guys
|
7
|
+
* TODO Make all pseudographic fit terminal size
|
6
8
|
* TODO Take in account suggestions from playterm
|
7
9
|
be sure to set your terminal width/height to 80x24 or 120x35
|
8
10
|
to get rid of your prompt type 'export PS1="playterm $ "'
|
data/lib/shelr/version.rb
CHANGED
data/shelr.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shelr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,8 +11,19 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2012-03-
|
15
|
-
dependencies:
|
14
|
+
date: 2012-03-18 00:00:00.000000000 Z
|
15
|
+
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
17
|
+
name: log4r
|
18
|
+
requirement: &18858160 !ruby/object:Gem::Requirement
|
19
|
+
none: false
|
20
|
+
requirements:
|
21
|
+
- - ! '>='
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 1.6.5
|
24
|
+
type: :runtime
|
25
|
+
prerelease: false
|
26
|
+
version_requirements: *18858160
|
16
27
|
description: Screencast utility for unix shell junkies
|
17
28
|
email: self@antono.info
|
18
29
|
executables:
|
@@ -62,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
73
|
version: '0'
|
63
74
|
segments:
|
64
75
|
- 0
|
65
|
-
hash: -
|
76
|
+
hash: -4241738034895293287
|
66
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
78
|
none: false
|
68
79
|
requirements:
|
@@ -71,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
82
|
version: '0'
|
72
83
|
segments:
|
73
84
|
- 0
|
74
|
-
hash: -
|
85
|
+
hash: -4241738034895293287
|
75
86
|
requirements: []
|
76
87
|
rubyforge_project:
|
77
88
|
rubygems_version: 1.8.17
|