fastlane-plugin-cryptex 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6286c3236e933597fcaa231151783c966173268c
4
- data.tar.gz: c2e7ecfbfbc3fc0fcec787d3197373b389ab4c92
3
+ metadata.gz: bf424b41352a6186ba4f8ab85cec0a621138ce2f
4
+ data.tar.gz: 228d334736b6a319438ff84c49d139516b2914f4
5
5
  SHA512:
6
- metadata.gz: b655c7072780622600f14be3cde5d3b5991999ab8d3616fc7ceef21d2b420ee3e23549fb0264ee11a8fdd4e45e7dd4040ed5b2a92dcf568fa7a383334b28941f
7
- data.tar.gz: cde2607785293bb1c723d6d9af184424e65f124edb6df600f434fcd9dbf8dc74d1b03f0e06457c0179a7be5d0c04cdcd8b2b003bf0ed48412ecc4941365bbf0c
6
+ metadata.gz: bf6e9842354ea2d5ad549e60410559e47edfb1d00b968ec840009fa0a45e069fd4b301ce59329e4ddf55595f97ea5cf888f4967ff71c52a2a923b2c3831358db
7
+ data.tar.gz: 9217ac65d0a29f6429866c56eb3dcf11d13120db5236dcbb311734060ad243a363fc00117b5aed940dbe56ccfed412d7f5fa38204bf152e615d4484e0e462faf
data/README.md CHANGED
@@ -1,8 +1,20 @@
1
- # cryptex plugin
1
+ # Cryptex for fastlane
2
2
 
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-cryptex)
4
4
 
5
- ## Getting Started
5
+ <img src='https://upload.wikimedia.org/wikipedia/commons/4/42/Cryptex.jpg'>
6
+
7
+ ## About cryptex
8
+
9
+ Manage files - crypted - in a git repository.
10
+ adds fastlane actions, and also ships a `cryptex` binary.
11
+
12
+
13
+ * all kinds of files
14
+ * `ENV` variables
15
+
16
+
17
+ ## Setup
6
18
 
7
19
  This project is a [fastlane](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-cryptex`, add it to your project by running:
8
20
 
@@ -10,12 +22,6 @@ This project is a [fastlane](https://github.com/fastlane/fastlane) plugin. To ge
10
22
  fastlane add_plugin cryptex
11
23
  ```
12
24
 
13
- ## About cryptex
14
-
15
- Android Key Store Git repo
16
-
17
- **Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
18
-
19
25
  ## Example
20
26
 
21
27
  ```ruby
@@ -107,32 +113,12 @@ cryptex nuke
107
113
  ```
108
114
 
109
115
 
110
-
111
- ## Run tests for this plugin
112
-
113
- To run both the tests, and code style validation, run
114
-
115
- ```
116
- rake
117
- ```
118
-
119
- To automatically fix many of the styling issues, use
120
- ```
121
- rubocop -a
122
- ```
123
-
124
116
  ## Issues and Feedback
125
117
 
126
118
  For any other issues and feedback about this plugin, please submit it to this repository.
127
119
 
128
- ## Troubleshooting
129
-
130
- If you have trouble using plugins, check out the [Plugins Troubleshooting](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/PluginsTroubleshooting.md) doc in the main `fastlane` repo.
131
120
 
132
121
  ## Using `fastlane` Plugins
133
122
 
134
123
  For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Plugins.md).
135
124
 
136
- ## About `fastlane`
137
-
138
- `fastlane` is the easiest way to automate building and releasing your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).
@@ -1,6 +1,6 @@
1
1
  module Fastlane
2
2
  module Cryptex
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  DESCRIPTION = "cryptex"
5
5
  end
6
6
  end
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.0
4
+ version: 0.1.1
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-04 00:00:00.000000000 Z
11
+ date: 2016-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -146,7 +146,7 @@ files:
146
146
  - lib/fastlane/plugin/cryptex/runner.rb
147
147
  - lib/fastlane/plugin/cryptex/setup.rb
148
148
  - lib/fastlane/plugin/cryptex/version.rb
149
- homepage:
149
+ homepage: https://github.com/hjanuschka/fastlane-plugin-cryptex
150
150
  licenses:
151
151
  - MIT
152
152
  metadata: {}