poro_plus 1.1.2 → 1.1.3

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
  SHA1:
3
- metadata.gz: ab683347c8782ba892d22f9d94df59455f892b6e
4
- data.tar.gz: b8b0946b1d8db70328a2f538d4dc2486286a4c7f
3
+ metadata.gz: 808931a66f78aae6286581b71ac1161afe2bda34
4
+ data.tar.gz: c5eb714f42158688ce157eee3f0886c56d43df6e
5
5
  SHA512:
6
- metadata.gz: a696378f67e3a2cc9358c63c078c254b70f0a67d74fa25b19bd8dc8319ae7f675aed8c248ec1789e0f09ccdc79bd8140fe105c83fcddcfbf1bcffc356bc989c1
7
- data.tar.gz: 5e4a07e85ac98123851eeb133d4ef110b0306cb9436c816a0faac2e9d52b4b7800e793ad255ff0863b1d0abddb3b26a01e220fef411020a96743a168cd420162
6
+ metadata.gz: cd9c12db239ee3635b0bc3b2386b0159ff0114adee5689c64aa16a8c52b9a49db540486b5f677f96f0c83a34dbfd281b490ea241fc0bf52607a9af5a688b6ecd
7
+ data.tar.gz: 9d0ae5f84e0ee78b4273b34c8a04057a992d2dc501b224f738acb46094929f273ea9103349650585d98820238f5d1367cd4aaa910185d7b897d72f33698c4e2e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- poro_plus (1.1.2)
4
+ poro_plus (1.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module PoroPlus
2
- VERSION='1.1.2'
2
+ VERSION='1.1.3'
3
3
  end
data/poro_plus.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["coraline@idolhands.com"]
12
12
  spec.description = %q{Simple methods to make POROs more fun.}
13
13
  spec.summary = %q{Simple methods to make Plain Old Ruby Objects (POROs) more fun.}
14
- spec.homepage = "https://github.com/Bantik/poro_plus"
14
+ spec.homepage = "https://github.com/CoralineAda/poro_plus"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poro_plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coraline Ada Ehmke
@@ -70,7 +70,7 @@ files:
70
70
  - poro_plus.gemspec
71
71
  - spec/lib/poro_plus/poro_plus_spec.rb
72
72
  - spec/spec_helper.rb
73
- homepage: https://github.com/Bantik/poro_plus
73
+ homepage: https://github.com/CoralineAda/poro_plus
74
74
  licenses:
75
75
  - MIT
76
76
  metadata: {}