Skip to content

Commit

Permalink
new: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
yhara committed Apr 22, 2009
1 parent 6311f74 commit 76cc083
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
= How to release

* (edit TODO)
* edit VERSION in bin/tickets-server
* rtask -> update version
* build gem test
* Then, push it!

= before 1.x.x

- write server tests
Expand Down Expand Up @@ -30,22 +38,32 @@

= before 0.4.0

- change orm to datamapper(or ActiveRecord?)
- implement tags
- different color
- show certain tag only
- tag 'Done' means fixed tags

= before 0.3.0

- change orm to datamapper(or ActiveRecord?)
- memorize date when a ticket is created
- memorize date when a ticket is deleted

= before 0.2.0

- edit ticket body

= before 0.1.0
= before 0.1.1

- stick to board edge

= before 0.1.0.2

- fix track?
+ fix ticket position when generated
+ fix move position

= 0.1.0.1

+ add Tickets::VERSION

Expand Down
2 changes: 1 addition & 1 deletion bin/tickets-server
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'ramaze'
require 'ramaze/setup'

module Tickets
VERSION = "0.1.0.2.rc"
VERSION = "0.1.0.2"
end

# load config
Expand Down
2 changes: 1 addition & 1 deletion tickets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{tickets}
s.version = "0.1.0.1"
s.version = "0.1.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Yutaka HARA"]
Expand Down

0 comments on commit 76cc083

Please sign in to comment.