sign 0.1.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +5 -3
- data/.travis.yml +3 -1
- data/CHANGELOG.md +34 -3
- data/Gemfile +0 -3
- data/README.md +18 -23
- data/bin/sign +5 -0
- data/lib/sign/fetcher.rb +34 -0
- data/lib/sign/generator.rb +61 -0
- data/lib/sign/runner.rb +59 -0
- data/lib/sign/version.rb +1 -1
- data/lib/sign.rb +4 -9
- data/vendor/licenses/agpl-3.0.txt +661 -0
- data/vendor/licenses/apache-2.0.txt +201 -0
- data/vendor/licenses/bsd-2.txt +25 -0
- data/vendor/licenses/bsd-3.txt +29 -0
- data/vendor/licenses/gpl-2.0.txt +339 -0
- data/vendor/licenses/gpl-3.0.txt +674 -0
- data/vendor/licenses/mit.txt +21 -0
- data/vendor/licenses/unlicense.txt +24 -0
- metadata +15 -3
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) [YEAR] [AUTHOR]
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1,24 @@
|
|
1
|
+
This is free and unencumbered software released into the public domain.
|
2
|
+
|
3
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
4
|
+
distribute this software, either in source code form or as a compiled
|
5
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
6
|
+
means.
|
7
|
+
|
8
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
9
|
+
of this software dedicate any and all copyright interest in the
|
10
|
+
software to the public domain. We make this dedication for the benefit
|
11
|
+
of the public at large and to the detriment of our heirs and
|
12
|
+
successors. We intend this dedication to be an overt act of
|
13
|
+
relinquishment in perpetuity of all present and future rights to this
|
14
|
+
software under copyright law.
|
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 NONINFRINGEMENT.
|
19
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
20
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
21
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
22
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
23
|
+
|
24
|
+
For more information, please refer to <http://unlicense.org>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sign
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evan Ng
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -71,9 +71,21 @@ files:
|
|
71
71
|
- Rakefile
|
72
72
|
- bin/console
|
73
73
|
- bin/setup
|
74
|
+
- bin/sign
|
74
75
|
- lib/sign.rb
|
76
|
+
- lib/sign/fetcher.rb
|
77
|
+
- lib/sign/generator.rb
|
78
|
+
- lib/sign/runner.rb
|
75
79
|
- lib/sign/version.rb
|
76
80
|
- sign.gemspec
|
81
|
+
- vendor/licenses/agpl-3.0.txt
|
82
|
+
- vendor/licenses/apache-2.0.txt
|
83
|
+
- vendor/licenses/bsd-2.txt
|
84
|
+
- vendor/licenses/bsd-3.txt
|
85
|
+
- vendor/licenses/gpl-2.0.txt
|
86
|
+
- vendor/licenses/gpl-3.0.txt
|
87
|
+
- vendor/licenses/mit.txt
|
88
|
+
- vendor/licenses/unlicense.txt
|
77
89
|
homepage: https://github.com/evanscloud/sign
|
78
90
|
licenses:
|
79
91
|
- MIT
|
@@ -95,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
107
|
version: '0'
|
96
108
|
requirements: []
|
97
109
|
rubyforge_project:
|
98
|
-
rubygems_version: 2.6.
|
110
|
+
rubygems_version: 2.6.14
|
99
111
|
signing_key:
|
100
112
|
specification_version: 4
|
101
113
|
summary: Generate a license for your project right from your command-line.
|