[DRE-commits] [SCM] ruby-typed-array.git branch, master, updated. upstream/0.1.2-6-gccef0c2
HIGUCHI Daisuke (VDR dai)
dai at debian.org
Sat Dec 29 07:16:37 UTC 2012
The following commit has been merged in the master branch:
commit ccef0c2c5f023d72f9cd64a3b0b4ef5d1a49d9a7
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date: Sat Dec 29 16:16:01 2012 +0900
update headers and Description
diff --git a/debian/control b/debian/control
index f40bf54..47cc2ce 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec
Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-typed-array.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-typed-array.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-typed-array.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-typed-array.git;a=summary
Homepage: http://github.com/yaauie/typed-array
XS-Ruby-Versions: all
@@ -15,26 +15,8 @@ Package: ruby-typed-array
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rspec (~> 2.3.0, development), bundler (~> 1.0.0, development), jeweler (~> 1.6.4, development), rcov (>= 0, development)
-Description: Provides methods for creating type-enforced Arrays
- All methods that alter the contents of an array that implements this Gem are first checked to
- ensure that the added items are of the types allowed. All methods behave exactly as their Array
- counterparts, including additional forms, block processing, etc.
- .
- Defining a TypedArray Class:
- .
- ```ruby
- class ThingsArray < Array
- extend TypedArray
- restrict_types Thing1, Thing2
- end
- .
- things = ThingsArray.new
- ```
- .
- Generating a single TypedArray
- .
- ```ruby
- things = TypedArray(Thing1,Thing2).new
- .
- These classes can be extended, and their accepted-types appended to after their initial definition.
+Description: Ruby library providing enforced-type functionality to Arrays
+ All methods that alter the contents of an array that implements this Gem are
+ first checked to ensure that the added items are of the types allowed. All
+ methods behave exactly as their Array counterparts, including additional
+ forms, block processing, etc.
--
ruby-typed-array.git
More information about the Pkg-ruby-extras-commits
mailing list