mon 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,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mon
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Peter Selby
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: contracts
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.4'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.4'
27
+ description: A simple and syntax-light implementation of common monads (Maybe, Try,
28
+ Future...), as well as corresponding contracts
29
+ email: peter@selby.ca
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/contracts/contract_helpers.rb
35
+ - lib/contracts/future.rb
36
+ - lib/contracts/lazy.rb
37
+ - lib/contracts/list.rb
38
+ - lib/contracts/maybe.rb
39
+ - lib/contracts/monad_contract.rb
40
+ - lib/contracts/reactron.rb
41
+ - lib/contracts/try.rb
42
+ - lib/mon.rb
43
+ - lib/monads/chainable_monad.rb
44
+ - lib/monads/future.rb
45
+ - lib/monads/lazy.rb
46
+ - lib/monads/list.rb
47
+ - lib/monads/maybe.rb
48
+ - lib/monads/monad.rb
49
+ - lib/monads/reactron.rb
50
+ - lib/monads/try.rb
51
+ - spec/contract_spec.rb
52
+ - spec/monad_spec.rb
53
+ homepage: ''
54
+ licenses:
55
+ - MIT
56
+ metadata: {}
57
+ post_install_message:
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: '1.9'
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubyforge_project:
73
+ rubygems_version: 2.2.2
74
+ signing_key:
75
+ specification_version: 4
76
+ summary: Simple monads & monad contracts
77
+ test_files: []