algebrick 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -3
  3. data/README_FULL.md +1 -1
  4. data/VERSION +1 -1
  5. metadata +18 -18
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60096d13b93562596d958a5dc3aa097bd898d573
4
- data.tar.gz: b287141a4904cc92e3897a6dc1dd5491ffcb6386
3
+ metadata.gz: acb97762ca9adaf44bcddd29fd57985f77c0d98c
4
+ data.tar.gz: 67a118f7462a29d4d29edeeff5cf1ce4c9a4b259
5
5
  SHA512:
6
- metadata.gz: db0490f87946a101ca586c33f2357c3cdc33e3e3b2ff1a05e085e927d09449eac7453cbcb4e8f5127b9095451fd57e580c11301333e6e90b5f3b934001f4d189
7
- data.tar.gz: 0b7835c98cbf5963ac392e36550096fdf7b00a9a6d1b36d1d021476d96a7f1bb0289619421fd3f8d4811182c90f8274d1b3ca4fb0929f047c1c226253ccb6abb
6
+ metadata.gz: 84402aff0bf09c611f7853ec255b97bdae86a7d43297a412a5d8f1d3aee8ef9c82303a233465b1e22a17f75f7fc2c693ebb3db9d4c194b54952c37941b59a1dc
7
+ data.tar.gz: c4250f16434da8d17ce1ca866c1e549694f3960bc9d81a102ff65d908f4f450e69dbe5379c8708028d013d9c0fc49d19981ad05346eeb1084a44a01da4b1979b
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/pitr-ch/algebrick.png?branch=master)](https://travis-ci.org/pitr-ch/algebrick)
4
4
 
5
- It's a gem providing **algebraic types** and **pattern matching** seamlessly integrates with standard features Ruby.
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
- - Defining data structures.
14
- - Algebraic types play nice with JSON serialization and deserialization. It is ideal for defining message-based cross-process communication.
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
@@ -1,6 +1,6 @@
1
1
  # Algebrick
2
2
 
3
- It's a gem providing **algebraic types** and **pattern matching** and seamlessly integrating with standard features of Ruby.
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.2
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.2
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-06-29 00:00:00.000000000 Z
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.6
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: