Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 19, 2010
1 parent 02d0b74 commit c806b55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion History.md
@@ -1,5 +1,5 @@

0.5.1 / 2010-01-19
1.0.0 / 2010-01-19
==================

* Fixed `pomo start`; starts the first incomplete task by default. Closes #3
Expand Down
2 changes: 1 addition & 1 deletion lib/pomo/version.rb
@@ -1,4 +1,4 @@

module Pomo
VERSION = '0.5.1'
VERSION = '1.0.0'
end
10 changes: 5 additions & 5 deletions pomo.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{pomo}
s.version = "0.5.0"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["TJ Holowaychuk"]
s.date = %q{2010-01-14}
s.date = %q{2010-01-19}
s.default_executable = %q{pomo}
s.description = %q{Pomodoro time management for the command-line}
s.email = %q{tj@vision-media.ca}
Expand All @@ -25,14 +25,14 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<commander>, [">= 4.0.0"])
s.add_runtime_dependency(%q<commander>, [">= 4.0.2"])
s.add_runtime_dependency(%q<growl>, [">= 1.0.3"])
else
s.add_dependency(%q<commander>, [">= 4.0.0"])
s.add_dependency(%q<commander>, [">= 4.0.2"])
s.add_dependency(%q<growl>, [">= 1.0.3"])
end
else
s.add_dependency(%q<commander>, [">= 4.0.0"])
s.add_dependency(%q<commander>, [">= 4.0.2"])
s.add_dependency(%q<growl>, [">= 1.0.3"])
end
end

0 comments on commit c806b55

Please sign in to comment.