Rakefile in urlcrypt-0.1.2 vs Rakefile in urlcrypt-0.2.0

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (c) 2013 Thomas Fuchs +# Copyright (c) 2013-2022 Thomas Fuchs # Copyright (c) 2007-2011 Samuel Tesla # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights @@ -31,15 +31,14 @@ gemspec = Gem::Specification.new do |s| s.author = "Thomas Fuchs" s.email = "thomas@slash7.com" s.extra_rdoc_files = ["README.md"] s.files = FileList["Rakefile", "{config,lib,test}/**/*"] - s.has_rdoc = true s.name = 'urlcrypt' s.require_paths << 'lib' s.requirements << 'none' s.summary = "Securely encode and decode short pieces of arbitrary binary data in URLs." - s.version = "0.1.2" + s.version = "0.2.0" end Gem::PackageTask.new(gemspec) do |pkg| pkg.need_tar = true end