taunt 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.md +32 -0
  2. data/VERSION +1 -1
  3. data/taunt.gemspec +3 -3
  4. metadata +4 -4
  5. data/README.rdoc +0 -19
data/README.md ADDED
@@ -0,0 +1,32 @@
1
+ taunt
2
+ =====
3
+
4
+ Need your computer to hurl abuse at you? Broke the build? Dude walked in everyone hates?
5
+ Use this gem to TAUNT!
6
+
7
+ Plays whatever sounds you dump into `~/.taunt` at random whenever you execute `taunt`
8
+
9
+ Hate it? Hit me up on [@madlep](http://twitter.com/#!/madlep) or spam me on [julian.doherty.ml@gmail.com](mailto:julian.doherty.ml@gmail.com)
10
+
11
+ Usage
12
+ -----
13
+ > gem install taunt
14
+
15
+ Then to play whatever you've dumped into `~/.taunt/` (it'll search recursively, so subdirs are fine)
16
+
17
+ > taunt
18
+
19
+ Alternatively, just supply an argument if you want to play from a different directory
20
+
21
+ > taunt ~/my_sounds/tf2/cool_stuff_heavy_says/
22
+
23
+ Todo
24
+ ----
25
+ - Only works on OS X so far (feel free to patch if you want Windows/Linux/whatever support)
26
+
27
+ Copyright
28
+ ---------
29
+
30
+ Copyright (c) 2011 Julian Doherty (madlep). See LICENSE.txt for
31
+ further details.
32
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/taunt.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{taunt}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Julian Doherty (madlep)"]
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.executables = ["taunt"]
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE.txt",
19
- "README.rdoc"
19
+ "README.md"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
  "Gemfile",
26
26
  "Gemfile.lock",
27
27
  "LICENSE.txt",
28
- "README.rdoc",
28
+ "README.md",
29
29
  "Rakefile",
30
30
  "VERSION",
31
31
  "bin/taunt",
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: taunt
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Julian Doherty (madlep)
@@ -65,7 +65,7 @@ extensions: []
65
65
 
66
66
  extra_rdoc_files:
67
67
  - LICENSE.txt
68
- - README.rdoc
68
+ - README.md
69
69
  files:
70
70
  - .document
71
71
  - .rspec
@@ -73,7 +73,7 @@ files:
73
73
  - Gemfile
74
74
  - Gemfile.lock
75
75
  - LICENSE.txt
76
- - README.rdoc
76
+ - README.md
77
77
  - Rakefile
78
78
  - VERSION
79
79
  - bin/taunt
@@ -95,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
95
  requirements:
96
96
  - - ">="
97
97
  - !ruby/object:Gem::Version
98
- hash: -3805014280414810701
98
+ hash: -1869860378632372882
99
99
  segments:
100
100
  - 0
101
101
  version: "0"
data/README.rdoc DELETED
@@ -1,19 +0,0 @@
1
- = taunt
2
-
3
- Description goes here.
4
-
5
- == Contributing to taunt
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
9
- * Fork the project
10
- * Start a feature/bugfix branch
11
- * Commit and push until you are happy with your contribution
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
-
15
- == Copyright
16
-
17
- Copyright (c) 2011 Julian Doherty (madlep). See LICENSE.txt for
18
- further details.
19
-