madeupgem 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -2
  3. data/lib/madeupgem/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67df847da59997f4d851ecc5729b4cdb8f37f93f
4
- data.tar.gz: 2eba10e4fb3eff797f3190754fa568b39ad4397b
3
+ metadata.gz: 030baf6f3422297883e8fb815e5783cf99e3eafd
4
+ data.tar.gz: d849b928f67317f7998ce7086a50986ed1c699ea
5
5
  SHA512:
6
- metadata.gz: f061979ab5b8d842956db484a72025e90bfba20f46a7695fd8f88d26a914a2ef7d7717f40a8e0bc33e1d4a9617761a615e519c944d4e38e282fc0e99e8acecbb
7
- data.tar.gz: 18754720980c2df318053253224966d1fc69a1132788ab743ce05526d3f71bf8f4cfc5c9dae2bc87f0a4ac23c556361fc22616bf38a44d9940a3bfcb1d2ba007
6
+ metadata.gz: 0e2718e5b0a290f1371d963e45faf78a101fcb1ef9c1685923741fa0c3698dfa8d53ad75c7263ee06fd79ec33ed39c446af4ac9c5674a21f380a324b9e8f2e93
7
+ data.tar.gz: 37faddb01e003b0ef2bdbf7c7adda53a04325098e9acfe305d5f38da654f0887abc0a3e351d2de35114b3dc604a4f5973b49fa09f704ba949e33ebde68b960cc
data/README.md CHANGED
@@ -22,7 +22,11 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ Simply create a new instance of the `Madeupgem::RockPaperScissors` class and call its `play` method:
26
+
27
+ ```ruby
28
+ Madeupgem::RockPaperScissors.new.play
29
+ ```
26
30
 
27
31
  ## Development
28
32
 
@@ -38,4 +42,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/efraim
38
42
  ## License
39
43
 
40
44
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
@@ -1,3 +1,3 @@
1
1
  module Madeupgem
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: madeupgem
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
  - efraimmgon