shellplay 0.1.8 → 0.1.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 456de933403665579e98d255460cdeb1ef9cc320
4
- data.tar.gz: 514500baf022846b90e93b77d2643047d3c2d5ab
3
+ metadata.gz: b429546743e70286b1bdb6e67c0e3d4e85b63659
4
+ data.tar.gz: da81cbe54918ad86864907d9d9d437b9c45995d4
5
5
  SHA512:
6
- metadata.gz: d11f24dcc923ffd8b06584972e6a65b5787ed30bf0816fdccb75bea7716d6ceecdd92b332d494cf3dcd9f072d5bfa1565f5d048fac6904ac55cc95278c9a97c3
7
- data.tar.gz: e8186edeb300b993f2520ea886d7a3cfb74bfcd89f2da1cdcbcbcf72b785053fdd6b0e8b5555f17a72df121d2d65e905f8e47fd1f1c7ed66e5137e23d6fe9b69
6
+ metadata.gz: 3a281d2afdb5deef4f8d72735da87724d19d950235455c558c3d2104dd5e5f04170709659e91148cab78c8377de4b48ce9ce7b35531c885754b4689e826a6263
7
+ data.tar.gz: 3ac0ca13e411291fc28a50ea3967f6f2696432788aac8cb77f2e30b352680d54804ad8c9737279be77ce70b14f71ad6c54f46416ecf8bb25e15de51cbcf92c4a
@@ -1 +1 @@
1
- 2.2.3
1
+ 2.3
@@ -2,5 +2,5 @@ language: ruby
2
2
  bundler_args: --path vendor
3
3
  cache: bundler
4
4
  rvm:
5
- - 1.9.3
6
- - 2.2.3
5
+ - 2.1.9
6
+ - 2.3.1
@@ -1,115 +1,96 @@
1
1
  Shellplay Changelog
2
2
  =========================
3
3
 
4
- v0.1.8 - 2015-12-09
5
- -------------------
4
+ ### v0.1.9 - 2017-07-24
5
+ - update deps on paint gem
6
+
7
+ ### v0.1.8 - 2015-12-09
6
8
  - fix clear screen on linux
7
- - fix command execution to use $SHELL rather than bash
9
+ - fix command execution to use `$SHELL` rather than bash
8
10
  for FreeBSD comopat
9
11
 
10
- v0.1.7 - 2015-11-23
11
- -------------------
12
+ ### v0.1.7 - 2015-11-23
12
13
  - create config dir if it does not exist (first time launch)
13
14
  - add more code documentation
14
15
  - update dependencies
15
16
 
16
- v0.1.6 - 2014-08-19
17
+ ### v0.1.6 - 2014-08-19
17
18
  -------------------
18
19
  - fix display of session prompt
19
20
  - better quit on bash for shellplayer
20
21
 
21
- v0.1.5 - 2014-08-19
22
- -------------------
22
+ ### v0.1.5 - 2014-08-19
23
23
  - better initial prompt for html version
24
24
 
25
- v0.1.4 - 2014-08-19
26
- -------------------
25
+ ### v0.1.4 - 2014-08-19
27
26
  - optimize html export
28
27
  - fix display of prompts in html export
29
28
 
30
- v0.1.3 - 2014-08-19
31
- -------------------
29
+ ### v0.1.3 - 2014-08-19
32
30
  - html export rudimentary but functional
33
31
 
34
- v0.1.2 - 2014-08-18
35
- -------------------
32
+ ### v0.1.2 - 2014-08-18
36
33
  - fix recording that was broken in 0.1.1
37
34
  - add experimental html export
38
35
 
39
- v0.1.1 - 2014-08-17
40
- --------------------
36
+ ### v0.1.1 - 2014-08-17
41
37
  - remove the need for input of prompt and timeformat if they are included in the session
42
38
 
43
- v0.1.0 - 2014-08-17
44
- ----------------------
39
+ ### v0.1.0 - 2014-08-17
45
40
  - first version seems ok, it's running and has been used on the field
46
41
 
47
- v0.0.13 - 2014-08-15
48
- -----------------
42
+ ### v0.0.13 - 2014-08-15
49
43
  - add a `x` command in recorder to cancel a record
50
44
  - add a default prompt at config creation
51
45
  - improve the session selection menu to include remote recording
52
46
  - add a 'type enter to begin' at the first screen
53
47
 
54
- v0.0.12 - 2014-08-15
55
- -----------------
48
+ ### v0.0.12 - 2014-08-15
56
49
  - fix recorder to take account of `cd` properly
57
50
  - fix recorder command execution
58
51
 
59
- v0.0.11 - 2014-08-14
60
- ------------------
52
+ ### v0.0.11 - 2014-08-14
61
53
  - made possible to open a remote json file with `shellplay http://example.com/something.json`
62
54
  - moved config vars (prompt and timeformat) to session file
63
55
 
64
- v0.0.10 - 2014-08-13
65
- -------------------
56
+ ### v0.0.10 - 2014-08-13
66
57
  - added a `shellcat` command to merge sessions
67
58
 
68
- v0.0.9 - 2014-08-13
69
- ------------------
59
+ ### v0.0.9 - 2014-08-13
70
60
  - fix the fix of creation of config dir
71
61
 
72
- v0.0.8 - 2014-08-13
73
- ------------------
62
+ ### v0.0.8 - 2014-08-13
74
63
  - fix creation of the config dir at first launch
75
64
 
76
- v0.0.7 - 2014-08-13
77
- -------------------
65
+ ### v0.0.7 - 2014-08-13
78
66
  - fix exec of commands in shellplay
79
67
  - implement a `p` command in play mode for switching to previous screen
80
68
  - added management of bash escape char for colorization in output texts
81
69
 
82
-
83
- v0.0.6 - 2014-08-13
84
- --------------------
70
+ ### v0.0.6 - 2014-08-13
85
71
  - save json session in pretty format for manual intervention
86
72
  - chomp output so there is less spaces
87
73
  - add a config param for setting time format on the elapsed time of last command
88
74
  - fix display of playprompt
89
75
  - improved styling on 'timespent' display
90
76
 
91
- v0.0.5 - 2014-08-12
92
- ------------------
77
+ ### v0.0.5 - 2014-08-12
93
78
  - add a `/` record prefix for clearscreen, works with iterm2 on mac, linux trick don't work yet
94
79
  - add a `?` record prefix for faking output, in case of ssh connection for example
95
80
  - add a `>` to change the prompt and a `>>` to switch prompt back and forth
96
81
  - code is getting messy, it will be time to refactor the record into some classes soon
97
82
 
98
- v0.0.4 - 2014-08-12
99
- ------------------
83
+ ### v0.0.4 - 2014-08-12
100
84
  - add changelog link in the gemspec
101
85
  - add a `##` record option for inhibiting display of the play prompt
102
86
  - add a `d` record command to drop last screen
103
87
 
104
- v0.0.3 - 2014-08-11
105
- -------------------
88
+ ### v0.0.3 - 2014-08-11
106
89
  - fix shellrecord that was broken after incomplete file renaming
107
90
 
108
- v0.0.2 - 2014-08-10
109
- ---------------
91
+ ### v0.0.2 - 2014-08-10
110
92
  - made recorder and player more or less working
111
93
  - changed project name twice. First shellprez, then shreplay, finally shellplay rocks better
112
94
 
113
- v0.0.1 - 2014-08-08
114
- ------------------
95
+ ### v0.0.1 - 2014-08-08
115
96
  - just initial code
data/README.md CHANGED
@@ -14,8 +14,6 @@ This is a CLI tool for recording and presenting step by step operations from the
14
14
 
15
15
  It can record a session and playback from it, so if internet fails in your conference room you are safe.
16
16
 
17
- **Note: this is a barely working, use at your own risk.**
18
-
19
17
  ## Installation
20
18
 
21
19
  gem install shellplay
@@ -120,7 +118,7 @@ Navigation on the html version is
120
118
  - `p`, `left` for previous screen,
121
119
  - `n`, `enter` or `right` for next screen
122
120
 
123
- Demo HTML: http://mose.com/20140814-dokku/
121
+ Demo HTML: http://mose.fr/20140814-dokku/
124
122
 
125
123
  ## Todo
126
124
 
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^spec/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency 'paint', '~> 1.0.0'
21
+ spec.add_dependency 'paint', '~> 2.0.0'
22
22
  spec.add_dependency 'cliprompt', '~> 0.1.2'
23
23
  spec.add_dependency 'configstruct', '~> 0.1.0'
24
24
  spec.add_dependency 'shell2html', '~> 0.0.6'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shellplay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - mose
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-09 00:00:00.000000000 Z
11
+ date: 2017-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paint
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.0
19
+ version: 2.0.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
- version: 1.0.0
26
+ version: 2.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: cliprompt
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  version: '0'
196
196
  requirements: []
197
197
  rubyforge_project:
198
- rubygems_version: 2.4.8
198
+ rubygems_version: 2.6.11
199
199
  signing_key:
200
200
  specification_version: 4
201
201
  summary: CLI tool for shell-based presentations.