roronoa 1.0.2 → 1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/roronoa +1 -5
  3. data/lib/roronoa/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d189f6085e0a72d2fc81d238ea83df4b7336153
4
- data.tar.gz: bb68593212e45d63c5e720cb281a2762207751d7
3
+ metadata.gz: 2b2f4cd88b80e19ab5912a54ee320992ed30f8eb
4
+ data.tar.gz: ff8e48318ef9616a256ea3a9366a781cea59b8fe
5
5
  SHA512:
6
- metadata.gz: 81c3919f7a648437ad3085317a38ff944d2f03701a69dd7201d1ffec01b3fc46c34c02a2650dc70e902b74d03736d5053e1667097eee282d936d4762b383dbb3
7
- data.tar.gz: f07e9b3cf5d409b43b89e07b97fa130ba3226e59884bf7f76491b960ada00daf62bac99fcdb0649d96b46dc7bef916f1a9adf24ff1bcbb39ca7545340ca3489e
6
+ metadata.gz: bcce3a0101745e81471e8bf4515ee17be32cc692d909822747f93197702b47d75e8b9146441584571a9dfa1be6b6cd6c16d4693ab6320564f98a587cd7969607
7
+ data.tar.gz: 0f7ab59d089870b2e7fcd23745003f504a51560521067bb8452c9faf7005fd4b6833b2f4ce3d9b19753f19aab233eeee767bad9770e117343c13e5ca35383ba5
data/bin/roronoa CHANGED
@@ -4,8 +4,4 @@ require 'roronoa'
4
4
 
5
5
  zorome = Roronoa::Zoro.eye
6
6
 
7
- if zorome.nil?
8
- puts 'not zorome'
9
- else
10
- puts zorome
11
- end
7
+ puts zorome unless zorome.nil?
@@ -1,3 +1,3 @@
1
1
  module Roronoa
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roronoa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - funnythingz