formalism 0.2.0 → 0.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 704ad27d3b6f2c48ceb930195acedcc634642e14d76cdf396c8c005ca8af067f
4
- data.tar.gz: c38eb79190667e0576bcb0e30bbc5564246ef9d14d6f9d0b4de657857ee4aa33
3
+ metadata.gz: '008bc0a053e9967ac5ba5535cd0a6a3ef5f35d417e8f386289b9f1f23290e7f6'
4
+ data.tar.gz: 9e0debe2a119f639b052c5eebf61162af7464424eacc421f7717e4511839031f
5
5
  SHA512:
6
- metadata.gz: b5838dc86618cae1f6674154ff496e5f2856665daa9b840122430da9425054c3c17c1329fc96091ef2798a1681b78ea4aa526f2c9b7bab2654ca9233b91fb196
7
- data.tar.gz: b40a969a78b0f1e820ae9b1fbe1d1cafad933f35155cc2ac5a972475a1d6e8eb5851b6d1d3ba049c2c7e25659edf1a9bd72ccad9715643e979d95f2c5c05c7fe
6
+ metadata.gz: 1d005d3d8e0d9fc5eb20f18446ffb1947dfc7ed2dab7d9213dc0c4a0ad75e4f63fac983b7da67a134605b2f99c29c7305ada9122f4f715328d89d44f2b58d36d
7
+ data.tar.gz: f2e51c58039cc00a09bb43e7744859465c009a3b6273c0546a038e886796be4a188cf7c96d9b4bf4f490bb933ff896bbef98ae80e60f994f2e56ebdf42717acc
@@ -2,10 +2,16 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 0.2.1 (2020-09-25)
6
+
7
+ * Make `Form::Outcome` constant public.
8
+
5
9
  ## 0.2.0 (2020-09-23)
6
10
 
7
- ## 0.1.0 (2020-07-09)
11
+ * Fix `included` in child forms.
12
+ Call `super`, and use `module_methods` at all.
13
+ * Update bundle.
8
14
 
9
- ## 0.0.0 (2020-07-09)
15
+ ## 0.1.0 (2020-07-09)
10
16
 
11
17
  * Initial version
@@ -22,7 +22,5 @@ module Formalism
22
22
  @result
23
23
  end
24
24
  end
25
-
26
- private_constant :Outcome
27
25
  end
28
26
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Formalism
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formalism
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Popov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-23 00:00:00.000000000 Z
11
+ date: 2020-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gorilla_patch