fastlane 2.28.0 → 2.28.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72fc2ae05e3630efd3ed2a5d278e712e62c48d03
4
- data.tar.gz: 8db0cf1bdfb90d66b8404009eb76898ff4a9f9a8
3
+ metadata.gz: 3c843f9c86c6cb45c10f16dc428c57ac8000fff2
4
+ data.tar.gz: 78c756df5e94768e7c5191bc96d7da9d39083a8b
5
5
  SHA512:
6
- metadata.gz: 5bbfe725c73e9e7ba2920347f566bd06051e73d30c9a9e8e1fc1864f9a9c84a7c2bc3e8bc59c56fadb3d88d6c9cd2d0e8924a94f97789c02a52f69156f67064c
7
- data.tar.gz: 529280001dc37f94b8713749c0517f94e46484af030e1a089b54dd95d2b15f490bc39ade83ac295e5507c1f2c7465f5908c9e9a76b31bf181cbbdc0fb01d0f07
6
+ metadata.gz: 3b7b556ddb92b9acd664c8b1e513be918d52bc9bdb74a90f87b79bfc80714f656b65a1005fc681d34af4593a816142807aa2a95b196e64326fa3e834f10e9672
7
+ data.tar.gz: 1760f670b07d76ac8a2c996e50f36032194e2aa12f72e9d8d2cb1b4dfce4b919be21c1992cfd496489725a6f09065ba894947231864136af51e9954bfa9a58d5
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.28.0'.freeze
2
+ VERSION = '2.28.1'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  end
@@ -9,8 +9,6 @@ module Spaceship::TestFlight
9
9
  #
10
10
  # See `Spaceship::TestFlight::Build#reload`
11
11
 
12
- include Enumerable
13
-
14
12
  def self.all(app_id: nil, platform: nil)
15
13
  data = client.get_build_trains(app_id: app_id, platform: platform)
16
14
  trains = {}
@@ -34,9 +32,5 @@ module Spaceship::TestFlight
34
32
  def values
35
33
  @trains.values
36
34
  end
37
-
38
- def each(&bock)
39
- @tains.each(&block)
40
- end
41
35
  end
42
36
  end
@@ -503,8 +503,8 @@ module Spaceship
503
503
  {
504
504
  keywords: :keywords,
505
505
  description: :description,
506
- supportURL: :support_url,
507
- marketingURL: :marketing_url,
506
+ supportUrl: :support_url,
507
+ marketingUrl: :marketing_url,
508
508
  releaseNotes: :release_notes
509
509
  }.each do |json, attribute|
510
510
  instance_variable_set("@#{attribute}".to_sym, LanguageItem.new(json, languages))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.28.0
4
+ version: 2.28.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -1370,7 +1370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1370
1370
  version: '0'
1371
1371
  requirements: []
1372
1372
  rubyforge_project:
1373
- rubygems_version: 2.5.2
1373
+ rubygems_version: 2.5.1
1374
1374
  signing_key:
1375
1375
  specification_version: 4
1376
1376
  summary: The easiest way to automate beta deployments and releases for your iOS and