term-ansicolor-logger 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE.txt CHANGED
@@ -1,20 +1,43 @@
1
- Copyright (c) 2011 lpm11
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ NYSL Version 0.9982
2
+ ----------------------------------------
3
+
4
+ A. 本ソフトウェアは Everyone'sWare です。このソフトを手にした一人一人が、
5
+ ご自分の作ったものを扱うのと同じように、自由に利用することが出来ます。
6
+
7
+ A-1. フリーウェアです。作者からは使用料等を要求しません。
8
+ A-2. 有料無料や媒体の如何を問わず、自由に転載・再配布できます。
9
+ A-3. いかなる種類の 改変・他プログラムでの利用 を行っても構いません。
10
+ A-4. 変更したものや部分的に使用したものは、あなたのものになります。
11
+ 公開する場合は、あなたの名前の下で行って下さい。
12
+
13
+ B. このソフトを利用することによって生じた損害等について、作者は
14
+ 責任を負わないものとします。各自の責任においてご利用下さい。
15
+
16
+ C. 著作者人格権は lpm11 に帰属します。著作権は放棄します。
17
+
18
+ D. 以上の3項は、ソース・実行バイナリの双方に適用されます。
19
+
20
+
21
+
22
+ NYSL Version 0.9982 (en) (Unofficial)
23
+ ----------------------------------------
24
+ A. This software is "Everyone'sWare". It means:
25
+ Anybody who has this software can use it as if he/she is
26
+ the author.
27
+
28
+ A-1. Freeware. No fee is required.
29
+ A-2. You can freely redistribute this software.
30
+ A-3. You can freely modify this software. And the source
31
+ may be used in any software with no limitation.
32
+ A-4. When you release a modified version to public, you
33
+ must publish it with your name.
34
+
35
+ B. The author is not responsible for any kind of damages or loss
36
+ while using or misusing this software, which is distributed
37
+ "AS IS". No warranty of any kind is expressed or implied.
38
+ You use AT YOUR OWN RISK.
39
+
40
+ C. Copyrighted to lpm11.
41
+
42
+ D. Above three clauses are applied both to source and binary
43
+ form of this software.
data/README.rdoc CHANGED
@@ -1,16 +1,6 @@
1
1
  = term-ansicolor-logger
2
2
 
3
- Description goes here.
4
-
5
- == Contributing to term-ansicolor-logger
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
9
- * Fork the project
10
- * Start a feature/bugfix branch
11
- * Commit and push until you are happy with your contribution
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
3
+ logger with fancy color and/or decoration powered by term-ansicolor.
14
4
 
15
5
  == Copyright
16
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{term-ansicolor-logger}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["lpm11"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: term-ansicolor-logger
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - lpm11
@@ -105,7 +105,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
- hash: 691445643208458628
108
+ hash: -4293586324610553889
109
109
  segments:
110
110
  - 0
111
111
  version: "0"