weasy_rb 0.1.0 → 0.1.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/weasy_rb/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f62ee3336120e61a79a3c7eb6eeb857921f051c86fad540b334793b9aed0b102
4
- data.tar.gz: 8639bbebf6d7f7a17c3ab6627b98873c2a0fa1d63f9d3fbe2af3c21e6cfeef27
3
+ metadata.gz: da66b43919e8be05f0d8c9271450dca05b76d533ac1f254cdea6719e5d61ce94
4
+ data.tar.gz: 0e97519f767b71d0fc115a58be02b76e281b98a6f10d5cadb2aba81787959501
5
5
  SHA512:
6
- metadata.gz: 18ffa8aef8c02d62ecf26b7a47bec9cf5e10099ac15e5ace73dfe711d348835d6568486d6788c27e9d3d9571a8ba78290d895fc0163263b26a0d0c6c4a80c6b9
7
- data.tar.gz: 9b330514e4ef75b6eea4a4593b2ac4eadb21ae2cb2d438720c60e4b113368978f341d598b396a362b9e170c592905f16a193a1d2e1e72b9cd934bccdeeeef91e
6
+ metadata.gz: bc0a2f77cc2de26831d9f2926cc5e1f5a94845d38fa8ddfd15e7a86506719cb763bb8592916dc00738a84ea570c4d7c88a15b7a3262709b130295aa808096a42
7
+ data.tar.gz: 5bb298064aa3153afbffcc4cf45a7dd7dc74f8eaebdb39c0d71f24ea28619e13db21351a235a611b7bf66e2731f891d09f9bc72bd8e1fbab26dd4a9d7234d41e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WeasyRb
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weasy_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henrique Aparecido Lavezzo
@@ -35,12 +35,12 @@ files:
35
35
  - lib/weasy_rb/executor.rb
36
36
  - lib/weasy_rb/version.rb
37
37
  - sig/weasy_rb.rbs
38
- homepage: https://github.com/Rynaro/weasy_rb
38
+ homepage: https://github.com/electionbuddy/weasy_rb
39
39
  licenses:
40
40
  - MIT
41
41
  metadata:
42
- homepage_uri: https://github.com/Rynaro/weasy_rb
43
- source_code_uri: https://github.com/Rynaro/weasy_rb
42
+ homepage_uri: https://github.com/electionbuddy/weasy_rb
43
+ source_code_uri: https://github.com/electionbuddy/weasy_rb
44
44
  rdoc_options: []
45
45
  require_paths:
46
46
  - lib