shellplay 0.0.13 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3be4372cef7b451d4d2f6ea2661de6e7e70ef2e2
4
- data.tar.gz: 5269f1ac75a28271e2a5c802390a3daa236e5950
3
+ metadata.gz: e02d4dbe489e3e9de59a3a09253b8e39a594a36b
4
+ data.tar.gz: c23c4d33901443037398e9282b9c9b9b88d466af
5
5
  SHA512:
6
- metadata.gz: 5d7d350e8063e277d1ff9b3d19bae272db9d38c6a7121e4e88022f67d27d2d6bf706cc05a5d623d200264d74cc82795752175dd1dca1351e7104123e10942596
7
- data.tar.gz: f246ce479c9a94bd228203c2c91016399ad9f999cf006a5eb6e6a64329a75c70a00c03cf436ea7fd79fd3bfddbe8fd5de81ddac07261bf347862ee9c53a0fa5f
6
+ metadata.gz: 314022691921f9f2d835cd2f06c75d255319d71812d3c9db875cd80978c79397507daee0df8c2bd0313f85a210d4c14460a5f5a49e9f942d792a745562d8bd69
7
+ data.tar.gz: 5810ed0efd1511414facbbd44ed7a435c9fd6aacbae4866cd08a972b89d5e2bdab06a2f9d3da0dfe1df50ccff2624e5beae4ccda769f05045f287d287129a11b
data/.coveralls.yml ADDED
@@ -0,0 +1 @@
1
+ repo_token: y4Ilhpfq4C9uDNSo8R57qvglprtSdFUPl
data/.travis.yml ADDED
@@ -0,0 +1,6 @@
1
+ language: ruby
2
+ bundler_args: --path vendor
3
+ cache: bundler
4
+ rvm:
5
+ - 1.9.3
6
+ - 2.1.1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Shellplay Changelog
2
2
  =========================
3
3
 
4
+ v0.1.0 - 2014-08-17
5
+ ----------------------
6
+ - first version seems ok, it's running and has been used on the field
7
+
4
8
  v0.0.13 - 2014-08-15
5
9
  -----------------
6
10
  - add a `x` command in recorder to cancel a record
@@ -11,7 +15,7 @@ v0.0.13 - 2014-08-15
11
15
  v0.0.12 - 2014-08-15
12
16
  -----------------
13
17
  - fix recorder to take account of `cd` properly
14
- - fix recorder cmmand execution
18
+ - fix recorder command execution
15
19
 
16
20
  v0.0.11 - 2014-08-14
17
21
  ------------------
@@ -32,7 +36,7 @@ v0.0.8 - 2014-08-13
32
36
 
33
37
  v0.0.7 - 2014-08-13
34
38
  -------------------
35
- - fix exec of commandfs in shellplay
39
+ - fix exec of commands in shellplay
36
40
  - implement a `p` command in play mode for switching to previous screen
37
41
  - added management of bash escape char for colorization in output texts
38
42
 
data/README.md CHANGED
@@ -1,6 +1,14 @@
1
1
  Shellplay
2
2
  ==================
3
3
 
4
+ [![Gem Version](https://img.shields.io/gem/v/shellplay.svg)](http://rubygems.org/gems/shellplay)
5
+ [![Build Status](https://img.shields.io/travis/mose/shellplay.svg)](https://travis-ci.org/mose/shellplay)
6
+ [![Coverage Status](https://img.shields.io/coveralls/mose/shellplay.svg)](https://coveralls.io/r/mose/shellplay?branch=master)
7
+ [![Dependency Status](https://img.shields.io/gemnasium/mose/shellplay.svg)](https://gemnasium.com/mose/shellplay)
8
+ [![Code Climate](https://img.shields.io/codeclimate/github/mose/shellplay.svg)](https://codeclimate.com/github/mose/shellplay)
9
+
10
+ ----
11
+
4
12
  This is a CLI tool for recording and presenting step by step operations from the console. It is targeted at presentations that would simulate live coding, without the random murphy factor of it.
5
13
 
6
14
  It can record a session and playback from it, so if internet fails in your conference room you are safe.
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.0.13
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mose
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-16 00:00:00.000000000 Z
11
+ date: 2014-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paint
@@ -119,8 +119,10 @@ executables:
119
119
  extensions: []
120
120
  extra_rdoc_files: []
121
121
  files:
122
+ - ".coveralls.yml"
122
123
  - ".gitignore"
123
124
  - ".ruby-version"
125
+ - ".travis.yml"
124
126
  - CHANGELOG.md
125
127
  - Gemfile
126
128
  - LICENSE.txt