happy_day_plugin 0.1.2 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 853968ea7a88f74c66830abaf5175b622a35baab827ca171af780ab7016ee9b4
4
- data.tar.gz: '08fad74d9d164fdf246ff38fa69b350b1a61f2f613ea78bd08ca2f3cde72a2e5'
3
+ metadata.gz: d2fa5e1b6d24c097d40ad02aa40a899b8a0cf1d77d81d4a2d7ee3959bd84de26
4
+ data.tar.gz: 693f0e81eea7ffb43875de6ce48e67c62d5af3fd68f68aece5829a264e63d4e4
5
5
  SHA512:
6
- metadata.gz: 3464948683ce33b8d3d971fbdf2f39b2619db4dd201fe416ca9c247676638c56e4d6eef51c6c42fff058dbe9876727cb327ada136db600a3c02db2547e41fb49
7
- data.tar.gz: fdfbd9d5375d75def6db813d6be483ad41e995138feff65c2601eaf07c6a26b512c202a21e79c52105969814c3ce4cda0f20e112d13caf8d51e6d77d0bc61b94
6
+ metadata.gz: 28e0637775c42ed42c7c177d179c93dea368542812d4101c8200d7c22c1bf47deba00ff64011ca0ccce04d371821dd2f18de9f65e57bd0c6ba942640a1507bab
7
+ data.tar.gz: 5339aa5d6d6da7365d20b841d2ea43227ca95c9f0eace98701e1af4b1c4b88d52811c06b164941c8078dc1f336b64126c0cc387f417f3ca185b48d3c78a65fc6
@@ -1,10 +1,7 @@
1
1
  require "happy_day_plugin/version"
2
2
  require 'optparse'
3
3
 
4
- module HappyDayPlugin
5
- class Error < StandardError; end
6
-
7
- options = {}
4
+ options = {}
8
5
  option_parser = OptionParser.new do |opts|
9
6
 
10
7
  opts.on('-s', '--switch', 'Set options as switch') do
@@ -13,6 +10,11 @@ module HappyDayPlugin
13
10
 
14
11
  end.parse!
15
12
 
13
+ puts options.inspect
14
+
15
+ module HappyDayPlugin
16
+ class Error < StandardError; end
17
+
16
18
  def self.hi(p)
17
19
  cc = FindImage.new(p)
18
20
  cc.find
@@ -1,3 +1,3 @@
1
1
  module HappyDayPlugin
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happy_day_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 朱佳宝