highball 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,6 @@
1
+ Highball
2
+ ========
3
+
4
+ ## Coming soon!
5
+
6
+ ![highball](https://github.com/cespare/highball/raw/master/images/highball_small.png)
@@ -2,8 +2,7 @@
2
2
 
3
3
  require "highball"
4
4
 
5
- if __FILE__ == $0
6
- puts <<-'EOS'
5
+ puts <<-'EOS'
7
6
  _ _ _ _ _ _ ___
8
7
  | | (_) | | | | | | | | |__ \
9
8
  __ _| |__ ___ _ ___ | |_| |__ ___ | |__ __ _ _ __| | _____ ___ _ __ ) |
@@ -12,5 +11,4 @@ __ _| |__ ___ _ ___ | |_| |__ ___ | |__ __ _ _ __| | _____ ___
12
11
  \_/\_/ |_| |_|\___/ |_|___/ \__|_| |_|\___| |_.__/ \__,_|_| |_|\_\___|\___| .__/(_)
13
12
  | |
14
13
  |_|
15
- EOS
16
- end
14
+ EOS
Binary file
@@ -1,3 +1,3 @@
1
1
  module Highball
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: highball
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-15 00:00:00.000000000Z
12
+ date: 2011-09-16 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Who is the barkeep?
15
15
  email:
@@ -21,9 +21,11 @@ extra_rdoc_files: []
21
21
  files:
22
22
  - .gitignore
23
23
  - Gemfile
24
+ - README.md
24
25
  - Rakefile
25
26
  - bin/highball
26
27
  - highball.gemspec
28
+ - images/highball_small.png
27
29
  - lib/highball.rb
28
30
  - lib/highball/version.rb
29
31
  homepage: ''