spruz 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,99 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: spruz
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Florian Frank
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-11-15 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: All the stuff that isn't good/big enough for a real library.
17
+ email: flori@ping.de
18
+ executables:
19
+ - enum
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - bin/enum
26
+ - VERSION
27
+ - README
28
+ - Rakefile
29
+ - lib/spruz/limited.rb
30
+ - lib/spruz/null.rb
31
+ - lib/spruz/time_dummy.rb
32
+ - lib/spruz/shuffle.rb
33
+ - lib/spruz/to_proc.rb
34
+ - lib/spruz/minimize.rb
35
+ - lib/spruz/subhash.rb
36
+ - lib/spruz/count_by.rb
37
+ - lib/spruz/round.rb
38
+ - lib/spruz/partial_application.rb
39
+ - lib/spruz/uniq_by.rb
40
+ - lib/spruz/p.rb
41
+ - lib/spruz/bijection.rb
42
+ - lib/spruz/module_group.rb
43
+ - lib/spruz/memoize.rb
44
+ - lib/spruz/generator.rb
45
+ - lib/spruz/hash_union.rb
46
+ - lib/spruz/version.rb
47
+ - lib/spruz/go.rb
48
+ - lib/spruz/xt/null.rb
49
+ - lib/spruz/xt/time_dummy.rb
50
+ - lib/spruz/xt/shuffle.rb
51
+ - lib/spruz/xt/subhash.rb
52
+ - lib/spruz/xt/count_by.rb
53
+ - lib/spruz/xt/round.rb
54
+ - lib/spruz/xt/partial_application.rb
55
+ - lib/spruz/xt/uniq_by.rb
56
+ - lib/spruz/xt/p.rb
57
+ - lib/spruz/xt/blank.rb
58
+ - lib/spruz/xt/symbol_to_proc.rb
59
+ - lib/spruz/xt/hash_union.rb
60
+ - lib/spruz/xt/full.rb
61
+ - lib/spruz/xt/irb.rb
62
+ - lib/spruz/once.rb
63
+ - lib/spruz/xt.rb
64
+ - lib/spruz.rb
65
+ - tests/test_spruz.rb
66
+ - install.rb
67
+ has_rdoc: true
68
+ homepage: http://flori.github.com/spruz
69
+ licenses: []
70
+
71
+ post_install_message:
72
+ rdoc_options:
73
+ - --title
74
+ - Spruz
75
+ - --main
76
+ - README
77
+ require_paths:
78
+ - lib
79
+ required_ruby_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: "0"
84
+ version:
85
+ required_rubygems_version: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: "0"
90
+ version:
91
+ requirements: []
92
+
93
+ rubyforge_project:
94
+ rubygems_version: 1.3.5
95
+ signing_key:
96
+ specification_version: 3
97
+ summary: Useful stuff.
98
+ test_files:
99
+ - tests/test_spruz.rb