davidrichards-just_enumerable_stats 0.0.2

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,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: davidrichards-just_enumerable_stats
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - David Richards
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-07-21 00:00:00 -07:00
13
+ default_executable: jes
14
+ dependencies: []
15
+
16
+ description: Basic statistics on Ruby enumerables
17
+ email: davidlamontrichards@gmail.com
18
+ executables:
19
+ - jes
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - README.rdoc
26
+ - VERSION.yml
27
+ - bin/jes
28
+ - lib/fixed_range.rb
29
+ - lib/just_enumerable_stats
30
+ - lib/just_enumerable_stats/stats.rb
31
+ - lib/just_enumerable_stats.rb
32
+ - spec/fixed_range_spec.rb
33
+ - spec/just_enumerable_stats
34
+ - spec/just_enumerable_stats/stats_spec.rb
35
+ - spec/just_enumerable_stats_spec.rb
36
+ - spec/spec_helper.rb
37
+ has_rdoc: true
38
+ homepage: http://github.com/davidrichards/just_enumerable_stats
39
+ post_install_message:
40
+ rdoc_options:
41
+ - --inline-source
42
+ - --charset=UTF-8
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: "0"
50
+ version:
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: "0"
56
+ version:
57
+ requirements: []
58
+
59
+ rubyforge_project:
60
+ rubygems_version: 1.2.0
61
+ signing_key:
62
+ specification_version: 2
63
+ summary: Basic statistics on Ruby enumerables
64
+ test_files: []
65
+