literal 1.4.0 → 1.6.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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: literal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Drapper
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-03-10 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Enums, properties, generics, structured objects and runtime type checking.
14
13
  email:
@@ -28,6 +27,7 @@ files:
28
27
  - lib/literal/errors/argument_error.rb
29
28
  - lib/literal/errors/error.rb
30
29
  - lib/literal/errors/type_error.rb
30
+ - lib/literal/failure.rb
31
31
  - lib/literal/flags.rb
32
32
  - lib/literal/hash.rb
33
33
  - lib/literal/null.rb
@@ -42,8 +42,10 @@ files:
42
42
  - lib/literal/rails/flags_type.rb
43
43
  - lib/literal/rails/patches/active_record.rb
44
44
  - lib/literal/railtie.rb
45
+ - lib/literal/result.rb
45
46
  - lib/literal/set.rb
46
47
  - lib/literal/struct.rb
48
+ - lib/literal/success.rb
47
49
  - lib/literal/transforms.rb
48
50
  - lib/literal/tuple.rb
49
51
  - lib/literal/type.rb
@@ -81,7 +83,6 @@ metadata:
81
83
  changelog_uri: https://github.com/joeldrapper/literal/releases
82
84
  funding_uri: https://github.com/sponsors/joeldrapper
83
85
  rubygems_mfa_required: 'true'
84
- post_install_message:
85
86
  rdoc_options: []
86
87
  require_paths:
87
88
  - lib
@@ -96,8 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
97
  - !ruby/object:Gem::Version
97
98
  version: '0'
98
99
  requirements: []
99
- rubygems_version: 3.5.18
100
- signing_key:
100
+ rubygems_version: 3.6.2
101
101
  specification_version: 4
102
102
  summary: Enums, properties, generics, structured objects and runtime type checking.
103
103
  test_files: []