fastlane-plugin-elux_actions 0.14.0 → 1.0.0

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: a386289dfa9482af634f827cbc1ef0b7e4ac4c3c
4
- data.tar.gz: 3c5950ee79c5737e63fcbd22381a596cd5f80977
3
+ metadata.gz: 2722ebafd5f89ef838d220ab43c9a09a745921ef
4
+ data.tar.gz: 26bd0214267ae4f77b9a9cfb5d98ae024800abf3
5
5
  SHA512:
6
- metadata.gz: a733b4a434fec38b15fca2e0a5d2e9600abbbf117d717c502ee27beddb37eae8ccdf3376067883723b68fb0f648fce72c6499581f90e9a5b82b55e5107b30c06
7
- data.tar.gz: 0bef11bc69da6d706464415436ee01d307630ac2e7926d040dfe19b57569944bd72ab8c3fdc9680626c51f3713e92fac3021fd99a5705d845997ae1d30ecc4b8
6
+ metadata.gz: 244e9f3d201160a4d9caf78095dbd6abb9f4daaf6ccb2c5680695b3944c93afa00f4f8672add6f48a4de402a096156eba0ab8e03c8ad47e04fee8e3845cd6855
7
+ data.tar.gz: c2ba78d9a0195f70806ba0345f849979b6cd88b90e9aa21b08782a1fc66aebcc4ff4b8dbf944d01ab3fafdc7eb5645240e65f6345df10c2d54bed3c6d8e5c1d9
@@ -4,7 +4,7 @@ module Fastlane
4
4
  RELEASE_TO_NEXUS_CUSTOM_VALUE = :RELEASE_TO_NEXUS_CUSTOM_VALUE
5
5
  end
6
6
 
7
- class ReleaseToNexusAction < Action
7
+ class NexusPromoteAction < Action
8
8
  def self.run(params)
9
9
  # fastlane will take care of reading in the parameter and fetching the environment variable:
10
10
 
@@ -103,7 +103,7 @@ module Fastlane
103
103
  env_name: "types",
104
104
  description: "The artefact types",
105
105
  is_string: false,
106
- default_value: ["aar", "pom"],
106
+ default_value: ["jar", "pom"],
107
107
  optional: true)
108
108
 
109
109
  ]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module EluxActions
3
- VERSION = "0.14.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-elux_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dennis Granath
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-15 00:00:00.000000000 Z
11
+ date: 2017-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -103,7 +103,7 @@ files:
103
103
  - LICENSE
104
104
  - README.md
105
105
  - lib/fastlane/plugin/elux_actions.rb
106
- - lib/fastlane/plugin/elux_actions/actions/release_to_nexus_action.rb
106
+ - lib/fastlane/plugin/elux_actions/actions/nexus_promote_action.rb
107
107
  - lib/fastlane/plugin/elux_actions/helper/elux_actions_helper.rb
108
108
  - lib/fastlane/plugin/elux_actions/version.rb
109
109
  homepage: