masina 0.1.6 → 0.1.7

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/masina +1 -0
  3. data/lib/masina/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58abc704c2db41bbbc8934b7a008d31fe79285033743212e75c9d37f6c600cb2
4
- data.tar.gz: de54e6b21bd1b9658c9455549f1cbc1fb9f91951f6aa11bc9ec7e5be1975939b
3
+ metadata.gz: 1c1139044a447d6c7853098c264dedabbb857d0035a0e9d2958d1fcf1a593e4b
4
+ data.tar.gz: aaaff6829d4e2c5e2f378876c1e0a954f70d791c9318cebfbdafc0a4874e296b
5
5
  SHA512:
6
- metadata.gz: 33d8331236facbe798a8f8205602017c4d7c923c34e45561bdb0a0f7fc3d56324823a4df5b04a5de661a40c4f89b1a3888965b83b39ac0ca8aec14b528b0aaf5
7
- data.tar.gz: 9cad46e67d6f626b69fdc6c27285e8421cebed8ef54020831cfc51a6b1d2d41549e463d06ad491974fb5be3c44e016d77849120e67238f44b3973a76223eae10
6
+ metadata.gz: 49714889e2105a77b56ea1a086911ac2234b2b1696629b3fe33a4fcfb90dec631faa795f93e39949f92550d00b737d5b9e55f3e2cfc491015e8c75fa17a8ab5e
7
+ data.tar.gz: 9b08144578b92d93062d90564970487eb6c423a724254ff3c571f7043e682194d74c136c467aa9229a5bd20e956e34c17a6ac63ce942aca71acc899db9f1984f
data/exe/masina CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  require 'bundler/setup'
4
4
  require 'masina'
5
+ require 'lolcat'
5
6
 
6
7
  version = Masina::VERSION
7
8
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Masina
4
- VERSION = '0.1.6'
4
+ VERSION = '0.1.7'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: masina
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleksandar Popovic