fastlane-plugin-automated_test_emulator_run_mik 1.6.2 → 1.6.3

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: 22fc03d335e3f20e87fa0a80aab74c6c8db85620
4
- data.tar.gz: 218162b301f2e25955a06e29b74b08ab3eafcfd5
3
+ metadata.gz: 72f519627213ce145a663fc4411517164bc8d1f8
4
+ data.tar.gz: a4c5c77559bda0b59a1cb22b8af97d4d50f9db69
5
5
  SHA512:
6
- metadata.gz: 858faf867bc6daefd6adc8f40921c9a0f598a3e02160b0f98393bc5ee4c6bfe5c54dd96691bf1affc0b6d7fcb481ed3913820c8252168663e9301fcda8ede891
7
- data.tar.gz: 64e2e824b1cb72fc6752597757cee61fa0fbe09e22b80461d2572ade152d5962f739c6fde2f397c7981b45d0fb8cd7c432742ec8078c5721f1812dbbbf97d38a
6
+ metadata.gz: 3dd7c31e18d59d8adbb677d35913341e07caf5a2ce8ec49a7a4756774075450cb3bb7b8b57917c4485953dac1b76ea64f69867a0e03376a36d7c7e1b3eb4fdf3
7
+ data.tar.gz: bc1302d246c07a459ddd907ff20b5bf4ffdd83d3eed2c3609dab5c54b2335246c86acec67a072f365d2f9b43be71c1971eaf5809d5cf0b01678a50825d36ef51
@@ -1,14 +1,14 @@
1
1
  require 'fastlane/plugin/automated_test_emulator_run/version'
2
2
 
3
3
  module Fastlane
4
- module AutomatedTestEmulatorRun
4
+ module AutomatedTestEmulatorRunMik
5
5
  def self.all_classes
6
6
  Dir[File.expand_path('**/{actions,factory,provider}/*.rb', File.dirname(__FILE__))]
7
7
  end
8
8
  end
9
9
  end
10
10
 
11
- Fastlane::AutomatedTestEmulatorRun.all_classes.each do |current|
11
+ Fastlane::AutomatedTestEmulatorRunMik.all_classes.each do |current|
12
12
  require current
13
13
  end
14
14
 
@@ -0,0 +1,5 @@
1
+ module Fastlane
2
+ module AutomatedTestEmulatorRunMik
3
+ VERSION = "1.6.3"
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-automated_test_emulator_run_mik
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk
@@ -102,12 +102,12 @@ extra_rdoc_files: []
102
102
  files:
103
103
  - LICENSE
104
104
  - README.md
105
- - lib/fastlane/plugin/automated_test_emulator_run/actions/automated_test_emulator_run_action.rb
106
- - lib/fastlane/plugin/automated_test_emulator_run/factory/adb_controller_factory.rb
107
- - lib/fastlane/plugin/automated_test_emulator_run/factory/avd_controller_factory.rb
108
- - lib/fastlane/plugin/automated_test_emulator_run/provider/avd_setup_provider.rb
109
- - lib/fastlane/plugin/automated_test_emulator_run/version.rb
110
105
  - lib/fastlane/plugin/automated_test_emulator_run_mik.rb
106
+ - lib/fastlane/plugin/automated_test_emulator_run_mik/actions/automated_test_emulator_run_action.rb
107
+ - lib/fastlane/plugin/automated_test_emulator_run_mik/factory/adb_controller_factory.rb
108
+ - lib/fastlane/plugin/automated_test_emulator_run_mik/factory/avd_controller_factory.rb
109
+ - lib/fastlane/plugin/automated_test_emulator_run_mik/provider/avd_setup_provider.rb
110
+ - lib/fastlane/plugin/automated_test_emulator_run_mik/version.rb
111
111
  homepage: https://github.com/mik9/fastlane-plugin-automated-test-emulator-run
112
112
  licenses:
113
113
  - MIT
@@ -1,5 +0,0 @@
1
- module Fastlane
2
- module AutomatedTestEmulatorRun
3
- VERSION = "1.6.2"
4
- end
5
- end