about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-04-12 20:21:46 +0000
committerEric Wong <normalperson@yhbt.net>2013-04-12 22:25:11 +0000
commit1fdbe4e5e1e46eedf11dbf765bf228bd1a831d09 (patch)
tree93bf68842ed21f1f454dce6eef9885ec552a8d89
parentee7efd4c7b8f1fc10b239e80f3296d943c05e04e (diff)
downloadsleepy_penguin-1fdbe4e5e1e46eedf11dbf765bf228bd1a831d09.tar.gz
require_paths and date are automatically set in modern RubyGems
versions.  Since we only use modern RubyGems versions, the
licenses= accessor is also activated.

Since the FSF may change mailing addresses again in the future,
prefer the web address to point to licenses.  This change is
acceptable for GNU projects, so it should be for us, too:
http://sourceware.org/bugzilla/show_bug.cgi?id=13673
-rw-r--r--LICENSE3
-rw-r--r--sleepy_penguin.gemspec4
2 files changed, 2 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 9cb1ff0..b2a8e6e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -14,5 +14,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
 General Public License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
+along with this library; if not, see http://www.gnu.org/licenses/
diff --git a/sleepy_penguin.gemspec b/sleepy_penguin.gemspec
index c080524..5507dec 100644
--- a/sleepy_penguin.gemspec
+++ b/sleepy_penguin.gemspec
@@ -9,13 +9,11 @@ Gem::Specification.new do |s|
   s.version = ENV["VERSION"].dup
   s.homepage = Wrongdoc.config[:rdoc_url]
   s.authors = ["#{name} hackers"]
-  s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
   s.email = %q{sleepy.penguin@librelist.org}
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
   s.rdoc_options = rdoc_options
-  s.require_paths = %w(lib ext)
   s.rubyforge_project = %q{rainbows}
   s.summary = summary
   s.test_files = Dir['test/test_*.rb']
@@ -23,5 +21,5 @@ Gem::Specification.new do |s|
   s.add_development_dependency('wrongdoc', '~> 1.5')
   s.add_development_dependency('strace_me', '~> 1.0')
 
-  # s.license = %w(LGPL) # disabled for compatibility with older RubyGems
+  s.licenses = %w(LGPLv2.1 LGPLv3)
 end