yoshihara
|
c1d07c6e09
|
v0.4.1
|
2015-04-24 15:01:30 +09:00 |
|
yoshihara
|
2a2b968775
|
Remove duplicated private
The first `private` is at L23.
|
2015-04-23 15:09:51 +09:00 |
|
yoshihara
|
874efd1f32
|
Update comment to match with implementation
|
2015-04-23 14:36:49 +09:00 |
|
yoshihara
|
6158e4db8f
|
Remove needless accessor definition
|
2015-04-21 18:41:02 +09:00 |
|
yoshihara
|
74cff38dc9
|
Assign nil to unused instance variables
|
2015-04-21 18:41:02 +09:00 |
|
yoshihara
|
60dbf17222
|
Add missing time_format getting from definition
|
2015-04-21 18:41:02 +09:00 |
|
yoshihara
|
ceaed87dad
|
Extract JSON generating for preview to each RegexpPreview class
|
2015-04-21 18:41:02 +09:00 |
|
uu59
|
79f0b1fe28
|
Refactor
|
2015-04-20 14:22:21 +09:00 |
|
uu59
|
40cca27ca9
|
Rename settings key
|
2015-04-20 14:22:21 +09:00 |
|
uu59
|
9207ca420f
|
Proper short variable name
|
2015-04-20 14:22:21 +09:00 |
|
uu59
|
368d344291
|
#162 in_tail multiline preview
|
2015-04-20 14:22:21 +09:00 |
|
yoshihara
|
c7a97627b5
|
v0.4.0
|
2015-04-15 16:57:47 +09:00 |
|
yoshihara
|
e6efa55c79
|
Follow ChangeLog format
|
2015-04-15 16:17:58 +09:00 |
|
yoshihara
|
29bc3a8d2f
|
v0.3.21
|
2015-04-15 12:59:51 +09:00 |
|
yoshihara
|
b6df8ce110
|
Fix a typo in filename
Changelog ->
ChangeLog
^
|
2015-04-10 18:25:06 +09:00 |
|
yoshihara
|
e46de6e7c0
|
Specifiy master branch explicitly
|
2015-04-10 18:14:34 +09:00 |
|
yoshihara
|
ca01dfec77
|
git fetch before preparing
|
2015-04-10 17:54:09 +09:00 |
|
yoshihara
|
bd1af93729
|
Use old_* instead of now_*
|
2015-04-10 17:49:23 +09:00 |
|
yoshihara
|
36fcbedffa
|
Fix English sentence
|
2015-04-10 17:48:05 +09:00 |
|
yoshihara
|
ca4514ecfb
|
Fix a typo (add missing 's')
verion ->
version
|
2015-04-10 17:47:34 +09:00 |
|
yoshihara
|
d6dbca2658
|
Use double quote (") instead of single quote (')
|
2015-04-10 17:46:31 +09:00 |
|
yoshihara
|
73bd53b988
|
Add task to prepare releasing
This task updated Changelog, version.rb, and Gemfile.lock.
|
2015-04-10 17:22:53 +09:00 |
|
yoshihara
|
8ef124e7c7
|
v0.3.20
|
2015-04-10 14:26:16 +09:00 |
|
Koichi TANAKA
|
86acdca42d
|
Set default host to 0.0.0.0 for backward compatibility
|
2015-04-09 19:39:52 +09:00 |
|
Koichi TANAKA
|
383be3b27b
|
Add --host option
|
2015-04-09 19:28:13 +09:00 |
|
yoshihara
|
49e496d261
|
v0.3.19
|
2015-04-08 13:03:44 +09:00 |
|
yoshihara
|
f5142c1c46
|
Use Pathname methods instead of system method or File one
|
2015-04-07 18:45:30 +09:00 |
|
yoshihara
|
e47095e814
|
Remove needless require
|
2015-04-07 18:15:56 +09:00 |
|
yoshihara
|
fc707d700c
|
Add clean task to remove all files/directories under tmp/
Please use this task carefully...
|
2015-04-07 18:07:44 +09:00 |
|
yoshihara
|
755becbd3d
|
v0.3.18
|
2015-04-02 13:42:36 +09:00 |
|
yoshihara
|
3d8e1cb5c6
|
v0.3.17
|
2015-04-01 15:46:28 +09:00 |
|
uu59
|
aefd1f0730
|
v0.3.16
|
2015-03-23 22:32:00 +09:00 |
|
uu59
|
192372885d
|
v0.3.15
|
2015-03-11 14:06:30 +09:00 |
|
鳥井 雪
|
200a70b657
|
v0.3.14
|
2015-02-04 18:35:57 +09:00 |
|
uu59
|
682d6dfa3c
|
Be data_dir under the tmp/ on test environment
|
2015-01-28 18:04:19 +09:00 |
|
uu59
|
4e505969d8
|
v0.3.13
|
2015-01-28 13:36:28 +09:00 |
|
uu59
|
66888397ea
|
v0.3.12
|
2015-01-16 16:22:07 +09:00 |
|
鳥井 雪
|
87e8cfba8c
|
Move some methods to private,
because they are called from only #each_line
|
2015-01-15 15:37:27 +09:00 |
|
鳥井 雪
|
4f86443f59
|
Refactor complex #each_line
|
2015-01-15 15:31:05 +09:00 |
|
Koichi TANAKA
|
8aa29bc176
|
v0.3.11
|
2014-12-19 11:20:31 +09:00 |
|
鳥井 雪
|
be84f285cc
|
v0.3.10
|
2014-12-17 14:33:11 +09:00 |
|
uu59
|
b2eb590cc9
|
Preview for utf-8 file. fix #121
|
2014-12-17 10:56:45 +09:00 |
|
uu59
|
cb8a9464b3
|
v0.3.9
|
2014-12-01 14:07:59 +09:00 |
|
uu59
|
334df6d47c
|
v0.3.8
|
2014-11-19 15:14:25 +09:00 |
|
uu59
|
99aa390c06
|
Fix to sync versions between Gemfle.lock and Gemfile.production.lock
|
2014-11-14 12:47:06 +09:00 |
|
Masahiro Nakagawa
|
31d8eca4ed
|
Remove td-agent bunlded gems from dep:list
|
2014-11-12 22:49:40 -08:00 |
|
uu59
|
3e4582c56b
|
v0.3.7
|
2014-11-13 11:32:15 +09:00 |
|
uu59
|
d0e501575f
|
v0.3.6
|
2014-11-12 15:12:39 +09:00 |
|
uu59
|
5eb864ca37
|
v0.3.5
|
2014-11-12 13:09:46 +09:00 |
|
uu59
|
747a13b877
|
v0.3.4
|
2014-11-12 13:07:49 +09:00 |
|