cocoapods-tdf-flutter 0.0.31 → 0.0.33

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: 4658aa68e4f283582f9ab5357504545287e1c241eb1e257b4d817f53f501ffd2
4
- data.tar.gz: 11a8b3542cef872b0a27d1e635f204955074cf603e94cfbb0e82dc380191fe60
3
+ metadata.gz: 729df22b51956f461e2ebc830c03beb18917212f5e046b58cfe0eda557250487
4
+ data.tar.gz: af4b2f13f6e5cf07851a4b914731c9ea2ed75a45288a79d904a76e51a7cc3d36
5
5
  SHA512:
6
- metadata.gz: 47acf7a38511ff5c75e55cd811dc74b4a30aba9691ed3c3c1e1d1ac2f0a32bf031038f5990afd69b694c95c3699466b1cbe0f16cc5e24c050bbbd6853cfbdb0b
7
- data.tar.gz: 92fb333fac89f71fb6b6d24f138b9aafcf9eebb451b0d0f510d9884eea75d833d7a773d5ef127e30a695bbbb5002f462ab970c6394d139d9b63025979189e7a6
6
+ metadata.gz: 1874022b98d47a3fedbc525fdcfb5fa984817e0e11cca674d46ed766d103703d78c8aa7170b977ef6b80230a1fd178715a3a8341e82e7f088a99229e3f10cbec
7
+ data.tar.gz: b7ec8363cc7ea6087af12299f884c4f3fc8cd55b7696e92d40de91784193e911432681b586c083f9e5a24b0605715931b35221b6a6fe012c15a737a1c13df9e3
Binary file
Binary file
@@ -24,7 +24,7 @@ module Pod
24
24
  协助集成 flutter 的 cocoapods 插件, pod_flutter '组件名', '版本号', :flutterPath => "flutter 源码路径", :isLocal => 是否加载本地源码
25
25
  DESC
26
26
 
27
- self.arguments = 'NAME'
27
+ self.arguments = []
28
28
 
29
29
  def initialize(argv)
30
30
  @name = argv.shift_argument
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTdfFlutter
2
- VERSION = "0.0.31"
2
+ VERSION = "0.0.33"
3
3
  end
@@ -19,7 +19,6 @@ module Pod
19
19
  end
20
20
  load rbPath
21
21
  install_all_flutter_pods(flutterPath)
22
- pod(name, :path => flutterPath)
23
22
  else
24
23
  if version != nil
25
24
  pod(name, version)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-tdf-flutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - gaijiaofan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-13 00:00:00.000000000 Z
11
+ date: 2023-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -50,6 +50,8 @@ files:
50
50
  - LICENSE.txt
51
51
  - README.md
52
52
  - Rakefile
53
+ - cocoapods-tdf-flutter-0.0.31.gem
54
+ - cocoapods-tdf-flutter-0.0.32.gem
53
55
  - cocoapods-tdf-flutter.gemspec
54
56
  - lib/cocoapods-tdf-flutter.rb
55
57
  - lib/cocoapods-tdf-flutter/command.rb
@@ -78,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
80
  - !ruby/object:Gem::Version
79
81
  version: '0'
80
82
  requirements: []
81
- rubygems_version: 3.2.11
83
+ rubygems_version: 3.1.4
82
84
  signing_key:
83
85
  specification_version: 4
84
86
  summary: 协助集成 flutter 的 cocoapods 插件, pod_flutter '组件名', '版本号', :flutterPath => "flutter