actionhash 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e572be34c1fe6fb616b9337a9cbeb30f8aae54b5ed838429fb1deb3e0e182184
4
- data.tar.gz: f85bb350444e5bac864404934980d0dcbc29befc5c4089c3a8eab6b98b78f878
3
+ metadata.gz: 9bbe80567f09ecd682f81403e662b01b6b94791d821670f2a0cb2afe05e582ed
4
+ data.tar.gz: a0a188ae15c817162b680fbe49af062e400803a0f2a68b9420aa1fc782ee63fc
5
5
  SHA512:
6
- metadata.gz: 6c23cbe7e6aeefe57d7e1fcc277ff2a22eb0d45d067dac399c54c7ca566a564bfc86f29dfe0e2f03e2ba31162a7d84251898a8a6d5f866c536c45c6c6a142368
7
- data.tar.gz: 7943e8f3d80b98ac96d9b4e162063ac74eeab2ac969e448852f6fc77a26f5f611108e15cf7569f460e85baa6b1d73baef30a1aaea58fb11473c644373ca5c9c1
6
+ metadata.gz: a90fa2d08db6ca24032567b137116b49ce079c24d7714d1ce85783448ebe23c60fdcadc35e888c124375cacd29dc3f1b371b45ec940d873a258b2c54227913da
7
+ data.tar.gz: 86200887a0bea0b73b34e556ce5deef739ba26a4697094bfac1c28b3f6ac44545f886afcc56d8b771da03bd3ad32425cb0c866b6d1544619c7cb3e83196f925d
data/actionhash.gemspec CHANGED
@@ -31,4 +31,6 @@ Gem::Specification.new do |spec|
31
31
  spec.bindir = 'exe'
32
32
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
33
33
  spec.require_paths = ['lib']
34
+
35
+ spec.post_install_message = 'If you find this gem useful, consider supporting its development: https://www.paypal.com/donate/?hosted_button_id=YF5XS7ZXQ6F8A'
34
36
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Actionhash
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
data/lib/actionhash.rb CHANGED
@@ -3,6 +3,7 @@
3
3
  require_relative 'actionhash/version'
4
4
  require 'securerandom'
5
5
 
6
+ # This is the main module for the ActionHash Gem
6
7
  module ActionHash
7
8
  class Error < StandardError; end
8
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionhash
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
  - PixelRidge Softworks
@@ -41,7 +41,8 @@ metadata:
41
41
  allowed_push_host: https://rubygems.org
42
42
  homepage_uri: https://git.pixelridgesoftworks.com/PixelRidge-Softworks/ActionHash
43
43
  source_code_uri: https://git.pixelridgesoftworks.com/PixelRidge-Softworks/ActionHash
44
- post_install_message:
44
+ post_install_message: 'If you find this gem useful, consider supporting its development:
45
+ https://www.paypal.com/donate/?hosted_button_id=YF5XS7ZXQ6F8A'
45
46
  rdoc_options: []
46
47
  require_paths:
47
48
  - lib