[BACK]Return to patch-ab CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / ruby-stream / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/devel/ruby-stream/patches/Attic/patch-ab between version 1.2 and 1.3

version 1.2, 2010/09/26 12:14:22 version 1.3, 2011/04/01 14:16:55
Line 1 
Line 1 
 $NetBSD$  $NetBSD$
   
 Correct URL which is strictly checked by RubyGems.  * Correct URL which is strictly checked by RubyGems.
   * Fix more gemspec format.
   
 --- ../stream-0.5.gemspec.orig  2010-09-26 02:08:31.000000000 +0000  --- ../stream-0.5.gemspec.orig  2011-03-31 12:14:40.000000000 +0900
 +++ ../stream-0.5.gemspec  +++ ../stream-0.5.gemspec       2011-03-31 12:16:30.000000000 +0900
 @@ -12,9 +12,12 @@ default_executable:  @@ -9,12 +9,16 @@
  dependencies:   cert_chain:
    date: 2004-05-13 23:08:47.880344 +00:00
    default_executable:
   -dependencies:
   +dependencies: []
   +
  description: Module Stream defines an interface for external iterators.   description: Module Stream defines an interface for external iterators.
  email: hd.at.clr@hduchene.de   email: hd.at.clr@hduchene.de
 -executables:  -executables:
Line 20  Correct URL which is strictly checked by
Line 26  Correct URL which is strictly checked by
  files:   files:
  - install.rb   - install.rb
  - Rakefile   - Rakefile
 @@ -27,7 +30,7 @@ files:  @@ -27,19 +31,21 @@
  - examples/examples.rb   - examples/examples.rb
  - examples/streamtester.rb   - examples/streamtester.rb
  has_rdoc: true   has_rdoc: true
Line 28  Correct URL which is strictly checked by
Line 34  Correct URL which is strictly checked by
 +homepage: http://rgl.rubyforge.org  +homepage: http://rgl.rubyforge.org
  licenses:   licenses:
  post_install_message:   post_install_message:
  rdoc_options:  -rdoc_options:
 @@ -41,5 +44,5 @@ rubygems_version: 1.3.7  +rdoc_options: []
   +
    require_paths:
    - lib
    required_ruby_version:
    required_rubygems_version:
   -requirements:
   +requirements: []
   +
    rubyforge_project: rgl
    rubygems_version: 1.6.2
  signing_key:   signing_key:
  specification_version: -1   specification_version: -1
  summary: Stream - Extended External Iterators   summary: Stream - Extended External Iterators

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>