pkgsrc/lang/ruby200-base/patches/patch-defs_default__gems
taca ea98d4c53f Add ruby200-base-2.0.0p247.
This is latest stable release of Ruby and it basically compatible with
Ruby 1.9.3.  Please refer full changes to NEWS/ChangeLog files or official
Web site.  Here is language changes:

* Added keyword arguments.

* Added %i and %I for symbol list creation (similar to %w and %W).

* Default source encoding is changed to UTF-8. (was US-ASCII)

* No warning for unused variables starting with '_'
2013-07-21 02:32:58 +00:00

14 lines
566 B
Text

$NetBSD: patch-defs_default__gems,v 1.1 2013/07/21 02:32:58 taca Exp $
* Add suffix to default gem's executables files.
--- defs/default_gems.orig 2012-12-01 03:35:36.000000000 +0000
+++ defs/default_gems
@@ -1,5 +1,5 @@
# gem base directory versioning file [executable files under bin]
-rake lib/rake lib/rake/version.rb [rake]
-rdoc lib/rdoc lib/rdoc.rb [rdoc ri]
+rake lib/rake lib/rake/version.rb [rake200]
+rdoc lib/rdoc lib/rdoc.rb [rdoc200 ri200]
minitest lib/minitest lib/minitest/unit.rb
json ext/json ext/json/lib/json/version.rb