markov_words 0.1.0 → 0.1.1

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: dc71ce66384d32bf99139082bb0f2fbab72ee52f
4
- data.tar.gz: fbec0f216daf93b08b00ff81a2c42f9abb3f5a57
3
+ metadata.gz: d20f8147164231db373f694de4251a4fa385dc07
4
+ data.tar.gz: 2e439cbdb4e5f098b293f2b911fd895f9fab934f
5
5
  SHA512:
6
- metadata.gz: 265076226e5499b53c74e85fc52189d5e919de3bb6974e592b1640a1812ddf7e2c002ad4abe82b86fb60d4c5041aa608c0d588d62359c565ca4cb980c2b6e60f
7
- data.tar.gz: 72cf232ed14d019465451d769f04d9c67c4a6f1ac992a6acdf23d1b2f3adf10d569c3ba8f92c57895fde94cb53e6138d999ccbfeef40bf8ddda2521c49577527
6
+ metadata.gz: d93bd441020b08fcd6025c4fc1346d82de7346c4052b79b39cc13a98b67ca9f0dabb9e142c1c0ab625f64ef9afa8ce5f0749eb72a796125cdceaa3913d75924a
7
+ data.tar.gz: 9ce374965d0ef312e989ffab1de60f858ef79f2b2c0ea4139a5730d1a44ae6e4a5dbb34ba5f6cf0334c462fdb27fab658b612590aa8c908948f0292c61a0fd21
data/README.md CHANGED
@@ -102,7 +102,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
102
102
 
103
103
  ## Contributing
104
104
 
105
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/markov_words. 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.
105
+ Bug reports and pull requests are welcome on GitHub at https://github.com/exploration/markov_words. 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.
106
106
 
107
107
  ## License
108
108
 
@@ -1,4 +1,4 @@
1
1
  module MarkovWords
2
2
  # Current version
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markov_words
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Donald Merand