schoetlr_gem 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 621a14753a7918abdc7253b98b267cd1efd9ff8c
4
- data.tar.gz: 1eba26d0213ee40accb9e018b70efc402d02d6f2
3
+ metadata.gz: d11338ca3421d69569c63cb7ef01815ba316f726
4
+ data.tar.gz: 5834aad1f8d3c2fe3ddfed3661e431005008a17d
5
5
  SHA512:
6
- metadata.gz: edfc5eaa87a372887f061d8a40b30160be08a95d086f4eed6863a01ad36521eea8a06492d9cb57761da6fcd73ea93a33f4aeba84843cf900cd85fb6ea0e70693
7
- data.tar.gz: deb6fe960278cf5905966590182c6f8463ea3386325622469b298277b4c2cc27c94d6593b3e6dacc03e277ddb2d371d4c4ee2aa5b5bd7a2f2bf3006f3cca8cd2
6
+ metadata.gz: 16e0ca873811ffb951fb294998bc372be6ccee34917ced96a434431d5a557db4c28b1e1f9ae8038e39aef869f19b65be883c05743a0891dc2e76bc2afc8416d7
7
+ data.tar.gz: adfe7123b211603460e63ba63c7c0c004dc459ef769b22c4514dbb8abb3aae6a41e8011eb38bb15f4ca96e64be35905c97e6080abdc673ea8e3416c2018bf5db
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # SchoetlrGem
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/schoetlr_gem`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ This gem contains a "hello world!" method as well as a rock paper scissors game.
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,7 +20,9 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
23
+ to call "hello world!", use SchoetlrGem.hello
24
+
25
+ to play tic tac toe, create a new game object using SchoetlrGem::Game.new, follow the instructions, then run <game_object>.play to play the game.
26
26
 
27
27
  ## Development
28
28
 
@@ -38,4 +38,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
38
38
  ## License
39
39
 
40
40
  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 SchoetlrGem
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schoetlr_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - schoetlr