mule_clip 0.1.3 → 0.1.4

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
  SHA256:
3
- metadata.gz: 6e7b9372d7dc4efae822d1e0936f09e6c349ac794b371e294957c56597c3d6cb
4
- data.tar.gz: e49077ca48f3f37fbf9c7a0b55aad572e57581e3aaef19f2fa5387a14266daed
3
+ metadata.gz: 314f0aa3840585cbb472d2541babb59c0a6a84096bc111ec0c1a52a452e4d1e9
4
+ data.tar.gz: 4eecb29cf9c6eca3425a9def3f68f89f718245af12ca3b9ed5a9de5e8535850a
5
5
  SHA512:
6
- metadata.gz: 8c4171db629293281be11d1cc5e6a459c17588b792d638cc51cae238ad70a08f9a75015b4f8c2026af43009d268da4c59d2cb156216e2650600f935f9af509a6
7
- data.tar.gz: ad0cfa0f00a5692cac6c59d64d1afdc111efc563edbd8b381c9bcf9c0441119950a6ad1c2e49edf38030cfcc8f63aab8292d67272efdb1a7d15d33af6756668b
6
+ metadata.gz: 75c33bc65d4da413e01f7a0d9416efa43c10dce73f24f142c1d86f888627e9704f94c6385621bcf3aa08d3c793607108aee64d68f26e04849448fcccaf319a21
7
+ data.tar.gz: 1d71cc57571e3d1742de06537c2d037b4fd2ffd943ea78fe687ccd0282fe31f68b6582cfb90f084c7a905b7af4531af0f72dfd34cbbba0c1aa570a7c4cd8000b
data/exe/mule_clip CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  lib = File.expand_path("../lib", __FILE__)
4
4
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require "mule/version"
5
+ require "mule_clip/version"
6
6
  require 'clipboard'
7
7
 
8
- if /(^-v$)|(^--version$)/ =~ ARGV[0].strip
9
- puts Mule::VERSION
8
+ if /(^-v$)|(^--version$)/ =~ (ARGV[0] || "").strip
9
+ puts MuleClip::VERSION
10
10
  exit 0
11
11
  end
12
12
 
@@ -1,4 +1,4 @@
1
1
  #require "mule/version"
2
2
 
3
- module Mule
3
+ module MuleClip
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mule_clip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - tko-t
@@ -89,7 +89,7 @@ extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
91
  - exe/mule_clip
92
- - lib/mule.rb
92
+ - lib/mule_clip.rb
93
93
  homepage: https://github.com/tko-t/mule
94
94
  licenses:
95
95
  - MIT