newgem 0.25.0 → 0.27.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +12 -0
- data/Manifest.txt +6 -5
- data/{README.txt → README.rdoc} +30 -30
- data/app_generators/newgem/newgem_generator.rb +5 -5
- data/app_generators/newgem/templates/{README.txt → README.rdoc} +0 -0
- data/app_generators/newgem/templates/lib/version.rb +1 -0
- data/app_generators/newgem_simple/newgem_simple_generator.rb +1 -1
- data/app_generators/newgem_simple/templates/README.rdoc +3 -0
- data/app_generators/newgem_simple/templates/Rakefile +11 -1
- data/config/hoe.rb +8 -8
- data/lib/newgem/version.rb +1 -1
- data/newgem_generators/install_website/templates/script/txt2html +1 -1
- data/script/txt2html +1 -1
- data/test/fixtures/home/.rubyforge/auto-config.yml +54 -0
- data/test/fixtures/home/.rubyforge/user-config.yml +23 -0
- data/test/test_newgem_generator.rb +1 -1
- data/test/test_newgem_simple_generator.rb +1 -1
- data/website/index.html +116 -249
- data/website/index.txt +1 -1
- data/website/rubyforge.html +62 -98
- data/website/stylesheets/screen.css +20 -1
- data/website/template.html.erb +26 -5
- data/website/version-raw.js +1 -1
- data/website/version.js +1 -1
- metadata +16 -14
- data/License.txt +0 -20
- data/app_generators/newgem/templates/License.txt +0 -20
- data/app_generators/newgem_simple/templates/README +0 -4
@@ -1,20 +0,0 @@
|
|
1
|
-
Copyright (c) <%= Time.now.year %> <%= author %>
|
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.
|