algebrick 0.7.2 → 0.7.3
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.
- checksums.yaml +4 -4
- data/README.md +6 -3
- data/README_FULL.md +1 -1
- data/VERSION +1 -1
- metadata +18 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acb97762ca9adaf44bcddd29fd57985f77c0d98c
|
|
4
|
+
data.tar.gz: 67a118f7462a29d4d29edeeff5cf1ce4c9a4b259
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84402aff0bf09c611f7853ec255b97bdae86a7d43297a412a5d8f1d3aee8ef9c82303a233465b1e22a17f75f7fc2c693ebb3db9d4c194b54952c37941b59a1dc
|
|
7
|
+
data.tar.gz: c4250f16434da8d17ce1ca866c1e549694f3960bc9d81a102ff65d908f4f450e69dbe5379c8708028d013d9c0fc49d19981ad05346eeb1084a44a01da4b1979b
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/pitr-ch/algebrick)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Typed structs on steroids based on algebraic types and pattern matching seamlessly integrating with standard Ruby features.
|
|
6
6
|
|
|
7
7
|
- Documentation: <http://blog.pitr.ch/algebrick>
|
|
8
8
|
- Source: <https://github.com/pitr-ch/algebrick>
|
|
@@ -10,8 +10,11 @@ It's a gem providing **algebraic types** and **pattern matching** seamlessly int
|
|
|
10
10
|
|
|
11
11
|
## What is it good for?
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
13
|
+
- Well defined data structures.
|
|
14
|
+
- Actor messages see [new Actor implementation](http://rubydoc.info/gems/concurrent-ruby/Concurrent/Actress)
|
|
15
|
+
in [concurrent-ruby](concurrent-ruby.com).
|
|
16
|
+
- Describing message protocols in message-based cross-process communication.
|
|
17
|
+
Algebraic types play nice with JSON de/serialization.
|
|
15
18
|
- and more...
|
|
16
19
|
|
|
17
20
|
## Quick example
|
data/README_FULL.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Algebrick
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Typed structs on steroids based on algebraic types and pattern matching seamlessly integrating with standard Ruby features.
|
|
4
4
|
|
|
5
5
|
- Documentation: <http://blog.pitr.ch/algebrick>
|
|
6
6
|
- Source: <https://github.com/pitr-ch/algebrick>
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.3
|
metadata
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: algebrick
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Petr Chalupa
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: minitest
|
|
14
15
|
requirement: !ruby/object:Gem::Requirement
|
|
15
16
|
requirements:
|
|
16
|
-
- -
|
|
17
|
+
- - ">="
|
|
17
18
|
- !ruby/object:Gem::Version
|
|
18
19
|
version: '0'
|
|
19
|
-
name: minitest
|
|
20
|
-
prerelease: false
|
|
21
20
|
type: :development
|
|
21
|
+
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: minitest-reporters
|
|
28
29
|
requirement: !ruby/object:Gem::Requirement
|
|
29
30
|
requirements:
|
|
30
|
-
- -
|
|
31
|
+
- - ">="
|
|
31
32
|
- !ruby/object:Gem::Version
|
|
32
33
|
version: '0'
|
|
33
|
-
name: minitest-reporters
|
|
34
|
-
prerelease: false
|
|
35
34
|
type: :development
|
|
35
|
+
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
description: Provides algebraic type definitions and pattern matching
|
|
@@ -134,25 +134,25 @@ homepage: https://github.com/pitr-ch/algebrick
|
|
|
134
134
|
licenses:
|
|
135
135
|
- Apache License 2.0
|
|
136
136
|
metadata: {}
|
|
137
|
-
post_install_message:
|
|
137
|
+
post_install_message:
|
|
138
138
|
rdoc_options: []
|
|
139
139
|
require_paths:
|
|
140
140
|
- lib
|
|
141
141
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
142
142
|
requirements:
|
|
143
|
-
- -
|
|
143
|
+
- - ">="
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
145
|
version: '0'
|
|
146
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
requirements:
|
|
148
|
-
- -
|
|
148
|
+
- - ">="
|
|
149
149
|
- !ruby/object:Gem::Version
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
|
-
rubyforge_project:
|
|
153
|
-
rubygems_version: 2.4.
|
|
154
|
-
signing_key:
|
|
152
|
+
rubyforge_project:
|
|
153
|
+
rubygems_version: 2.4.5
|
|
154
|
+
signing_key:
|
|
155
155
|
specification_version: 4
|
|
156
156
|
summary: Algebraic types and pattern matching for Ruby
|
|
157
157
|
test_files: []
|
|
158
|
-
has_rdoc:
|
|
158
|
+
has_rdoc:
|