nyancat 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ "+": "226"
3
+ "@": "223"
4
+ ",": "17"
5
+ "-": "205"
6
+ "#": "82"
7
+ ".": "15"
8
+ "$": "219"
9
+ "%": "217"
10
+ ";": "99"
11
+ "&": "214"
12
+ "=": "39"
13
+ "'": "0"
14
+ ">": "196"
15
+ "*": "245"
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
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-05 00:00:00 +00:00
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 CLI
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/