simple-result 0.3.0 → 0.3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/simple_result/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a28433dee40d5469ac6b92034d61a4a68f31df8805cb4fb2c354ff76f5d3f28
4
- data.tar.gz: 420d09302a2a8caa0eca7eb062af8bb96debd12e0ccad10646af7f251bbdc982
3
+ metadata.gz: 730126b5fb5ebb94a981b0945bb12d3b203c4b41a6fddd74d3eaf8dc2888f7bf
4
+ data.tar.gz: 73f253d2e7519d8a7b5958dfd37c7b4f5058e7b71f66fd4390d17eab4e55aef3
5
5
  SHA512:
6
- metadata.gz: 7e5003ea1d2c8f8393fe07d7a59ccb3af12ae1af6d8e61a062bc8da97bef85df798373d638fcb5106c5ef8cf897aef4d5329f3e2e9931695f654533821a0da59
7
- data.tar.gz: f15c62b67f3337f0dea4c3c0b55628604cbd9b730bc50caab048e06d2fd194eb29f4b575b92a3bf9dfdab0c6d24a1140dfa798a50811f3a14790fdacc9381b32
6
+ metadata.gz: 405a601bda065c90dcda9259e7bd1cc6ac39f023f7b79004a1fc22c75ea28d810f81415fea5249a50da8756127ba09488d93634e1862838146d25d78039e7d11
7
+ data.tar.gz: e5755fcf04fd130b63951fb436bba23748657af70c613fbc0257b07018368058afec2ff10d5e8477fe19d54aeaff3b6d3919b823ee219cd33be43e71d805bfaa
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SimpleResult
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-result
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucian Ghinda
@@ -35,11 +35,11 @@ files:
35
35
  - lib/simple_result.rb
36
36
  - lib/simple_result/helpers.rb
37
37
  - lib/simple_result/version.rb
38
- homepage: https://github.com/lucianghinda/simple_result
38
+ homepage: https://github.com/lucianghinda/simple-result
39
39
  licenses:
40
40
  - MIT
41
41
  metadata:
42
- homepage_uri: https://github.com/lucianghinda/simple_result
42
+ homepage_uri: https://github.com/lucianghinda/simple-result
43
43
  source_code_uri: https://github.com/lucianghinda/simple-result
44
44
  changelog_uri: https://github.com/lucianghinda/web-author/CHANGELOG.md
45
45
  rubygems_mfa_required: 'true'