cocoapods-timeconsuming-details 0.0.2 → 0.0.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
  SHA1:
3
- metadata.gz: f2efcc851e74d54340d20bbbb42101223827fc2b
4
- data.tar.gz: cbf77404153b73294bae1a28c8096c553ec75c76
3
+ metadata.gz: cad2c45cdc6ddea7567c13626092282ecc22c52a
4
+ data.tar.gz: d7df0376f61ce526083476f128b21159c72c7cff
5
5
  SHA512:
6
- metadata.gz: aeddadd113df522b1b7a0c23c715710df99aa4cf17d579e3f60a4b489a82f557a9e6359b842a50cad97300dead1a3a62b23d4f5307a48bbaf4088bae51d5539f
7
- data.tar.gz: e95aa32bf39b0dd59b53561c8637db45b3f0efe14691cafabd0a9db33e973a8a5abdb96d3ec634eb755ca2768f3ccc851efaf20ecba4939f319265dc5d23e83a
6
+ metadata.gz: 4ee2e9ea3934d8dc85d851590495ffe705b579be44565bca5800932b1cebc40162fb8409ff54abc3806fb4254366458bfd27a380294a54f368ff2fca9421a44b
7
+ data.tar.gz: c8735e4b6894e5812a7319e4b07a7780020595e46506da78c954732c1f1416ee6f203a7e1a702dcf7805effad28cb4c5b7d1ea9ba20d1f7c17026393d9bd1484
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cocoapods::Timeconsuming::Details
1
+ # Cocoapods-Timeconsuming-Details
2
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/cocoapods/timeconsuming/details`. To experiment with that code, run `bin/console` for an interactive prompt.
4
4
 
@@ -39,3 +39,6 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
39
39
 
40
40
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
41
 
42
+ ## What's New
43
+
44
+ [What's New](./whats_new.md)
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["philip.lpf@alibaba-inc.com"]
11
11
 
12
12
  spec.summary = %q{cocoapods install/update timeconsuming details.}
13
- spec.description = %q{cocoapods install/update timeconsuming details.}
14
- spec.homepage = "http://github.com"
13
+ spec.description = %q{cocoapods install/update timeconsuming details. it will be conflicted with cocoapods-timeconsuming plugin.}
14
+ spec.homepage = "https://github.com/cr09philip/cocoapods-timeconsuming-details"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
@@ -1,3 +1,3 @@
1
1
  module CocoapodsTimeconsumingDetails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -0,0 +1,13 @@
1
+ ----
2
+ release 0.0.2
3
+ ====
4
+ reslove conflict with cocoapods-mutlithread-installpod
5
+
6
+ ----
7
+ release 0.0.1
8
+ ====
9
+ add timeconsuming details of cocoapods, support cocoapods 0.35.0, 0.39.0, 1.0.0
10
+
11
+ may conflict with cocoapods-timeconsuming
12
+
13
+ -----
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-timeconsuming-details
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 圆寸
@@ -38,7 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: cocoapods install/update timeconsuming details.
41
+ description: cocoapods install/update timeconsuming details. it will be conflicted
42
+ with cocoapods-timeconsuming plugin.
42
43
  email:
43
44
  - philip.lpf@alibaba-inc.com
44
45
  executables: []
@@ -59,7 +60,8 @@ files:
59
60
  - lib/cocoapods-timeconsuming-details_for0.39.0.rb
60
61
  - lib/cocoapods-timeconsuming-details_for1.0.0.rb
61
62
  - lib/cocoapods_plugin.rb
62
- homepage: http://github.com
63
+ - whats_new.md
64
+ homepage: https://github.com/cr09philip/cocoapods-timeconsuming-details
63
65
  licenses:
64
66
  - MIT
65
67
  metadata: