happy_day_plugin 0.1.5 → 0.1.6

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: 9946d94b7fdb2545a346bd6f1d58f95fc03e51b59f72f23b31432dc56b3779a6
4
- data.tar.gz: d5ebb1a6fda9e6b888145b9d06f212850d485e052b0be91e7e64e1c373da3ed8
3
+ metadata.gz: 1dae489d822ffde4504e8ba1f284b09e74bb41e9f26cc796bdc1c8a7bc89aa49
4
+ data.tar.gz: 421d3b57eefee967026717c93ad69c279b4f51d907a5af14919d0fe305785165
5
5
  SHA512:
6
- metadata.gz: 2ee79f5f203b465061ad4cd26836ede0b085785c0a99900c8d5766dbe3ff7f3e204162be287beb5f7a1d883149fb3072fae67930cdad80959cc8bf5f89839c09
7
- data.tar.gz: b8953c3e3962bf58d6ead2457e6bc7b94b0822386be755276c45ebbfd0c65a4aca59acfcf27eea60ce6d83511baa473aa1c4d3ee677e611f3f095e79553bc9f4
6
+ metadata.gz: 8fd37bf7e99e209fcbf8866d47f7d3e7106e7c2ae90ee824ee74c4632949a88d058878b98bebb8af293d9d159c4ac6df2cfafba68a2f12f0bd4f5f7e60fe73f7
7
+ data.tar.gz: cab34dc0a2f1b196ee66a9b94ecdeef44cd7a81eb956081db4eda8f2687c58d973f7a6a4b3b6b7714a55d201b702ac4b1af29d0e98be3e67ba77c70ccd2356da
data/bin/happy_day_plugin CHANGED
@@ -33,5 +33,4 @@ option_parser = OptionParser.new do |opts|
33
33
  end
34
34
 
35
35
  option_parser.parse!(ARGV)
36
- # puts options.inspect
37
36
 
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module HappyDayPlugin
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: happy_day_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - 朱佳宝
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-14 00:00:00.000000000 Z
11
+ date: 2021-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -58,6 +58,8 @@ files:
58
58
  - happy_day_plugin-0.1.2.gem
59
59
  - happy_day_plugin-0.1.3.gem
60
60
  - happy_day_plugin-0.1.4.gem
61
+ - happy_day_plugin-0.1.4.pre.gem
62
+ - happy_day_plugin-0.1.5.gem
61
63
  - happy_day_plugin.gemspec
62
64
  - lib/happy_day_plugin.rb
63
65
  - lib/happy_day_plugin/version.rb