pppt 0.0.1 → 0.0.2

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: e1e80ca92eff95dbc7b56f6d44499f28ddc1729f
4
- data.tar.gz: 0dd55ef56f991d77124a263ee28ece9d763273c8
3
+ metadata.gz: bc9f51b1ed7b46d7ab5f597729c1a7e5ccb98397
4
+ data.tar.gz: 263d333d274808b9f39437ed588393f90524ecf8
5
5
  SHA512:
6
- metadata.gz: 6795fbbb55691b03b9c6ca3aa00a69c7bb23bbb17c3f34130e806966f22ad89c7505c36d1b229f7c6d065f289942182375de75131f523a97a1e6d9e9381dfb0b
7
- data.tar.gz: 3079cda4dfedb58ea8d2e38f5859c759da0ec2343f2fbd85983cf6285bac183e82252373dba8bc77b6b0e3cdf40b5ebd8ccbc171a2569511ea29730e20abd4b3
6
+ metadata.gz: 398d1a04e6557876d4a9483b101a94f884e92c881da6d319ba3023ff4861990b6f8454bc3250d30f5f89c3d694249ea9b1acee3f274413698f22bd0db3c202e2
7
+ data.tar.gz: 30b82ea7e50ba994078712f33506e51598912f3681eeba6ed403e116e838ac79abe36bc219c63021baea39a4b0054cfaf4360cb76ccac3e98920a3fe639f3c3a
data/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Simple presentation tool on console.
4
4
 
5
+ ## Demo
6
+
7
+ ![image](https://cloud.githubusercontent.com/assets/1835490/9430249/ccd4b73e-4a28-11e5-9e72-1d610b8b4315.gif)
8
+
5
9
  ## Installation
6
10
 
7
11
  install it yourself as:
@@ -101,7 +101,7 @@ class PresentationWindow
101
101
  case k
102
102
  when 'action'
103
103
  if v == 'logo'
104
- text = 'powered by POOR POINT 1.0'
104
+ text = "powered by POOR POINT PRESENTATION #{Pppt::VERSION}"
105
105
  w.setpos((w.maxy / 2) - 2, (w.maxx - text.length) / 2)
106
106
  if !@started
107
107
  text.each_char do |c|
@@ -1,3 +1,3 @@
1
1
  module Pppt
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pppt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ma2saka