kagami 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZmUzYzYwMTg2MzAwNWFlNjU5OWQ0NDhiMTRjMjg4Y2QyYWU5Y2UzNg==
4
+ ZTg2OTYzZGYxZmMxY2YwYzQwZWViYTIzMmQ4OTI2NTk2ZWJjN2E5YQ==
5
5
  data.tar.gz: !binary |-
6
- YWVkMmNlMzA0ZGQzZGE5ZDA3YjI2ZmRhYmVhNzQ5MDI0MmRkYzRjMA==
6
+ NGMxNmRhZmY3Mzc2ZTFmZGEzMWI0NDU4ZDI2YjdmYmNkMGJhM2Y5NQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- OTczMDJjOGUzZTI2YjljNTdmMTI0ZWNjYTAyNzEzNTVlMzQxNzk2NzdlNWJi
10
- YzNkN2VkZDdmZTRjOThkYzc0ZDc3NDVlMmY3ZTYzOTc5OTYzMjllZjhmYmQx
11
- YzFiNTU1MDNhNmE5MzVlOGYyMzQ3OGRlYTAxM2I5MWRjOWJmMjg=
9
+ M2EwM2I3MjNmNDIzNDE0YThlZmM2NTJhNWQzNzg1NTA3MTZmMTliMjk2Y2Jk
10
+ MWU2OWU3YTcxNzRiYTEzNWE5YTY3N2JiNDcwODk1NTcxMzZhMDQ1ODMxMDk1
11
+ NDkwNmI5MjdhM2JiMGI2YjkzZmQwNTEyNzBjOGY2MmEzNjE2NDY=
12
12
  data.tar.gz: !binary |-
13
- NzllOTVjNTgzODMwMDgxN2VjYTI3M2U2NjM0YmM3YjVkMGE0NWRlOTRlY2Fj
14
- NzgzNzRmYjk4NGFjODFlMzI4YzM2MjE3ODRkZjVhZGE0MWRiYTM0MzA2OTBl
15
- MTIzYTM2OGE4MWQ0OTI1Yjk1MzFjMWQzMWU5N2FjNzhjZGRmZTc=
13
+ NzBlMDk0ZWZjZjdjYmE3YjhlZmRmM2I0ODk3ZTE2M2U2YTdiNjIxMjAwY2U3
14
+ ODM4MTdmMTJkMzczYWE0Yjg2ZjAxODFjYTI5MmEzZGYxZTY1NDhjNTlkMWNm
15
+ NGY3OTk0Yzg2NTU2OGJlOGRhZTI4M2Y3NDM3MGQ4Y2VmMzc4ZWU=
data/README.md CHANGED
@@ -2,8 +2,9 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/kagami.png)](http://badge.fury.io/rb/kagami) [![Build Status](https://travis-ci.org/toooooooby/kagami.png?branch=master)](https://travis-ci.org/toooooooby/kagami) [![Coverage Status](https://coveralls.io/repos/toooooooby/kagami/badge.png?branch=master)](https://coveralls.io/r/toooooooby/kagami) [![Code Climate](https://codeclimate.com/github/toooooooby/kagami.png)](https://codeclimate.com/github/toooooooby/kagami) [![Dependency Status](https://gemnasium.com/toooooooby/kagami.png)](https://gemnasium.com/toooooooby/kagami)
4
4
 
5
+ Kagami is a tool for mirroring text and ascii art.
5
6
 
6
- A tool for mirroring text and ascii art.
7
+ ![Screencast](https://github.com/toooooooby/kagami/raw/master/_assets/screencast.gif)
7
8
 
8
9
  ## Installation
9
10
 
Binary file
data/bin/kagami CHANGED
@@ -8,7 +8,7 @@ USAGE = <<-EOD
8
8
  usage: #{program} text
9
9
 
10
10
  example:
11
- $ #{program} "Java and you >>>> Ruby <<<< The internet"
11
+ $ #{program} "Java and you >>>> Ruby >>> The internet"
12
12
  The internet >>> Ruby >>>> Java and you
13
13
 
14
14
  $ #{program} <<END
@@ -1,3 +1,3 @@
1
1
  module Kagami
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kagami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - toooooooby
@@ -52,6 +52,7 @@ files:
52
52
  - LICENSE.txt
53
53
  - README.md
54
54
  - Rakefile
55
+ - _assets/screencast.gif
55
56
  - bin/kagami
56
57
  - kagami.gemspec
57
58
  - lib/kagami.rb