yk_command 0.2.0 → 0.2.1

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: d17e4188737c93c6c791dbc2c5c1dfd0380f9cc05ff9c60741b93c8f1a88ea08
4
- data.tar.gz: 9461e3fda395e1386b2c7e9356a545db5cdff7ccd4ab8a3aadb20d99151c4bdc
3
+ metadata.gz: dd092ee6d2dff5ae8fd6ebd28051abe07523e6e6972b0ad5f23c7852d36d5a13
4
+ data.tar.gz: 4606370a6257ddc2cf5082618cfa525291a8be619d96d888ce190743ee6eb0cf
5
5
  SHA512:
6
- metadata.gz: cf4edf30e212794a80671dbc011fecef63a2b31fef6f13e95475328ae06eb7b3f9295eef92e41b10933c65a4628d7d0de4c327b8a2acd83a9ad9ea42232979fc
7
- data.tar.gz: 862d5891683a80ef78dd24962db8d2788b69b65118d5b51a135c6074268831ac090109e4f25a0bfa50c509203c7986f0d730505e651dbce5a6ea29f83f14c0e7
6
+ metadata.gz: 997b9707ed9ef9eeabf2c5d78a60166e90892bf8b40de5b63803dc60bc98a632cd48d367e956286e8d5b25647df2af3b81cf28c68b96f860138dd37965a1c5fa
7
+ data.tar.gz: 61cc345a8a6f0fc9638e29781af31685f199d86b68652ff1d21cc0ab356fc3f1f2950c66e33abe08209a2c99292a783a77572b20163ae887fb828469930dde76
data/.idea/vcs.xml CHANGED
@@ -2,5 +2,8 @@
2
2
  <project version="4">
3
3
  <component name="VcsDirectoryMappings">
4
4
  <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ <mapping directory="$PROJECT_DIR$/CXFApp" vcs="Git" />
6
+ <mapping directory="$PROJECT_DIR$/CXFAppHome" vcs="Git" />
7
+ <mapping directory="$PROJECT_DIR$/SUHome3" vcs="Git" />
5
8
  </component>
6
9
  </project>
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yk_command (0.2.0)
4
+ yk_command (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -57,7 +57,7 @@ module YkCommand
57
57
  def create(path=nil)
58
58
 
59
59
  if path == nil
60
- path = __dir__
60
+ path = Dir.pwd
61
61
  end
62
62
 
63
63
  say "模块名:",:green
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module YkCommand
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yk_command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Major Tom