properties_pattern 0.1.2 → 0.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: 35fd9e029e3261c7b3576ff1c21c5ec3114615c4
4
- data.tar.gz: 2db88210a76de26e14ea31f79390f9f75c12421c
3
+ metadata.gz: 3ac79b85a312460124081171263e1fca4152d967
4
+ data.tar.gz: 06fd3c1a0d73acf45995b744242e95b664baa9f2
5
5
  SHA512:
6
- metadata.gz: a042eded528b1a4c9a0944fc2d1d37fe23959a8e6ce3cc67afd63a67ef0c82676411943a61f8167a1e2e1f2069cc40efb06ba4eaf5b44e2eaf02773a4532fb27
7
- data.tar.gz: b73c452b5cf4806a36dfd41c0de55c7a8387183647dae41add5c3894385ed640d87c9b81ab1921993892d31284f8e365d637b027ce2ccfc8db65d3da79c39bee
6
+ metadata.gz: 01f845f42d04c6efec2c677923fddb998965f51e4e43159446829fbc777053993153792154d1a31c8bc1f001a2592945ec3d61d0ab2d144483acc838fbf082f7
7
+ data.tar.gz: 249d5d56d74f745238859563efd06aa58c599ce98a7cebf6f67bd08206ee3e1a9fdbe4286892928beea3fc52a5a1efe8a5dec1a6d1486c41e949022144c5da7d
data/README.md CHANGED
@@ -43,7 +43,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
43
43
 
44
44
  ## Contributing
45
45
 
46
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/properties_pattern. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
46
+ Bug reports and pull requests are welcome on GitHub at https://github.com/jgrosso/properties_pattern. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
47
47
 
48
48
  ## License
49
49
 
@@ -1,3 +1,3 @@
1
1
  module PropertiesPattern
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: properties_pattern
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Grosso