idiotz 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: d1a7d1e8b3ed7623b8abc29cf9671b503d99abcf
4
- data.tar.gz: cc09c49f661fac1db4d8c78906f16bbd43c7b8dc
3
+ metadata.gz: 2facaf3f7834435e85d04218d4a4ef77015c7358
4
+ data.tar.gz: e75f1f3a7e0866a663822be2bd56da94038be38f
5
5
  SHA512:
6
- metadata.gz: f1d87e546b67a4d310bab58186891b160bec9d35750354b2b2b3dec7067636b81a6699d738eb1e2001df8436a8ff8a2656d922a2a6e5399f960534c15d72f458
7
- data.tar.gz: d6649691f9747ae7eba8e646f678dfb21b318fc96b343743059848ab96f75dba68019ff97656ac029f29afbf92c94a7c225d2d47134a811e0cb7b284554c2c43
6
+ metadata.gz: f8d15bcd71a51ddfa64b398ffba7ccbe8b8a8464e9afc1800871572ad49968585d8c5d020e76297422ae97edcc3e84cd9605972269e3d6c27b98bd6b8819c10c
7
+ data.tar.gz: 140142c3e544ae991ced1cb617c6cf3c2cca9b5939c4a3fdec18e2fda433a78067437e51f0361695b66806f882a855540f2cd46e132dc63e31598836a1617e7e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- idiotz (0.2.0)
4
+ idiotz (0.2.1)
5
5
  activesupport (~> 5.0.0)
6
6
  thor
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Idiotz
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/lib/idiotz.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require "idiotz/version"
2
2
  require "idiotz/hola"
3
+ require "idiotz/highlight"
3
4
 
4
5
  module Idiotz
5
6
  # Your code goes here...
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idiotz
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
  - ZhenyuanLau