scrabble-solver 0.1 → 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 (2) hide show
  1. data/README.md +6 -2
  2. metadata +1 -1
data/README.md CHANGED
@@ -3,8 +3,12 @@
3
3
  This is a command line Scrabble solver written in Ruby. Its purpose is to find
4
4
  all of the possible words given a set of tiles and some optional arguments.
5
5
 
6
- NOTE: This is still a work in progress and will eventually be distributed as
7
- a gem. Bear with me as I finish it up :)
6
+ # Installation
7
+
8
+ Dead simple. you need to have Ruby 1.9.2 installed on your system and then just
9
+ execute:
10
+
11
+ $ gem install scrabble-solver
8
12
 
9
13
  # Usage
10
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrabble-solver
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: