twail 0.1.2 → 0.1.3

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 (3) hide show
  1. data/lib/twail.rb +0 -1
  2. data/twail.gemspec +1 -1
  3. metadata +3 -3
data/lib/twail.rb CHANGED
@@ -71,7 +71,6 @@ if ARGV.first =~ /^s/ # search
71
71
  ARGV.shift
72
72
  end
73
73
  query = "?q=#{URI.escape(ARGV.join(' '))}"
74
- $stderr.puts "Search query: #{ARGV.join(' ')}"
75
74
  if max_pages
76
75
  $stderr.puts "Max pages: #{max_pages}"
77
76
  end
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.1.2'
5
+ s.version = '0.1.3'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.required_ruby_version = '>= 1.9.0'
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-24 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: twurl
16
- requirement: &70145913864460 !ruby/object:Gem::Requirement
16
+ requirement: &70140390071860 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.6.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70145913864460
24
+ version_requirements: *70140390071860
25
25
  description: tail your Twitter timelines, or search Twitter
26
26
  email:
27
27
  - dhchoi@gmail.com