inquisitive_alex 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08973d1434147d5f09081dc0fe068a600aec6b27
4
- data.tar.gz: c21df446920a4574bc87abd4a0e521bd4ab94409
3
+ metadata.gz: 523f936adc31a0e076cf63ac0ae5d0eda0d698cc
4
+ data.tar.gz: 92315706f51737f0cfc16daa202ebd3f548b0aca
5
5
  SHA512:
6
- metadata.gz: 0f1be5964952c34525854cc380395db738e4809812691f9b942e54ce66ca848fe0d3e9a060536f345ff7a66cf6604489137a1669e95285093ad27ffdedf816f3
7
- data.tar.gz: 6e0ba26abe38c43b355cd483a5840380dd394cf8c6e13b31ff4a6635dde5e9060b413018d108f87ba374015d76e8d7408294f329c336d5aebc5d4e21dc9572d4
6
+ metadata.gz: c3a6387cc88cb5d395ffe90ceecff83c663d67bd878ea77459c9cc7fa9d8a4c0d835dd9276ea34210933075243abe6bfdfef78a41c7624afbbcbdbe4eb4fb8c4
7
+ data.tar.gz: 62699f3453fe151da938bf3ad78bcaa89d01375edc6924840d523c3aa33073185b9a0b2758cc329bda27ab99042e8959baf423151d061933e002c690c3e61d60
data/bin/inquisitive_alex CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  require 'inquisitive_alex'
4
4
 
5
- alex = InquisitiveAlex.new
5
+ alex = InquisitiveAlex
6
6
  alex.tell
@@ -1,3 +1,3 @@
1
1
  class InquisitiveAlex
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Giles