TestFlightExporter 0.0.1 → 0.0.2
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/README.md +2 -2
- data/bin/{testflight_exporter → tfexporter} +0 -0
- data/lib/testflight_exporter/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: 210c7046f46f3f89325282ecf6df09916846da24
|
|
4
|
+
data.tar.gz: 66e33f7a56f8c4e6678480e6feef7dcdd4938ba9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ef7b2260a54e93bb1d9561e29b4a77bce4073c18fc54ec8d0cfd5661ce1ebbcbb75cc4d04d50112fe6ea10440fcf1e81fcaeaca15361dcdf39fab9203506bfc
|
|
7
|
+
data.tar.gz: e16ef9af94cc653793369b2d3d3018c0ac2348c563e30b4196c37eb3232b326a8054c2c26893b131221862e4110adec29a116c03bd25abdd14843c6c2496df7b
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ TestFlight Exporter can download the builds, including release notes, from your
|
|
|
9
9
|
|
|
10
10
|
TestFlight Exporter is available as a gem, which you can easily install by executing the following command in your terminal:
|
|
11
11
|
|
|
12
|
-
$ gem install
|
|
12
|
+
$ gem install TestFlightExporter
|
|
13
13
|
|
|
14
14
|
## Usage
|
|
15
15
|
|
|
@@ -32,7 +32,7 @@ If you want to use the functionality of TestFlight Exporter directly rather than
|
|
|
32
32
|
To include it in your project, add this line to your application's Gemfile:
|
|
33
33
|
|
|
34
34
|
```ruby
|
|
35
|
-
gem '
|
|
35
|
+
gem 'TestFlightExporter'
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
And then execute:
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: TestFlightExporter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fabio Milano
|
|
@@ -98,7 +98,7 @@ description:
|
|
|
98
98
|
email:
|
|
99
99
|
- fabio@touchwonders.com
|
|
100
100
|
executables:
|
|
101
|
-
-
|
|
101
|
+
- tfexporter
|
|
102
102
|
extensions: []
|
|
103
103
|
extra_rdoc_files: []
|
|
104
104
|
files:
|
|
@@ -107,7 +107,7 @@ files:
|
|
|
107
107
|
- LICENSE.txt
|
|
108
108
|
- README.md
|
|
109
109
|
- Rakefile
|
|
110
|
-
- bin/
|
|
110
|
+
- bin/tfexporter
|
|
111
111
|
- lib/helpers.rb
|
|
112
112
|
- lib/testflight_exporter.rb
|
|
113
113
|
- lib/testflight_exporter/version.rb
|