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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3324eab50afd13370bb243c1a5140560e2c254a1
4
- data.tar.gz: 8cdafb3756531fcf740ca842461ec3399ce614a0
3
+ metadata.gz: 2235ab7d3ca0837590dace13dece2999671c4905
4
+ data.tar.gz: 60670e2d0befa19448e416561a7dfe4d3a22b0b6
5
5
  SHA512:
6
- metadata.gz: 29465eea07d19a79a8609b73f3ecb4c076bf8df74b439a9a917b68ece43f8e720d890efec9bcbb798dcf20645c441878522d84d2e6c7bcc82ad511581ec30742
7
- data.tar.gz: 0d969033dc10362378029ff255a098c1a84ef217aee6f8523ec564a423a3a32e9b69b09a24a0d5ff373d05fd807d0154e983542a2b82b83d178c24e525252a6a
6
+ metadata.gz: 804092f08c85570b4671a452e6cdee7c342e56608c386f88f00c66588edd9175963b1bf3a34f0c0cef29f657e7ae856983b1837ded9a5675b5a7c2f3f9120c24
7
+ data.tar.gz: db399b0878563fe4439b774a13b2ae459ebb8f1cca7cd143d4590e6f53ea2c10e0f19ba4fa23186b7987bba75a962b02e3d1556d6272e2fa43c3f3777a2f372b
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # InquisitiveAlex
2
2
 
3
- TODO: Write a gem description
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
- TODO: Write usage instructions here
23
+
24
24
 
25
25
  ## Contributing
26
26
 
@@ -1,4 +1,4 @@
1
- require "./lib/inquisitive_alex/version"
1
+ require "inquisitive_alex/version"
2
2
 
3
3
  module InquisitiveAlex
4
4
 
@@ -1,3 +1,3 @@
1
1
  module InquisitiveAlex
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: inquisitive_alex
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
  - Stephen Giles