qer 0.2.2.1 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +2 -2
  2. data/lib/qer.rb +1 -1
  3. data/lib/qer/todo.rb +1 -1
  4. metadata +3 -3
@@ -18,7 +18,7 @@ Example Output:
18
18
  ---------------------------> Stuff on the Hopper <--------------------------
19
19
  ----------------------------------------------------------------------------
20
20
  (0) Get Groceries from the store. > 31 min ago
21
- (1) Call Mom. Its her 60th Birthday on Friday! ~ 5 hours ago
21
+ (1) Call Mom. It's her 60th Birthday on Friday! ~ 5 hours ago
22
22
  (2) Write unit tests. ~ 89 days ago
23
23
  (3) Come up with self-referential documentation joke. ~ 1 day ago
24
24
  (4) Deploy Qer to github. > 15 sec ago
@@ -58,7 +58,7 @@ Commands:
58
58
 
59
59
  == INSTALL:
60
60
 
61
- sudo gem install j05h-qer --source http://gems.github.com
61
+ sudo gem install qer
62
62
 
63
63
  == LICENSE:
64
64
 
data/lib/qer.rb CHANGED
@@ -3,7 +3,7 @@ $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) ||
3
3
  require 'time'
4
4
  require 'qer/todo'
5
5
  module Qer
6
- VERSION = '0.2.2.1'
6
+ VERSION = '0.2.3'
7
7
  end
8
8
 
9
9
  class Time
@@ -135,7 +135,7 @@ module Qer
135
135
  out << string if(string)
136
136
  out << label
137
137
  out << hl
138
- if queue.empty?
138
+ unless queue.empty?
139
139
  queue.each_with_index do |item, index|
140
140
  out << process_line(index, item)
141
141
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Kleinpeter
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-01-25 00:00:00 -08:00
14
+ date: 2010-01-26 00:00:00 -08:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ">="
44
44
  - !ruby/object:Gem::Version
45
- version: 2.3.3
45
+ version: 2.5.0
46
46
  version:
47
47
  description: Qer is an easy command-line todo list.
48
48
  email: