fastlane-plugin-rollbar 0.1.9 → 0.1.10

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
  SHA256:
3
- metadata.gz: cfbfd69a0ac6225e4fd65cc04c490397ce572eec701573884f5cd492c2c300cb
4
- data.tar.gz: d9877717f437d9cb2a828abdea87e9a95dcc0fa8c5588750eb6040b8125adcfd
3
+ metadata.gz: 11fb189dce504e07efd24ca398f816672b96781220940a330dda6ba1ea4fd8ca
4
+ data.tar.gz: 72da942844d8c49d280756d0b4c1a10fdf109847d3bfd458a10cf896050d23c3
5
5
  SHA512:
6
- metadata.gz: f2de52a8bb04bca59089e104fb6def392d041089e18d8b55e59b33565f55df4cf5720be4ade9857576b457d86d86666f2594fe571ad92150d06864adf5d69249
7
- data.tar.gz: c14403d9b730f0cc3cef31a806c1971658e938fb75592747772680c9eed33ddf5c55af667ee4daa9b4135079a26b3ba2f3c9266f31503efe523e78f3d700a90d
6
+ metadata.gz: 8eb30bfd9c6f2830143f8bdd4133b28cd7c62c7260b43f9902009f34c5fde07551bed8e81dc4f321d05a99549034d1333c91d976c4e81e22fb19986bd60606f6
7
+ data.tar.gz: 7df370e19a590ce06e0668c18ac62f0cb2972a4751ed321bbd41c4e6f8352f8d68a96f813877f4920f1933f4e046e3316cc0811999401a39a1175c67b49278cf
@@ -40,7 +40,7 @@ module Fastlane
40
40
  FastlaneCore::ConfigItem.new(key: :environment, description: 'Environment', optional: false, type: String),
41
41
  FastlaneCore::ConfigItem.new(key: :revision, description: 'Git SHA of revision being deployed', optional: false, type: String),
42
42
  FastlaneCore::ConfigItem.new(key: :rollbar_username, description: 'Rollbar username of person who deployed', optional: true, type: String),
43
- FastlaneCore::ConfigItem.new(key: :local_username, description: 'Local username of person who deployed. Displayed in web app if no rollbar_username was specified.', optional: true, type: String),
43
+ FastlaneCore::ConfigItem.new(key: :local_username, description: 'Local username of person who deployed. Displayed in web app if no rollbar_username was specified', optional: true, type: String),
44
44
  FastlaneCore::ConfigItem.new(key: :comment, description: 'Additional text to include with the deploy', optional: true, type: String),
45
45
  FastlaneCore::ConfigItem.new(key: :status, description: 'Status of the deployment - started, succeeded (default), failed, or timed_out', optional: true, type: String)
46
46
  ]
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module Rollbar
5
- VERSION = '0.1.9'.freeze
5
+ VERSION = '0.1.10'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-rollbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgrafov Denis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-19 00:00:00.000000000 Z
11
+ date: 2020-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler