special 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6f478a5ce1c0ad788d5db37608dc210d540e6b8d
4
+ data.tar.gz: 6a9a3c80de4fa327d6d2e8e317a61e88037bee80
5
+ SHA512:
6
+ metadata.gz: c63cc21a19782fe195f75c080508df6a3fc7afe28a7386be21e7230dfe464f2b76ab035f44e43711ebf20c9495f5e1624476802f71cd6d65f0d9951307b632da
7
+ data.tar.gz: 08e217b17c971586a8781dac7597a6913b840995b101596ee09907e06051b4292d23378030b6f703ab5d8cd1f8ada52fd081206017159f5209d8c518213015e9
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: special
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Marc Siegel
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-01-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Experiment with a protocol for specifying and implementing specializations
14
+ of Ruby container classes, both standard and user defined, for more efficient execution
15
+ in cases of homogenous and/or frozen elements.
16
+ email:
17
+ - marc@usainnov.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files: []
22
+ homepage: https://github.com/ms-ati/special
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '2.3'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.5.1
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Experiment with type-specialized container classes in Ruby
46
+ test_files: []