tit 1.1.1 → 1.1.2

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.
data/ChangeLog.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # tit 1.1.2 2010-01-26
2
+
3
+ * fixed a bug with update times and bad network connections
4
+
1
5
  # tit 1.1.1 2010-01-23
2
6
 
3
7
  * fixed displaying yourself
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 2
3
3
  :minor: 1
4
4
  :major: 1
5
5
  :build:
data/lib/tit.rb CHANGED
@@ -204,7 +204,7 @@ class Tit
204
204
  last_update = Time.now()
205
205
  loop do
206
206
  print "\r", " " * (s = "Last update was at #{last_update.strftime "%X"}, " +
207
- "next update at #{(last_update + wait).strftime "%X"}"
207
+ "next update at #{(Time.now + wait).strftime "%X"}"
208
208
  print s
209
209
  STDOUT.flush
210
210
  sleep(wait)
data/tit.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tit}
8
- s.version = "1.1.1"
8
+ s.version = "1.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Leif Walsh"]
12
- s.date = %q{2010-01-23}
12
+ s.date = %q{2010-01-26}
13
13
  s.default_executable = %q{tit}
14
14
  s.description = %q{a stupid fucking twitter client}
15
15
  s.email = %q{leif.walsh@gmail.com}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leif Walsh
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-23 00:00:00 +01:00
12
+ date: 2010-01-26 00:00:00 +01:00
13
13
  default_executable: tit
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency