shellcast 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +4 -1
  2. data/VERSION +1 -1
  3. data/lib/shellcast/publisher.rb +4 -0
  4. metadata +3 -3
data/README.md CHANGED
@@ -2,9 +2,12 @@
2
2
 
3
3
  Screencasting for [Shell Ninjas](http://shell.heroku.com/).
4
4
 
5
+ ## Installation
6
+
7
+ See [ShellCast](http://shell.heroku.com/records/4d1c5458905ba77eb7000002) :)
8
+
5
9
  ## Usage
6
10
 
7
- gem install shellcast
8
11
  shellcast record
9
12
  ...
10
13
  exit
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -37,6 +37,10 @@ module ShellCast
37
37
  end
38
38
  meta = JSON.parse(out.delete('meta'))
39
39
  meta.each { |k,v| out[k] = v }
40
+ print 'Description: '
41
+ out['description'] = STDIN.gets.strip
42
+ print 'Tags (ex: howto, linux): '
43
+ out['tags'] = STDIN.gets.strip
40
44
  return out.to_json
41
45
  end
42
46
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Antono Vasiljev
@@ -152,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
152
152
  requirements:
153
153
  - - ">="
154
154
  - !ruby/object:Gem::Version
155
- hash: -466564625
155
+ hash: 66117245
156
156
  segments:
157
157
  - 0
158
158
  version: "0"