range_extd 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: range_extd
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Masa Sakano
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-04-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This defines a subclass of Range, RangeExtd and its subclass, RangeExtd::Infinity. The
14
+ former defines a range that enables an exclusion of the begin boundary, in addition
15
+ to the end boundary as in the built-in Range, and accepts open-ended ranges to infinity
16
+ for either (or both) positive/negative direction. The latter has the two constant
17
+ objects, POSITIVE and NEGATIVE, and they are a generalised Infinity of Float::INFINITY
18
+ to any Comparable objects.
19
+ email:
20
+ executables: []
21
+ extensions: []
22
+ extra_rdoc_files:
23
+ - README.en.rdoc
24
+ - README.ja.rdoc
25
+ files:
26
+ - ChangeLog
27
+ - README.en.rdoc
28
+ - README.ja.rdoc
29
+ - Rakefile
30
+ - range_extd.gemspec
31
+ - lib/range_extd/range_extd.rb
32
+ - lib/range_extd/infinity/infinity.rb
33
+ - test/test_range_extd.rb
34
+ homepage:
35
+ licenses:
36
+ - MIT
37
+ metadata: {}
38
+ post_install_message:
39
+ rdoc_options:
40
+ - --charset=UTF-8
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '2.0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 2.0.3
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: RangeExtd - Extended Range class with exclude_begin and open-ends
59
+ test_files:
60
+ - test/test_range_extd.rb
61
+ has_rdoc: