dfb 1.1.4 → 1.1.5

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: 2937ebc5d7cead24394a325193db9af93866758a6fac1b433405f8e34a50e0ce
4
- data.tar.gz: b927beb5b92c9cc7b4efc0d3895f0caf3e9dcf8a1384540ed9ae83c54cc1470b
3
+ metadata.gz: e16a3d66287eef2078cc3a349a96cdb6e9c17266d1939f049a16a2ce19d1e31a
4
+ data.tar.gz: efff514a5e11e3310d920a8f95806cef545928bf3a0000a45eb97031d34031c0
5
5
  SHA512:
6
- metadata.gz: 798be36c950f4a289652a85b0cb555b37f3d6d433a74b7bef3b375c63c29177ddd0912c1fdeb65fe0734962f1fc4b22e01460b2c87085b4118513a84a79c3019
7
- data.tar.gz: bcb9dba3b3e9457ea0daacc2b0654055e3d057fbd9d8ee7aa442cdda9a4d21ff54b0770d023338e4271b11fa704fa6f7be86242b6b7f3a04454c3d2e2d393a33
6
+ metadata.gz: 91d0fbb6e04c46a66a18c4a4cdb6dfcf80927de6e0935f1984285778af9d7ff270374168fc259f794cca13a53f7252356a7b8004e99c4dff367060621df5805d
7
+ data.tar.gz: d8b03dbe443cf4a4ff0e21607d51007ef3fa132bc9d7ebe789291b16975d51e19bd01ba31c95f3c656bc8d2fe0011346d132758963ddc09db3ae50edc4d08796
data/lib/dfb.rb CHANGED
@@ -16,7 +16,7 @@ module Dfb
16
16
 
17
17
  def self.clone
18
18
  puts "请输入您要放此工程的位置:"
19
- val = gets
19
+ val = STDIN.gets
20
20
  val = val.chop
21
21
  path = val + "/YDNativeFlutterBridge"
22
22
  puts "您的工程的路径为" + val + path
@@ -1,3 +1,3 @@
1
1
  module Dfb
2
- VERSION = '1.1.4'
2
+ VERSION = '1.1.5'
3
3
  end
@@ -7,7 +7,7 @@ module PathManager
7
7
  if self.containsPath
8
8
  puts "确定您的新路径?为" + path
9
9
  puts "y/n"
10
- val = gets
10
+ val = STDIN.gets
11
11
  if val =~ /Y|y/
12
12
  self.deletePathFile
13
13
  self.storagePathFile(path)
@@ -52,4 +52,4 @@ module PathManager
52
52
  def self.pathFileName
53
53
  return "dfb_path_file"
54
54
  end
55
- end
55
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dfb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - chedechao