terryology 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 +12 -4
  3. data/lib/terryology/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9dc085ec701e3a5abd6c08d4a85b3f5d6f69039
4
- data.tar.gz: 369943f93a34702438d1e448c611213c111d46a2
3
+ metadata.gz: ae2dfa33130017e3a3ec3d1fe78b4678d2f17e57
4
+ data.tar.gz: 8e9d9b63041255348c3816fe8deead3060babbb1
5
5
  SHA512:
6
- metadata.gz: 557ecac40adb92cfa7c73bcb3e88fc9de4fcb748da97ddeea79c8c592c13ac45280a26d7b0d867e214ef87dde6bf4bcc4581a41c8d589cc5a6ecf47c8623631e
7
- data.tar.gz: 9023452fe503b7864f6ca45e25ae4094d654eb2c4b7adaeb3d0c152e41d5701fa071de95b04ca434579e38230f467453558f9046bcb389e5f220620498a1487d
6
+ metadata.gz: 536886ccef8d72912cbc30eb46bb1979c704f2c4d8cca64e81289ef67a7d21064ab339ef9f6898b50cb6cdbf335fef9b0fb93b8e16bf85077a5ba9bb906c193d
7
+ data.tar.gz: dda9111615cc6a2696f772958df8b18e19b0ed844df845e79b4e90154235756b355d2efc755f4b43388ea22e3143ecfdf7fbc84d571fa1f6680e6d2852358067
data/README.md CHANGED
@@ -1,8 +1,13 @@
1
1
  # Terryology
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/terryology`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ ```ruby
4
+ 1 * 1 == 2
5
+ ```
4
6
 
5
- TODO: Delete this and the text above, and describe your gem
7
+ > "How can it equal one? If one times one equals one that means that two is of
8
+ > no value because one times itself has no effect. One times one equals two
9
+ > because the square root of four is two, so what's the square root of two?
10
+ > Should be one, but we're told its two, and that cannot be."
6
11
 
7
12
  ## Installation
8
13
 
@@ -22,8 +27,11 @@ Or install it yourself as:
22
27
 
23
28
  ## Usage
24
29
 
25
- TODO: Write usage instructions here
30
+ ```ruby
31
+ require 'terryology'
26
32
 
33
+ 1 * 1 == 2
34
+ ```
27
35
  ## Development
28
36
 
29
37
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -32,5 +40,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
40
 
33
41
  ## Contributing
34
42
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/terryology.
43
+ Bug reports and pull requests are welcome on GitHub at https://github.com/workmad3/terryology.
36
44
 
@@ -1,3 +1,3 @@
1
1
  module Terryology
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: terryology
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
  - David Workman