cocoapods-replace 0.0.1 → 0.0.2

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: 5d514a9ab6189b8f0d4e16787e80431c88011aed5500eceb8e0b49381cac1995
4
- data.tar.gz: 1db20023ea363131fc1f602efd2ac8fd954442582caff2ba18ed168dae63dba3
3
+ metadata.gz: d4c49581c5eddf138de6588285330576b9562b02d5ff5870ea8cfd59031e267c
4
+ data.tar.gz: 96abc258b1b9b7c1b8e46855d13b23c04b6fa8a7f6613783a9dab556f232b580
5
5
  SHA512:
6
- metadata.gz: 9e8120d8f2404f369de465224ef7b3bac4384e841fd80b534c87e132aa1006932fe5cef3054fc922c591743d5846f2d37459a0020b082d63c05f2f7335ccbaa4
7
- data.tar.gz: 9b64981130f290997eec5a30aabeffc4e5b336d5c839bf58c5d08972c200d74e3d25fb1c17f2b4edf96bfd20f2c2d551e7670678f84be613c10e68dadd4cbedd
6
+ metadata.gz: 942c04fa67785205ca5b7b8bbe3505e2dac621e85875b6d26fa6ecf839241c7689d74d55a2b338832ae128451bada3e3b76a2ace4f8f3c560547282901eb0bec
7
+ data.tar.gz: 7d6a3173d47082801b5761d88223ab0b6f2ce1433f1ed6072dee5199e3ccc50ad009ada4ae7a2a3821dc16e7e5cf744a1e9c4dc25ef24f538515357012f8e26e
@@ -6,11 +6,11 @@ require 'cocoapods-replace/gem_version.rb'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'cocoapods-replace'
8
8
  spec.version = CocoapodsReplace::VERSION
9
- spec.authors = ['jinqiucheng']
10
- spec.email = ['jinqiucheng@foryou56.com']
9
+ spec.authors = ['Dreamtracer']
10
+ spec.email = ['jinqiucheng1006@live.cn']
11
11
  spec.description = %q{A short description of cocoapods-replace.}
12
12
  spec.summary = %q{A longer description of cocoapods-replace.}
13
- spec.homepage = 'https://github.com/EXAMPLE/cocoapods-replace'
13
+ spec.homepage = 'https://github.com/NicolasKim/cocoapods-replace.git'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module CocoapodsReplace
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-replace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - "\bjinqiucheng"
7
+ - Dreamtracer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: '0'
41
41
  description: A short description of cocoapods-replace.
42
42
  email:
43
- - jinqiucheng@foryou56.com
43
+ - jinqiucheng1006@live.cn
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
@@ -59,7 +59,7 @@ files:
59
59
  - lib/cocoapods_plugin.rb
60
60
  - spec/command/replace_spec.rb
61
61
  - spec/spec_helper.rb
62
- homepage: https://github.com/EXAMPLE/cocoapods-replace
62
+ homepage: https://github.com/NicolasKim/cocoapods-replace.git
63
63
  licenses:
64
64
  - MIT
65
65
  metadata: {}