yhara-tickets 0.1.0 → 0.1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/TODO +4 -1
  2. data/bin/tickets-server +5 -0
  3. data/tickets.gemspec +2 -2
  4. metadata +2 -2
data/TODO CHANGED
@@ -43,11 +43,14 @@
43
43
 
44
44
  = before 0.2.0
45
45
 
46
- - add Tickets::VERSION?
47
46
  - edit ticket body
48
47
 
49
48
  = before 0.1.0
50
49
 
50
+ + add Tickets::VERSION
51
+
52
+ + Make it work with gem
53
+
51
54
  + fix ticket positions (center=0,0)
52
55
  + show deleted tickets (including timeouted ones)
53
56
  + automatically move tickets
data/bin/tickets-server CHANGED
@@ -3,6 +3,10 @@ require 'rubygems'
3
3
  require 'ramaze'
4
4
  require 'ramaze/setup'
5
5
 
6
+ module Tickets
7
+ VERSION = "0.1.0.1"
8
+ end
9
+
6
10
  # load config
7
11
  conf_path = File.expand_path("~/.tickets.conf")
8
12
  load conf_path if File.exist?(conf_path)
@@ -95,6 +99,7 @@ class TicktesController < Ramaze::Controller
95
99
  end
96
100
  end
97
101
 
102
+ Dir.chdir(File.expand_path("..", File.dirname(__FILE__)))
98
103
  Ramaze.setup do
99
104
  option.port = Tickets::Config::PORT
100
105
  end
data/tickets.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tickets}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.0.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Yutaka HARA"]
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.require_paths = ["lib"]
19
19
  s.rubyforge_project = %q{}
20
20
  s.rubygems_version = %q{1.3.1}
21
- s.summary = %q{Two-dimentional TODO manager}
21
+ s.summary = %q{Two-dimentional TODO manager, written in Ruby and BiwaScheme}
22
22
 
23
23
  if s.respond_to? :specification_version then
24
24
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yhara-tickets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yutaka HARA
@@ -116,6 +116,6 @@ rubyforge_project: ""
116
116
  rubygems_version: 1.2.0
117
117
  signing_key:
118
118
  specification_version: 2
119
- summary: Two-dimentional TODO manager
119
+ summary: Two-dimentional TODO manager, written in Ruby and BiwaScheme
120
120
  test_files: []
121
121