BDParseLock 1.1.0 → 2.0.0

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
  SHA1:
3
- metadata.gz: 50d1f1b2041a5152438dd527171665400146df05
4
- data.tar.gz: 5ba8f491a08c4bb5edabe3a64d85bc551f259957
3
+ metadata.gz: 25c72c3994c6c7685470f9f399af3ad9c1c70f8e
4
+ data.tar.gz: 6268c961792911793beba3839f74fb7b855dddf4
5
5
  SHA512:
6
- metadata.gz: cd0a712366f14fbe122b99537d29a8c1b9428df5b11f4fe7155505aa2b7c02c68c0bb872769886f0ca6b110827f6cc87a00b4b0dd384e4b0d2a72885d3030085
7
- data.tar.gz: 98a2bf4510b45e1ec641ef16c06050685c96e73e8fc82f3cb94c46a6e7160a18908c09b0fac6a183881e8e4e8538824df3b04dc530eb8740dbc0f37f83ccec10
6
+ metadata.gz: 6d39fd771256dad199c089b384ed6494c8652e70aa8401b99e52e2d57d635bbb7849749e17d7a733601aeba15bb37f02603a68d28d3e4bf39d718a73e4022352
7
+ data.tar.gz: fa7b88824094b784a47d303297c8f6c77e9987f5a5625337a04254286e5f090a0f8c7d5d192a2d81f463c18e9577f97418c5351e104dc4a20af69d710d822173
data/BDParseLock.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["bupterambition"]
10
10
  spec.email = ["bupterambition@gmail.com"]
11
11
 
12
- spec.summary = %q{一块用于分析Podfile.lock工具}
13
- spec.description = %q{一块用于分析Podfile.lock工具,可以将Podfile.lock直接转化成Podfile.同时还可以提取当前使用的各个Pods的版本信息}
12
+ spec.summary = %q{一款用于分析Podfile.lock工具}
13
+ spec.description = %q{一款用于分析Podfile.lock工具,可以将Podfile.lock直接转化成Podfile.同时还可以提取当前使用的各个Pods的版本信息}
14
14
  spec.homepage = "https://github.com/Bupterambition/LockParse"
15
15
  spec.license = "MIT"
16
16
 
data/README.md CHANGED
@@ -1,8 +1,7 @@
1
+ ![](https://bupter-test.oss-cn-shanghai.aliyuncs.com/WechatIMG25001.png)
1
2
  # BDParseLock
2
3
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/BDParseLock`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
4
+ BDParseLock是一款用于分析Podfile.lock的工具,可以将Podfile.lock直接转化成Podfile.适用于大型项目的依赖打平
6
5
 
7
6
  ## Installation
8
7
 
@@ -22,17 +21,25 @@ Or install it yourself as:
22
21
 
23
22
  ## Usage
24
23
 
25
- TODO: Write usage instructions here
24
+ ```
25
+ ➜ ~ BDParseLock
26
26
 
27
- ## Development
27
+ Usage:
28
+ $ BDParseLock COMMAND
29
+ BDParseLock is a tool for Parsing Podfile.lock
28
30
 
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
31
+ Commands:
30
32
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
33
+ + podfile Gerator a new Podfile accounding to Podfile.lock
34
+ + vjson Generator a JSON file contain all Pod version accounding to Podfile.lock
35
+ ```
36
+ BDParseLock的使用十分简单,只需要输入Podfile.lock的绝对路径即可产生依赖完全解析后的新Podfile文件
32
37
 
33
- ## Contributing
38
+ ```
39
+ BDParseLock podfile xxx/Podfile.lock
34
40
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/BDParseLock. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
41
+ ➜ A new Podfile is generated 👉 Podfile_Temp
42
+ ```
36
43
 
37
44
  ## License
38
45
 
@@ -41,3 +48,5 @@ The gem is available as open source under the terms of the [MIT License](https:/
41
48
  ## Code of Conduct
42
49
 
43
50
  Everyone interacting in the BDParseLock project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/BDParseLock/blob/master/CODE_OF_CONDUCT.md).
51
+
52
+
@@ -1,3 +1,3 @@
1
1
  module BDParseLock
2
- VERSION = "1.1.0"
2
+ VERSION = "2.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: BDParseLock
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bupterambition
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-24 00:00:00.000000000 Z
11
+ date: 2018-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description: 一块用于分析Podfile.lock工具,可以将Podfile.lock直接转化成Podfile.同时还可以提取当前使用的各个Pods的版本信息
55
+ description: 一款用于分析Podfile.lock工具,可以将Podfile.lock直接转化成Podfile.同时还可以提取当前使用的各个Pods的版本信息
56
56
  email:
57
57
  - bupterambition@gmail.com
58
58
  executables:
@@ -98,5 +98,5 @@ rubyforge_project:
98
98
  rubygems_version: 2.5.2.3
99
99
  signing_key:
100
100
  specification_version: 4
101
- summary: 一块用于分析Podfile.lock工具
101
+ summary: 一款用于分析Podfile.lock工具
102
102
  test_files: []