wittyflow 1.0.0 → 1.0.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: bdc8fbce7e5844bca9a9050807303d746084cc12596b8cd755373633b572111b
4
- data.tar.gz: 3483c288145246fb8597f7ee91d0c4fc2b9a83ce4897becd32ff3faa4acb5e0e
3
+ metadata.gz: 11d5d3223573479cc086e25abd2f011f20a5c624d55935a2cf602839874cc70b
4
+ data.tar.gz: 7e135ba4ee17b9aad7b3f19483df11e32347cbecd20f26c7bbc01a0d6bd06d14
5
5
  SHA512:
6
- metadata.gz: bfcd365cf908f23631e3be46fb32f19b7ccad546f2eb5807f4f6eabb2492ef654bba3b26992efb1315ce8c12cf75b4a26eba9f819d7acc357fdc4ea90c29009e
7
- data.tar.gz: cc518905f36f4ad53b98b58f08c161bd1ad7b264576c1443d3e18c7899e26432079c6cc3415b2d60f3efbaa0bc9645990abab8a761f9ee1f2402e412719c2fe4
6
+ metadata.gz: e65b9f0089cbc6f11244d3935d811d7da411979782d5243163107291fdd6c0cae61776aaea7453b38b1b27b9392b2ec42e092a519e5b72f8ec43f7bb891fb6d1
7
+ data.tar.gz: d06835393c60abddeb29c76b834977be69d3ae8baa7f812480f646e2f7bf16f42f021a54c5eb269bd87e765d12ff2dec4f7c18caffc12f69733c95eeccfdfecc
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wittyflow
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
data/wittyflow.gemspec CHANGED
@@ -19,9 +19,9 @@ Gem::Specification.new do |spec|
19
19
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
20
20
  spec.metadata["homepage_uri"] = "https://github.com/charlesagyemang/wittyflow_sms_ruby_gem"
21
21
  spec.metadata["source_code_uri"] = "https://github.com/charlesagyemang/wittyflow_sms_ruby_gem"
22
- spec.metadata["changelog_uri"] = "https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/blob/main/CHANGELOG.md"
22
+ spec.metadata["changelog_uri"] = "https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/blob/master/CHANGELOG.md"
23
23
  spec.metadata["bug_tracker_uri"] = "https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/issues"
24
- spec.metadata["documentation_uri"] = "https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/blob/main/README.md"
24
+ spec.metadata["documentation_uri"] = "https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/blob/master/README.md"
25
25
  spec.metadata["rubygems_mfa_required"] = "true"
26
26
 
27
27
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wittyflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - charlesagyemang
@@ -251,9 +251,9 @@ metadata:
251
251
  allowed_push_host: https://rubygems.org
252
252
  homepage_uri: https://github.com/charlesagyemang/wittyflow_sms_ruby_gem
253
253
  source_code_uri: https://github.com/charlesagyemang/wittyflow_sms_ruby_gem
254
- changelog_uri: https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/blob/main/CHANGELOG.md
254
+ changelog_uri: https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/blob/master/CHANGELOG.md
255
255
  bug_tracker_uri: https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/issues
256
- documentation_uri: https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/blob/main/README.md
256
+ documentation_uri: https://github.com/charlesagyemang/wittyflow_sms_ruby_gem/blob/master/README.md
257
257
  rubygems_mfa_required: 'true'
258
258
  post_install_message:
259
259
  rdoc_options: []