shatty 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 (3) hide show
  1. data/bin/shatty +1 -1
  2. data/shatty.gemspec +1 -1
  3. metadata +1 -1
data/bin/shatty CHANGED
@@ -6,7 +6,7 @@ require "ftw"
6
6
  require "uuidtools"
7
7
 
8
8
  class Shatty < Clamp::Command
9
- subcommand "record", "Record a command" do
9
+ subcommand "share", "Share a terminal session (read only for now)" do
10
10
  option ["-o", "--output"], "PATH_OR_URL",
11
11
  "where to output the recording to (a path or url)"
12
12
  option "--headless", :flag,
data/shatty.gemspec CHANGED
@@ -2,7 +2,7 @@ Gem::Specification.new do |spec|
2
2
  files = %x{git ls-files}.split("\n")
3
3
 
4
4
  spec.name = "shatty"
5
- spec.version = "0.0.4"
5
+ spec.version = "0.0.5"
6
6
  spec.summary = "shatty"
7
7
  spec.description = "shatty"
8
8
  spec.license = "none chosen yet"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shatty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: