inquisitive_alex 0.0.1 → 0.0.2
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/inquisitive_alex.rb +1 -1
- data/lib/inquisitive_alex/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: 2235ab7d3ca0837590dace13dece2999671c4905
|
4
|
+
data.tar.gz: 60670e2d0befa19448e416561a7dfe4d3a22b0b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 804092f08c85570b4671a452e6cdee7c342e56608c386f88f00c66588edd9175963b1bf3a34f0c0cef29f657e7ae856983b1837ded9a5675b5a7c2f3f9120c24
|
7
|
+
data.tar.gz: db399b0878563fe4439b774a13b2ae459ebb8f1cca7cd143d4590e6f53ea2c10e0f19ba4fa23186b7987bba75a962b02e3d1556d6272e2fa43c3f3777a2f372b
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# InquisitiveAlex
|
2
2
|
|
3
|
-
|
3
|
+
A simple gem which I have used to try and create my first gem. It is a simple gem which prints a simple string: "Stop asking questions, Alex.".
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -20,7 +20,7 @@ Or install it yourself as:
|
|
20
20
|
|
21
21
|
## Usage
|
22
22
|
|
23
|
-
|
23
|
+
|
24
24
|
|
25
25
|
## Contributing
|
26
26
|
|
data/lib/inquisitive_alex.rb
CHANGED