fastlane-plugin-auth0_shipper 0.1.0 → 0.2.0

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
  SHA1:
3
- metadata.gz: 29e146e26763e575ba388e1dfc0ead7415eba933
4
- data.tar.gz: 13e72d927db32d62099c28545a00be9958bc6e06
3
+ metadata.gz: 21729112ddf7f7a6786df0f1e6d0d62ed81d5a70
4
+ data.tar.gz: b0cd20b18b4fb9c5044bed5f5214d42f0fb22211
5
5
  SHA512:
6
- metadata.gz: 7b3bd221a465ecc2ffca5a26bbb807c48b9c5734c0b10a3a8cf3d42d172cc089eaeeb0db8d6a375b86e16c17c5c11e14f2e412f5ac8d2fff2dba2738977ee174
7
- data.tar.gz: 194feafdb58a94a9c480b9871fd30d93daf318f38430308e87fa5a8cdcdde6df763b8ea21a8fc00bdef08a64a0d17062b18419e279e50bec41547c00b6c739fc
6
+ metadata.gz: 1d6c415d1034aada379bfdbc2ae121a8b134b2d235db0675ac37dccbe613f5d616f146406f44b1df15358e58474429309e2009a1006a5a0f4142e0a9aba77012
7
+ data.tar.gz: f5b3f82f6dfdd8722f8cee931887091bde3329076a274bab09b088334727aaa814b9a7d1140f6c9f8f45ea8208489ae97ffee08f9805c5df9283191c8c235188
@@ -14,7 +14,7 @@ module Fastlane
14
14
  changelog_entry = Helper::Auth0ShipperHelper.prepare_changelog(current_version, next_version, params[:organization], params[:repository])
15
15
  Helper::Auth0ShipperHelper.prepare_changelog_file(params[:changelog], changelog_entry)
16
16
  UI.message "\n#{changelog_entry}"
17
- `"/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" -w #{params[:changelog]}` unless UI.confirm("is CHANGELOG for version #{next_version} Ok?")
17
+ system("vim #{params[:changelog]}") unless UI.confirm("is CHANGELOG for version #{next_version} Ok?")
18
18
  Helper::Auth0ShipperHelper.prepare_readme_file(params[:readme], current_version, next_version)
19
19
  Actions::GitAddAction.run(path: [params[:readme], params[:changelog]])
20
20
  Actions::IncrementVersionNumberAction.run(version_number: next_version.to_s)
@@ -27,6 +27,7 @@ module Fastlane
27
27
  current_version_tag = tag_current_version
28
28
  current_version = current_version_plist
29
29
  current_version = UI.select("Please select current version", [current_version_plist, current_version_tag]) unless current_version_tag.nil? || (current_version_plist == current_version_tag)
30
+ current_version
30
31
  end
31
32
 
32
33
  def self.prepare_changelog(current, next_version, organization, repository)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Auth0Shipper
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-auth0_shipper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernan Zalazar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-05 00:00:00.000000000 Z
11
+ date: 2017-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semantic