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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47abbef6ad6404d51f0b614e50de932db2717d82
4
- data.tar.gz: 29e77927e625b7d47870f4e5c8d2452135e7ef87
3
+ metadata.gz: 210c7046f46f3f89325282ecf6df09916846da24
4
+ data.tar.gz: 66e33f7a56f8c4e6678480e6feef7dcdd4938ba9
5
5
  SHA512:
6
- metadata.gz: 2ea24bf47268d11890ef98c6e3b97d18296f18da34e0bbe17f3ca7f6a1a8c2940ef4444ec2e348136aa8adc45654eb7855bde03e350012621357666a095f3e68
7
- data.tar.gz: b4e15239a2ba25da69590ae2a3446b3bdc4079eb87860e436b5d334791412372cf1ff9cfa1ff114c3d76b268c2a17303f54baa86b416aa7efa1fde5ad4cb04aa
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 testflight_exporter
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 'testflight_exporter'
35
+ gem 'TestFlightExporter'
36
36
  ```
37
37
 
38
38
  And then execute:
File without changes
@@ -1,3 +1,3 @@
1
1
  module Osiris
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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
- - testflight_exporter
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/testflight_exporter
110
+ - bin/tfexporter
111
111
  - lib/helpers.rb
112
112
  - lib/testflight_exporter.rb
113
113
  - lib/testflight_exporter/version.rb