nyancat 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/nyancat +12 -1
- data/lib/nyancat.rb +15 -823
- data/lib/nyancat/frames.yml +769 -0
- data/lib/nyancat/palette.yml +15 -0
- metadata +7 -5
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nyancat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 3
|
10
|
+
version: 0.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ben Arblaster
|
@@ -15,11 +15,11 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-12-
|
18
|
+
date: 2011-12-06 00:00:00 +00:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
22
|
-
description: A Ruby port of Kevin Lange's nyancat
|
22
|
+
description: A Ruby port of Kevin Lange's nyancat
|
23
23
|
email: ben@andatche.com
|
24
24
|
executables:
|
25
25
|
- nyancat
|
@@ -29,6 +29,8 @@ extra_rdoc_files: []
|
|
29
29
|
|
30
30
|
files:
|
31
31
|
- lib/nyancat.rb
|
32
|
+
- lib/nyancat/frames.yml
|
33
|
+
- lib/nyancat/palette.yml
|
32
34
|
- bin/nyancat
|
33
35
|
has_rdoc: true
|
34
36
|
homepage: https://github.com/andatche/ruby_nyancat/
|