hour 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/hour/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8441aecd95b7b5e76f6782ec1ef44dbe8b05e185
4
- data.tar.gz: 5ee7da5fa57000a80bcb58dde219513dd0732480
3
+ metadata.gz: 5f0884020efb0cfd427c84a280f0a19399497df7
4
+ data.tar.gz: da14b89ea449c973af5290118a5a0f0a1fff4d9e
5
5
  SHA512:
6
- metadata.gz: 3ee5612c43d9573d805dbba705ee0b6b8a53168ec7101b78d310db340726696101903250c426c9bfe65d04a8e645dfc35dbfbe2d05501ac16792a345622ce2f1
7
- data.tar.gz: 542c5b20101deec6e59c06eba9833227814229bba5559713bcd626a00c0f8a0007c96c90d619f891beeaf61c8de47c9ae221e699a6b795c6c792d592fdfbe86a
6
+ metadata.gz: db4fd3854f990474574a6d8bc3a47af73c0403b6f9e4c21fdecf7a80e7b166661e62ffebed5f62629587d895b11753e475563bfc5d7dc9ec741e44ba389d844a
7
+ data.tar.gz: 5fde3038a49f61e563f93b7203a6a00aa00dd060251dc7d9a5835f9164a04bad7db829971e5265900fc84fe1265a8498dcf3d87836b52ba772ebf0ebfc90db59
data/README.md CHANGED
@@ -56,7 +56,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
56
56
 
57
57
  ## Contributing
58
58
 
59
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hour. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
59
+ Bug reports and pull requests are welcome on GitHub at https://github.com/davegregg/hour. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
60
60
 
61
61
 
62
62
  ## License
@@ -1,3 +1,3 @@
1
1
  module Hour
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hour
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
  - davegregg