fastlane-plugin-cryptex 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/cryptex.rb +1 -1
- data/lib/fastlane/plugin/cryptex/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a44567a02dfc2b75f73bfdab6e86ea0b686b233
|
4
|
+
data.tar.gz: 563247fa143a6b9d14ceb9328e77a01de2701959
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a80a6d6999f856ef4ace87dca1d28cab81bae9dd8622232f858f0a4fcf9ac99f570d16dbd2c2e9c88655b3ea85edc0209a6789f3cbd2f54e573a4366bfcb41be
|
7
|
+
data.tar.gz: 93094435b4eb45cd49ab55c45ef900d8212fed56bcff84299f635a7cfded0aec959eb48a3c0361c32f932ad3dc0fb33d45de78ea0ae63a065216faf3bc0df93b
|
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
module Fastlane
|
3
3
|
module Cryptex
|
4
|
-
ROOT = Pathname.new(File.expand_path('
|
4
|
+
ROOT = Pathname.new(File.expand_path('../cryptex', __FILE__))
|
5
5
|
# Return all .rb files inside the "actions" and "helper" directory
|
6
6
|
def self.all_classes
|
7
7
|
Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-cryptex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Helmut Januschka
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: commander
|
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
166
166
|
version: '0'
|
167
167
|
requirements: []
|
168
168
|
rubyforge_project:
|
169
|
-
rubygems_version: 2.
|
169
|
+
rubygems_version: 2.6.8
|
170
170
|
signing_key:
|
171
171
|
specification_version: 4
|
172
172
|
summary: fastlane Crypt Store Git repo
|