simple_rotate 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,48 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_rotate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
- - nyanko
7
+ - khotta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-03 00:00:00.000000000 Z
11
+ date: 2016-03-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: simple_rotate is a library that logging & to rotate the ruby's log.
13
+ description: Simple and safety logger. http://khotta.github.io/
14
14
  email:
15
- - hotta_1234@yahoo.co.jp
15
+ - khotta116@gmail.com
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - LICENSE.txt
21
- - README.txt
22
20
  - lib/simple_rotate.rb
23
- homepage: http://khotta.github.io/simple_rotate
21
+ - lib/simple_rotate/accesser.rb
22
+ - lib/simple_rotate/const.rb
23
+ - lib/simple_rotate/core.rb
24
+ - lib/simple_rotate/internal/error.rb
25
+ - lib/simple_rotate/internal/log_level.rb
26
+ - lib/simple_rotate/internal/process_sync.rb
27
+ - lib/simple_rotate/internal/process_sync_mixin.rb
28
+ - lib/simple_rotate/internal/rotate_term.rb
29
+ - lib/simple_rotate/internal/validator.rb
30
+ - lib/simple_rotate/private.rb
31
+ homepage: http://khotta.github.io/
24
32
  licenses:
25
33
  - MIT
26
34
  metadata: {}
27
- post_install_message: "\n\e[5mThank you for installing! (^-^)\e[0m\nSee also \e[31m\e[47m
28
- \e[4mhttp://khotta.github.io/simple_rotate \e[0m\n\n"
35
+ post_install_message: |2-
36
+
37
+ Thank you for installing! =(^x^=
29
38
  rdoc_options: []
30
39
  require_paths:
31
40
  - lib
32
41
  required_ruby_version: !ruby/object:Gem::Requirement
33
42
  requirements:
34
- - - '>='
43
+ - - ">="
35
44
  - !ruby/object:Gem::Version
36
- version: '0'
45
+ version: 1.9.3
37
46
  required_rubygems_version: !ruby/object:Gem::Requirement
38
47
  requirements:
39
- - - '>='
48
+ - - ">="
40
49
  - !ruby/object:Gem::Version
41
50
  version: '0'
42
51
  requirements: []
43
52
  rubyforge_project:
44
- rubygems_version: 2.0.0
53
+ rubygems_version: 2.5.1
45
54
  signing_key:
46
55
  specification_version: 4
47
- summary: Logger for Ruby.
56
+ summary: Simple and safety logger.
48
57
  test_files: []
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 Kazuya Hotta
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.txt DELETED
@@ -1,2 +0,0 @@
1
- Thank you for installing! (^-^)
2
- See also http://khotta.github.io/simple_rotate