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 CHANGED
@@ -4,3 +4,4 @@ pkg/*
4
4
  .yardoc
5
5
  doc
6
6
  vendor/bundle
7
+ TAGS
data/Gemfile CHANGED
@@ -1,5 +1,7 @@
1
1
  source "http://rubygems.org"
2
2
 
3
+ gem 'json'
4
+
3
5
  group :development, :test do
4
6
  gem "rspec"
5
7
  gem "aruba", :git => 'git://github.com/cucumber/aruba.git'
data/Gemfile.lock CHANGED
@@ -59,6 +59,7 @@ DEPENDENCIES
59
59
  aruba!
60
60
  bundler
61
61
  jeweler
62
+ json
62
63
  mocha
63
64
  rspec
64
65
  simplecov
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
- Copyright (Э) 2010, 2011, 2012 Antono Vasiljev and
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
@@ -1,3 +1,3 @@
1
1
  module Shelr
2
- VERSION = '0.11.4'
2
+ VERSION = '0.11.5'
3
3
  end
data/shelr.gemspec CHANGED
@@ -15,4 +15,6 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = Shelr::VERSION
17
17
  gem.license = "GPLv3"
18
+
19
+ gem.add_dependency('log4r', '>= 1.6.5')
18
20
  end
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
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-09 00:00:00.000000000 Z
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: -1319586868022055106
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: -1319586868022055106
85
+ hash: -4241738034895293287
75
86
  requirements: []
76
87
  rubyforge_project:
77
88
  rubygems_version: 1.8.17