ios_double_source 0.1.0 → 0.1.1
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 +4 -4
- data/{lib_blur → lib}/ios_double_source.rb +3 -0
- data/{lib_blur → lib}/version.rb +2 -1
- metadata +27 -27
- /data/{lib_blur/core → lib/core_blur}/auto_build.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/build_item.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/commit.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/config.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/cost.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/git_helper.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/github_fork.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/github_helper.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/gitlab_helper.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/hook_manager.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/podspec.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/push.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/repo.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/repo_cocoapods.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/repo_module.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/repo_module_binary.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/repo_module_source.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/repo_xcode.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/repo_xcode_package.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/repo_xcode_shell.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/util/file_helper.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/util/request.rb +0 -0
- /data/{lib_blur/core → lib/core_blur}/util/string.rb +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e34b0042ac6684dad1ba2fedcac3baa8a663aa7b34a5908a49956a742edca630
|
4
|
+
data.tar.gz: 43f05e8735288a3dac983aeed35294ec5dbd6cf09935748891941fcace27fe0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cffa321879b4301c0aabc924ffdad9388027da7bc8d1e5ede392f42a6c0ed3d25136480785883895b43814e5e5ddeabaae11ef9f919d1d456c9eb02a687d57b
|
7
|
+
data.tar.gz: a447aea91218496308996f120a28697a049dbd83fb07dfe5ad03b1b5016a58441bae1117332d73f3de5cf675e564b66f9e61087b0ad10ff1db2a2055de2619c6
|
data/{lib_blur → lib}/version.rb
RENAMED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ios_double_source
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wangshuaipeng
|
@@ -91,31 +91,31 @@ files:
|
|
91
91
|
- README.md
|
92
92
|
- bin/console
|
93
93
|
- bin/setup
|
94
|
-
-
|
95
|
-
-
|
96
|
-
-
|
97
|
-
-
|
98
|
-
-
|
99
|
-
-
|
100
|
-
-
|
101
|
-
-
|
102
|
-
-
|
103
|
-
-
|
104
|
-
-
|
105
|
-
-
|
106
|
-
-
|
107
|
-
-
|
108
|
-
-
|
109
|
-
-
|
110
|
-
-
|
111
|
-
-
|
112
|
-
-
|
113
|
-
-
|
114
|
-
-
|
115
|
-
-
|
116
|
-
-
|
117
|
-
-
|
118
|
-
-
|
94
|
+
- lib/core_blur/auto_build.rb
|
95
|
+
- lib/core_blur/build_item.rb
|
96
|
+
- lib/core_blur/commit.rb
|
97
|
+
- lib/core_blur/config.rb
|
98
|
+
- lib/core_blur/cost.rb
|
99
|
+
- lib/core_blur/git_helper.rb
|
100
|
+
- lib/core_blur/github_fork.rb
|
101
|
+
- lib/core_blur/github_helper.rb
|
102
|
+
- lib/core_blur/gitlab_helper.rb
|
103
|
+
- lib/core_blur/hook_manager.rb
|
104
|
+
- lib/core_blur/podspec.rb
|
105
|
+
- lib/core_blur/push.rb
|
106
|
+
- lib/core_blur/repo.rb
|
107
|
+
- lib/core_blur/repo_cocoapods.rb
|
108
|
+
- lib/core_blur/repo_module.rb
|
109
|
+
- lib/core_blur/repo_module_binary.rb
|
110
|
+
- lib/core_blur/repo_module_source.rb
|
111
|
+
- lib/core_blur/repo_xcode.rb
|
112
|
+
- lib/core_blur/repo_xcode_package.rb
|
113
|
+
- lib/core_blur/repo_xcode_shell.rb
|
114
|
+
- lib/core_blur/util/file_helper.rb
|
115
|
+
- lib/core_blur/util/request.rb
|
116
|
+
- lib/core_blur/util/string.rb
|
117
|
+
- lib/ios_double_source.rb
|
118
|
+
- lib/version.rb
|
119
119
|
homepage: https://gitee.com/sourceiOS/ios_double_source
|
120
120
|
licenses:
|
121
121
|
- MIT
|
@@ -126,7 +126,7 @@ metadata:
|
|
126
126
|
post_install_message:
|
127
127
|
rdoc_options: []
|
128
128
|
require_paths:
|
129
|
-
-
|
129
|
+
- lib
|
130
130
|
required_ruby_version: !ruby/object:Gem::Requirement
|
131
131
|
requirements:
|
132
132
|
- - ">="
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|