properties_pattern 0.1.3 → 0.1.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
  SHA1:
3
- metadata.gz: 3ac79b85a312460124081171263e1fca4152d967
4
- data.tar.gz: 06fd3c1a0d73acf45995b744242e95b664baa9f2
3
+ metadata.gz: a09dda46665c3d61bccc6a348d52ba7b76384fb8
4
+ data.tar.gz: 10f843effa8feca74a475e87e78603f96d5c57f6
5
5
  SHA512:
6
- metadata.gz: 01f845f42d04c6efec2c677923fddb998965f51e4e43159446829fbc777053993153792154d1a31c8bc1f001a2592945ec3d61d0ab2d144483acc838fbf082f7
7
- data.tar.gz: 249d5d56d74f745238859563efd06aa58c599ce98a7cebf6f67bd08206ee3e1a9fdbe4286892928beea3fc52a5a1efe8a5dec1a6d1486c41e949022144c5da7d
6
+ metadata.gz: 3e738d74da84c411e67ac6a146b07d29bbccb9d1414fe5ed55242f60f96ce83abab07c0c910a40eb5ac6b21383f38d55d64efd97bc02702f393d3203ce1c0e6b
7
+ data.tar.gz: 94bf18f70c4bae189985d3fda48092b833f24855c6ca425ed9e86369eb1b224539f9efc778a182bb1e2bcd2ae8a4833eb44d91bd1688cb76f6124ff6364568f4
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/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.
46
+ Bug reports and pull requests are welcome on GitHub at https://github.com/jgrosso/ruby-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.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: properties_pattern
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Grosso
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-26 00:00:00.000000000 Z
11
+ date: 2015-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler