dfb 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7311bf42f116a7568837c8aa6bf2423c88bd8b9592fc636ff15eba8a1ddf1aca
4
- data.tar.gz: f87a7cd68f189e10aae17bb77bad0c8115f13144f0d1b82563fab5387a93dc8f
3
+ metadata.gz: b994b59f0df1aa6a82e96a6768e594d2c010fc34c280b20ec80c103ad0c8b6c9
4
+ data.tar.gz: dfa56b0c8523ccf462d7c84a8b5f285cc2f59defdba785d7d1891369bd453c96
5
5
  SHA512:
6
- metadata.gz: 2b1acfd76319125e4ee056d27bc0f0872235d1dfae1ce6e5ef00268c2fc1cdae51fd8696140cf156764e314fe439904c2f039a4e564a1da74d628ea41af10d22
7
- data.tar.gz: 7381b0865fe498ca74d860c9198d029137fb9724218fadec038d6055494802a693726bcf0e8a7d0e56795ab9dc26eb47c5bd975f5461ea2ddf7ebd3d125dc081
6
+ metadata.gz: 4f4b0ce060196517ec2ef276a7b140f402fd48ca27abaff681e38549e544d529933d37911835f9d44444d4004485153ba04d8b2e127611293a8157fbf96dcca9
7
+ data.tar.gz: 81f3debae0ddd252894016d075f6ee27155efadf13dc66dfdfb6c61be44cc871baff71ee7329c8f19321e5634cdf9a35edcece9059da93281a71d4c54b55ea83
data/bin/dfb CHANGED
@@ -47,19 +47,19 @@ class App
47
47
  end
48
48
  end
49
49
 
50
- desc '修改当前工程指向的目录'
50
+ desc '下载词典flutter工程'
51
51
  arg_name 'Describe arguments to complete here'
52
52
  command :clone do |c|
53
53
  c.action do |global_options,options,args|
54
- Dfb.changePath
54
+ Dfb.clone
55
55
  end
56
56
  end
57
57
 
58
- desc '下载词典flutter工程'
58
+ desc '修改当前工程指向的目录'
59
59
  arg_name 'Describe arguments to complete here'
60
- command :clone do |c|
60
+ command :change do |c|
61
61
  c.action do |global_options,options,args|
62
- Dfb.clone
62
+ Dfb.changePath
63
63
  end
64
64
  end
65
65
 
data/lib/dfb.rb CHANGED
@@ -167,7 +167,7 @@ module Dfb
167
167
  # Dfb.systemCDInProject
168
168
  # Dfb.attach
169
169
  # Dfb.systemCDInProject
170
- Dfb.changePath
170
+ # Dfb.changePath
171
171
  # Dfb.run_android
172
172
  # Dfb.cdPathWithFlutterModule
173
173
  # Dfb.cdPathWithAndroidExample
@@ -1,3 +1,3 @@
1
1
  module Dfb
2
- VERSION = '1.1.2'
2
+ VERSION = '1.1.3'
3
3
  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.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - chedechao
@@ -80,27 +80,6 @@ files:
80
80
  - README.rdoc
81
81
  - Rakefile
82
82
  - bin/dfb
83
- - dfb-0.0.1.gem
84
- - dfb-0.0.2.gem
85
- - dfb-0.0.3.gem
86
- - dfb-0.0.4.gem
87
- - dfb-0.0.5.gem
88
- - dfb-0.0.6.gem
89
- - dfb-0.0.7.gem
90
- - dfb-0.0.8.gem
91
- - dfb-0.0.9.gem
92
- - dfb-1.0.0.gem
93
- - dfb-1.0.1.gem
94
- - dfb-1.0.2.gem
95
- - dfb-1.0.3.gem
96
- - dfb-1.0.4.gem
97
- - dfb-1.0.5.gem
98
- - dfb-1.0.6.gem
99
- - dfb-1.0.7.gem
100
- - dfb-1.0.8.gem
101
- - dfb-1.0.9.gem
102
- - dfb-1.1.0.gem
103
- - dfb-1.1.1.gem
104
83
  - dfb.gemspec
105
84
  - dfb.rdoc
106
85
  - features/dfb.feature
@@ -110,7 +89,6 @@ files:
110
89
  - lib/YDImage
111
90
  - lib/dfb.rb
112
91
  - lib/dfb/version.rb
113
- - lib/dfb_path_file
114
92
  - lib/path_manager.rb
115
93
  - test/default_test.rb
116
94
  - test/test_helper.rb
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1 +0,0 @@
1
- /Users/chedch/YDDictFlutter/YDNativeFlutterBridge