cocoapods-freezer 1.0.3 → 1.0.4

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: 485b1f4857efb65ac5ca071b938e96773d1c1fc3
4
- data.tar.gz: 61ed64af95c56ab80407c4f011404fe416f5ed58
3
+ metadata.gz: e93d724b66ac3b52d07e6a7c4aa1eb6b726748d4
4
+ data.tar.gz: 0c3bd289340bed04d2e4aea3e45652887eddc1d8
5
5
  SHA512:
6
- metadata.gz: e9ff0e9855fc7254724d4b47859026edbb1f318ef2ff77aa3ec3bbad0568f5418d2e2dec9c5383339d4178190fb07d13bee1ebf0b0bec73b2dd7f8e2c014a251
7
- data.tar.gz: 5bec6f5cc84f2c6833a5de86a79b98bda4b46d541f2d92b0997f54ce07589a50a0457bf56780734511b7a10e346bf3d6fbf28af9ad8a56b009c4b4f84f8c858f
6
+ metadata.gz: 94541b100c0da90f8163d546edd2eefcafbc099d0107e681f177b67068be4f1a122d49f82a51036cc34e1201cafe2accfb08e5e161922a8504ee55c7950ea091
7
+ data.tar.gz: 91288c7970ebc77a2a17d6332dadcdee41c09439e997eea7ddad84399a1ce27a4c3a48280287696b2a3aedd966b2ea7308df71676ba698af9918f8283e817b36
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = CocoapodsFreezer::VERSION
9
9
  spec.authors = ['ca1md0wn']
10
10
  spec.email = ['studio.ca1md0wn@gmail.com']
11
- spec.description = %q{A short description of cocoapods-freezer.}
12
- spec.summary = %q{A longer description of cocoapods-freezer.}
11
+ spec.description = %q{cocoapods-freezer is a plugin of cocoapods. It uses for cache of intergation!}
12
+ spec.summary = %q{cocoapods-freezer is a plugin of cocoapods. It uses for cache of intergation!}
13
13
  spec.homepage = 'https://github.com/ca1md0wn/cocoapods-freezer'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,3 +1,3 @@
1
1
  module CocoapodsFreezer
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-freezer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ca1md0wn
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: A short description of cocoapods-freezer.
55
+ description: cocoapods-freezer is a plugin of cocoapods. It uses for cache of intergation!
56
56
  email:
57
57
  - studio.ca1md0wn@gmail.com
58
58
  executables: []
@@ -107,7 +107,7 @@ rubyforge_project:
107
107
  rubygems_version: 2.5.2.3
108
108
  signing_key:
109
109
  specification_version: 4
110
- summary: A longer description of cocoapods-freezer.
110
+ summary: cocoapods-freezer is a plugin of cocoapods. It uses for cache of intergation!
111
111
  test_files:
112
112
  - spec/command/freeze_spec.rb
113
113
  - spec/spec_helper.rb