terryology 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +12 -4
- data/lib/terryology/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae2dfa33130017e3a3ec3d1fe78b4678d2f17e57
|
4
|
+
data.tar.gz: 8e9d9b63041255348c3816fe8deead3060babbb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 536886ccef8d72912cbc30eb46bb1979c704f2c4d8cca64e81289ef67a7d21064ab339ef9f6898b50cb6cdbf335fef9b0fb93b8e16bf85077a5ba9bb906c193d
|
7
|
+
data.tar.gz: dda9111615cc6a2696f772958df8b18e19b0ed844df845e79b4e90154235756b355d2efc755f4b43388ea22e3143ecfdf7fbc84d571fa1f6680e6d2852358067
|
data/README.md
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
# Terryology
|
2
2
|
|
3
|
-
|
3
|
+
```ruby
|
4
|
+
1 * 1 == 2
|
5
|
+
```
|
4
6
|
|
5
|
-
|
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
|
-
|
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/
|
43
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/workmad3/terryology.
|
36
44
|
|
data/lib/terryology/version.rb
CHANGED