gsay 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/gsay +0 -3
  2. data/gsay.gemspec +1 -1
  3. metadata +1 -1
data/bin/gsay CHANGED
@@ -1,8 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require 'tempfile'
4
- require 'open-uri'
5
-
6
3
  words = ARGV.first.scan(/\w+/).map(&:downcase)
7
4
 
8
5
  sounds = words.map do |word|
@@ -10,5 +10,5 @@ Gem::Specification.new do |gem|
10
10
  gem.name = "gsay"
11
11
  gem.require_paths = ["lib"]
12
12
 
13
- gem.version = "1.0.1"
13
+ gem.version = "1.0.2"
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gsay
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: