fastlane-plugin-ftps 0.1.5 → 0.1.6

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: 50b6e2f305b3a12262c3194b8de7aba289a792eae6221d9cf4e33e871f6abf79
4
- data.tar.gz: c286ce62005b2c1a58e4cf78edc4471888de31c571e421f5f486c54451ebd0e0
3
+ metadata.gz: 6b11bda26fed09c7a93d47d6e8795385e30a351b6254e16f6cb4a69d448d4fa8
4
+ data.tar.gz: de554e9a9d78214a1003b1f73c43a7cb9bc1049a5fca320495ebed5f8b33ad1d
5
5
  SHA512:
6
- metadata.gz: 848927bb0c4f340483983a2eb2bc9764610bcdcc1565d651853ad68647da537ef2d67779c9370f2af0c0c35438f3e254218db92e26e40e75b8de49394264ad93
7
- data.tar.gz: 1e3767f03846c2e24301e4baff5a301d4f3c73b1e03914c0a0add81ce2097e4b7b38c6524588eff772086de45560b1f6ad4fe0c95ec2ee8c23a3d846769ac156
6
+ metadata.gz: 3f6939a15df730b4de050c686560a2d5eba3bcaabdccba7f81dab355d8e847c46811322297d86fae68551965ed2d37f5bf3a9daf8427b2698f903bfa37989138
7
+ data.tar.gz: 873e4970cad41e3c05034f19fbbfc3e7e8889817caa92d5ec2165d9ead4518cb4fdbccdad4c1916f7e624a5664ce98ec9944ee35d8b06b84e20cd9b7775fdef7
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ftp plugin
1
+ # ftps plugin
2
2
 
3
3
  [![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-ftp)
4
4
  [![Build Status](https://travis-ci.org/PoissonBallon/fastlane-ftp-plugin.svg?branch=master)](https://travis-ci.org/PoissonBallon/fastlane-ftp-plugin)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- module Ftp
3
- VERSION = "0.1.5"
2
+ module Ftps
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
- require 'fastlane/plugin/ftp/version'
1
+ require 'fastlane/plugin/ftps/version'
2
2
 
3
3
  module Fastlane
4
- module Ftp
4
+ module Ftps
5
5
  # Return all .rb files inside the "actions" and "helper" directory
6
6
  def self.all_classes
7
7
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
@@ -11,6 +11,6 @@ end
11
11
 
12
12
  # By default we want to import all available actions and helpers
13
13
  # A plugin can contain any number of actions and plugins
14
- Fastlane::Ftp.all_classes.each do |current|
14
+ Fastlane::Ftps.all_classes.each do |current|
15
15
  require current
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-ftps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafał Dziuryk