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 +43 -20
- data/README.rdoc +1 -11
- data/VERSION +1 -1
- data/term-ansicolor-logger.gemspec +1 -1
- metadata +2 -2
data/LICENSE.txt
CHANGED
@@ -1,20 +1,43 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
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
|
-
|
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.
|
1
|
+
1.0.1
|
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.
|
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:
|
108
|
+
hash: -4293586324610553889
|
109
109
|
segments:
|
110
110
|
- 0
|
111
111
|
version: "0"
|