raskell 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.
@@ -0,0 +1,3 @@
1
+ module Raskell
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: raskell
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Kian Wilcox
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-07-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Functional and Concatenative Programming With Streams in Ruby
14
+ email:
15
+ - kian+raskell@type.space
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/raskell/array.rb
21
+ - lib/raskell/f.rb
22
+ - lib/raskell/folds.rb
23
+ - lib/raskell/identity.rb
24
+ - lib/raskell/integer.rb
25
+ - lib/raskell/nothing.rb
26
+ - lib/raskell/object.rb
27
+ - lib/raskell/proc.rb
28
+ - lib/raskell/streams.rb
29
+ - lib/raskell.rb
30
+ - lib/version.rb
31
+ - README.md
32
+ - ROADMAP.md
33
+ homepage: https://www.raskell.org
34
+ licenses:
35
+ - MIT
36
+ metadata:
37
+ source_code_uri: https://github.com/kianwilcox/raskell
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - '>='
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubyforge_project:
54
+ rubygems_version: 2.0.14.1
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: Making Ruby a "Joy" to Work With
58
+ test_files: []