fastlane-plugin-bluepill 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/bin/bluepill +0 -0
- data/bin/bp +0 -0
- data/lib/fastlane/plugin/bluepill/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db1cc2bdf9118e06bc9ef48909e6cfda1fcb96d1
|
|
4
|
+
data.tar.gz: 95e0daa49c38871c250cbe6ef235c713aa8ec968
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb21dd22d646c4f651de1d4fc41bd86c63a2895a91ac0ca1eac2a64d54f47ceac9e0f0179113c77dbb9365fed61369f15dd966d7fd4f0e9fe77ec96ced04bbbe
|
|
7
|
+
data.tar.gz: e3ef20049c49564bfe5f92da5a663cc78ec748700917fe38d886af16ef7b0f63f87d86574945a6ad3a783244c45b6ddee529d6ded5b83f54e0e12ffc06e3b2ef
|
data/bin/bluepill
ADDED
|
Binary file
|
data/bin/bp
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-bluepill
|
|
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
|
- tbrand
|
|
@@ -102,11 +102,13 @@ extra_rdoc_files: []
|
|
|
102
102
|
files:
|
|
103
103
|
- LICENSE
|
|
104
104
|
- README.md
|
|
105
|
+
- bin/bluepill
|
|
106
|
+
- bin/bp
|
|
105
107
|
- lib/fastlane/plugin/bluepill.rb
|
|
106
108
|
- lib/fastlane/plugin/bluepill/actions/bluepill_action.rb
|
|
107
109
|
- lib/fastlane/plugin/bluepill/helper/bluepill_helper.rb
|
|
108
110
|
- lib/fastlane/plugin/bluepill/version.rb
|
|
109
|
-
homepage:
|
|
111
|
+
homepage: https://github.com/tbrand/fastlane-plugin-bluepill
|
|
110
112
|
licenses:
|
|
111
113
|
- MIT
|
|
112
114
|
metadata: {}
|
|
@@ -114,6 +116,7 @@ post_install_message:
|
|
|
114
116
|
rdoc_options: []
|
|
115
117
|
require_paths:
|
|
116
118
|
- lib
|
|
119
|
+
- bin
|
|
117
120
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
118
121
|
requirements:
|
|
119
122
|
- - ">="
|