inquisitive_alex 0.0.2 → 0.0.3

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: 2235ab7d3ca0837590dace13dece2999671c4905
4
- data.tar.gz: 60670e2d0befa19448e416561a7dfe4d3a22b0b6
3
+ metadata.gz: 91e80b939e3a4f09470a90e4df4d21f97a38b28e
4
+ data.tar.gz: 0c288685c07406a455f8db1d3f0d3c884952c4f7
5
5
  SHA512:
6
- metadata.gz: 804092f08c85570b4671a452e6cdee7c342e56608c386f88f00c66588edd9175963b1bf3a34f0c0cef29f657e7ae856983b1837ded9a5675b5a7c2f3f9120c24
7
- data.tar.gz: db399b0878563fe4439b774a13b2ae459ebb8f1cca7cd143d4590e6f53ea2c10e0f19ba4fa23186b7987bba75a962b02e3d1556d6272e2fa43c3f3777a2f372b
6
+ metadata.gz: a2e3d16cede044212097f84233a3882c7afe5aade1b8d9b03e110a0570d890275bc68e08eed81d67c0f520460a2bf8e356e1ecc62f78062faad3341302959441
7
+ data.tar.gz: 9efaad2123b5d7f73414d31fd038a48ff979610adffec38b70bf42e4474e70c23a6b46e23e64e820e565ce5016a247563ad8c7a47028f04ab70d57c30c57db08
data/README.md CHANGED
@@ -20,7 +20,15 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
-
23
+ ````
24
+ $ ruby
25
+ > require 'inquisitive_alex'
26
+ > class Alex
27
+ > include InquisitiveAlex
28
+ > end
29
+ > alex = Alex.new
30
+ > alex.tell
31
+ ````
24
32
 
25
33
  ## Contributing
26
34
 
@@ -1,4 +1,4 @@
1
- require "inquisitive_alex/version"
1
+ require_relative "inquisitive_alex/version"
2
2
 
3
3
  module InquisitiveAlex
4
4
 
@@ -1,3 +1,3 @@
1
1
  module InquisitiveAlex
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Giles