death 0.1.0

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 (5) hide show
  1. data/README +3 -0
  2. data/VERSION +1 -0
  3. data/death +5 -0
  4. data/death.gemspec +38 -0
  5. metadata +52 -0
data/README ADDED
@@ -0,0 +1,3 @@
1
+ = Operating environment
2
+ MacOS X (only)
3
+
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.0
data/death ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ 10.times { system('say -v Ralph deeeeeeeeeeeattttth &') }
4
+ system "kill #{ARGV.join(' ')}"
5
+
data/death.gemspec ADDED
@@ -0,0 +1,38 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{death}
8
+ s.version = "0.1.0"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["koic"]
12
+ s.date = %q{2012-03-29}
13
+ s.description = %q{kill command wrapper. say "DEATH" with death voice. Operating environment is MacOS X only.}
14
+ s.email = %q{koic.ito@gmail.com}
15
+ s.extra_rdoc_files = [
16
+ "README"
17
+ ]
18
+ s.files = [
19
+ "README",
20
+ "VERSION",
21
+ "death",
22
+ "death.gemspec"
23
+ ]
24
+ s.homepage = %q{http://github.com/koic/death-command}
25
+ s.require_paths = ["lib"]
26
+ s.rubygems_version = %q{1.6.2}
27
+ s.summary = %q{kill command wrapper. say "DEATH" with death voice.}
28
+
29
+ if s.respond_to? :specification_version then
30
+ s.specification_version = 3
31
+
32
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
33
+ else
34
+ end
35
+ else
36
+ end
37
+ end
38
+
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: death
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - koic
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-03-29 00:00:00.000000000 +09:00
13
+ default_executable:
14
+ dependencies: []
15
+ description: kill command wrapper. say "DEATH" with death voice. Operating environment
16
+ is MacOS X only.
17
+ email: koic.ito@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files:
21
+ - README
22
+ files:
23
+ - README
24
+ - VERSION
25
+ - death
26
+ - death.gemspec
27
+ has_rdoc: true
28
+ homepage: http://github.com/koic/death-command
29
+ licenses: []
30
+ post_install_message:
31
+ rdoc_options: []
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ none: false
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ requirements: []
47
+ rubyforge_project:
48
+ rubygems_version: 1.6.2
49
+ signing_key:
50
+ specification_version: 3
51
+ summary: kill command wrapper. say "DEATH" with death voice.
52
+ test_files: []