ImpUnit 0.3.3 → 0.3.4

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: 7ee804d5e128a2beca2ddcd5900c2df26d1e9d8ad02b7fc2e20d8572ea046471
4
- data.tar.gz: 4bc2eaef1d73f526cb6a904fda0a65afc225da7a18ef41f946d1dd95e5793b27
3
+ metadata.gz: 42cd656008cd503ee77c65bbca9609d82d22556268794221e825f506427a2afb
4
+ data.tar.gz: 7140702f3392bfa6f2533c36b32bf95431bd0029d2d6eda84bad7dda75f37640
5
5
  SHA512:
6
- metadata.gz: 7bc97dd0b99af7ef6022465c7f115ea7e3ed0a8394342ee38cbad70f2a6d119ee0f5fc0b66affdae74867f1da601c4ee84efff7adde1b0183076221b4f182e6b
7
- data.tar.gz: 96824776c678112e1df0808d00cb16cff440a6b07580dc31f9ef0dd2c9796ae2598ab458a68cd28da757a91e0b0632d4836558dd7fd41464df64e9babef4bb8a
6
+ metadata.gz: 95c9856c1da4d736d2a91e7abc7d3ff76a69024aa8d6c7401880fd74cc138657f4b08c6b3e54ca11f3345299efc67829ce29aafd26b82b66e98dfcb6a7e81963
7
+ data.tar.gz: 576f3b26ab1da9bb8fe63226ff0a3d18882836e0925077de2f9db8646f297ed17b27a3b906fe4c570dcdf064200e7415b44b659e1602825c2574b3e38b441059
data/ImpUnit.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{ImpUnit engine. The intent is a human like intelligence small enough to fit into a thumb drive.}
13
13
  spec.description = %q{Implementing the main engine and subroutines into a gem so I don't have to continuously recreate the wheel.}
14
- spec.homepage = "https://lwflouisa.github.io/ImpUnitGem"
14
+ spec.homepage = "https://github.com/LWFlouisa/ImpUnitApp"
15
15
 
16
16
  # Specify which files should be added to the gem when it is released.
17
17
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module ImpUnit
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ImpUnit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - LWFlouisa
@@ -55,7 +55,7 @@ files:
55
55
  - bin/setup
56
56
  - lib/ImpUnit.rb
57
57
  - lib/ImpUnit/version.rb
58
- homepage: https://lwflouisa.github.io/ImpUnitGem
58
+ homepage: https://github.com/LWFlouisa/ImpUnitApp
59
59
  licenses: []
60
60
  metadata: {}
61
61
  post_install_message: