twail 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/twail.rb +1 -1
  2. data/twail.gemspec +1 -1
  3. metadata +1 -1
data/lib/twail.rb CHANGED
@@ -41,7 +41,7 @@ You can use these abbreviations:
41
41
 
42
42
  p h f u m by to of
43
43
 
44
- twail will performs a Twitter search if you use `twail s [search args]`
44
+ twail will perform a Twitter search if you use `twail s [search args]`
45
45
 
46
46
  For more help, see the README at
47
47
 
data/twail.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "twail"
5
- s.version = '0.0.5'
5
+ s.version = '0.0.6'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.required_ruby_version = '>= 1.9.0'
8
8
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: twail
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi