establish 0.0.29 → 0.0.30

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
  SHA256:
3
- metadata.gz: c6f9787d3038f9874a6e0457478019ebcb939850ce759a62928a2272c083976a
4
- data.tar.gz: e7e93df7b143de7ca393f3ff89179c0ad3d83f46a0c1f0b36b55b19fbf989ba1
3
+ metadata.gz: a04ba58617539e0011ad1ba123cd359e91e84031c7b5051907ee8aacb767bf19
4
+ data.tar.gz: 19b3922e92351d2fef3873b200e2efeb785bd6f6f51e8e3c9808f4274668a88f
5
5
  SHA512:
6
- metadata.gz: d3d59ba6efcd3c7397faabe6c813b1359729eebdad9ec76bb4bf95bcd06d0bb201b00da22eaf4d74cddfa34d65ccb340d78f9f3c0dbcb05034631341925aca5a
7
- data.tar.gz: 0e656ed66a3e3c0f990d6857c59ca984b73806dd9f767ecd8e70a4e05d2399dd2ed41b87b7002e760353365b1fa5a883942dc0a3d01ee9d9bccc89398ce97a6e
6
+ metadata.gz: 5790376e407e3dc3f537a4246f8f36b38c082f7f17967373ab0aad2b53f62ed6ceba6ca720eb8dbd85b6f76b10b1876675fd3a81be9d6c3d361ef06e37781609
7
+ data.tar.gz: 1d688ce22c3a7f2999d70790742dbadacd2eda8c2e68f47441a8e305fdbcc3a9490d22b9b1c1a991ce8297b30f99560e3f0f4444bdc1ef750d46d5a9449990cd
@@ -1,3 +1,3 @@
1
1
  module Establish
2
- VERSION = "0.0.29"
2
+ VERSION = "0.0.30"
3
3
  end
@@ -3,7 +3,7 @@ describe Establish do
3
3
  let (:apple_id) { 794902327 }
4
4
  let (:app_identifier) { 'net.sunapps.1' }
5
5
 
6
- describe "#update_description" do
6
+ describe "#update_description", felix: true do
7
7
  before do
8
8
  @app = Establish::App.new(apple_id, app_identifier)
9
9
  end
@@ -4,7 +4,7 @@ describe Establish do
4
4
  @app = Establish::App.new(284882215, 'com.facebook.Facebook')
5
5
  end
6
6
 
7
- describe "#download" do
7
+ describe "#download", felix: true do
8
8
  it "throws an exception when invalid parameter is given" do
9
9
  except {
10
10
  Establish::ItunesTransporter.new.download(123)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: establish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.29
4
+ version: 0.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincenzo Fehring