shelr 0.12.5 → 0.12.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/bin/shelr +2 -4
  2. data/lib/shelr/version.rb +1 -1
  3. data/shelr.1 +0 -4
  4. data/shelr.1.ronn +0 -4
  5. metadata +7 -1
data/bin/shelr CHANGED
@@ -13,7 +13,6 @@ HELP = <<-HELP
13
13
  Recording:
14
14
 
15
15
  record - record new shellcast
16
- stop - stop recording (or just ctrl+d)
17
16
 
18
17
  Publishing:
19
18
 
@@ -62,9 +61,8 @@ when 'play'
62
61
  puts "Select one..."
63
62
  end
64
63
  when 'stop'
65
- puts '=> Now you can push your record'
66
- puts '=> shelr push last'
67
- exit 0
64
+ puts '=> type "exit" or Ctrl+D'
65
+ puts '=> Then `shelr push last`'
68
66
  when 'dump'
69
67
  if ARGV[1]
70
68
  Shelr::Publisher.new.dump(ARGV[1])
data/lib/shelr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Shelr
2
- VERSION = '0.12.5'
2
+ VERSION = '0.12.6'
3
3
  end
data/shelr.1 CHANGED
@@ -22,10 +22,6 @@ Also you can shere Your records at http://shelr\.tv/ or other services\.
22
22
  Will record your terminal unless you type \fBexit\fR or Ctrl+D and store it to $HOME/\.local/share/shelr/
23
23
  .
24
24
  .TP
25
- \fBstop\fR
26
- Will stop recording\. You can just type exit in shell or Ctrl+D\. Record will be stored to $HOME/\.local/share/shelr/
27
- .
28
- .TP
29
25
  \fBlist\fR
30
26
  lists all your shellcasts\.
31
27
  .
data/shelr.1.ronn CHANGED
@@ -18,10 +18,6 @@ or other services.
18
18
  Will record your terminal unless you type `exit` or Ctrl+D and
19
19
  store it to $HOME/.local/share/shelr/
20
20
 
21
- * `stop`:
22
- Will stop recording. You can just type exit in shell or Ctrl+D.
23
- Record will be stored to $HOME/.local/share/shelr/
24
-
25
21
  * `list`:
26
22
  lists all your shellcasts.
27
23
 
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.12.5
4
+ version: 0.12.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -84,12 +84,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  - - ! '>='
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
+ segments:
88
+ - 0
89
+ hash: 795238779496326612
87
90
  required_rubygems_version: !ruby/object:Gem::Requirement
88
91
  none: false
89
92
  requirements:
90
93
  - - ! '>='
91
94
  - !ruby/object:Gem::Version
92
95
  version: '0'
96
+ segments:
97
+ - 0
98
+ hash: 795238779496326612
93
99
  requirements: []
94
100
  rubyforge_project:
95
101
  rubygems_version: 1.8.21