racko 50000.0.0 → 50000.0.1

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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/racko +17 -0
  3. data/racko.gemspec +5 -2
  4. metadata +6 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 50000.0.0
1
+ 50000.0.1
@@ -0,0 +1,17 @@
1
+ #!/usr/bin/env ruby
2
+ # coding: utf-8
3
+
4
+
5
+ if `which say 2> /dev/null` and $?.success?
6
+ racko_command = lambda {`say -v Albert 'Rah, cko!'`}
7
+ else
8
+ racko_command = lambda {
9
+ print 'RACK'
10
+ $stdout.flush
11
+ sleep 0.4
12
+ puts '-O!'
13
+ sleep 0.8
14
+ }
15
+ end
16
+
17
+ 10.times { racko_command.call }
@@ -5,13 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{racko}
8
- s.version = "50000.0.0"
8
+ s.version = "50000.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrea Franz"]
12
- s.date = %q{2011-04-21}
12
+ s.date = %q{2011-06-13}
13
+ s.default_executable = %q{racko}
13
14
  s.description = %q{Yes, it enables the Racco's power}
14
15
  s.email = %q{andrea@gravityblast.com}
16
+ s.executables = ["racko"]
15
17
  s.extra_rdoc_files = [
16
18
  "README"
17
19
  ]
@@ -20,6 +22,7 @@ Gem::Specification.new do |s|
20
22
  "README",
21
23
  "Rakefile",
22
24
  "VERSION",
25
+ "bin/racko",
23
26
  "images/racko.png",
24
27
  "lib/rack/o.rb",
25
28
  "lib/racko.rb",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: racko
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 50000.0.0
5
+ version: 50000.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Andrea Franz
@@ -10,14 +10,14 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-21 00:00:00 +02:00
14
- default_executable:
13
+ date: 2011-06-13 00:00:00 +02:00
14
+ default_executable: racko
15
15
  dependencies: []
16
16
 
17
17
  description: Yes, it enables the Racco's power
18
18
  email: andrea@gravityblast.com
19
- executables: []
20
-
19
+ executables:
20
+ - racko
21
21
  extensions: []
22
22
 
23
23
  extra_rdoc_files:
@@ -27,6 +27,7 @@ files:
27
27
  - README
28
28
  - Rakefile
29
29
  - VERSION
30
+ - bin/racko
30
31
  - images/racko.png
31
32
  - lib/rack/o.rb
32
33
  - lib/racko.rb