fastlane-plugin-rollbar 0.1.2 → 0.1.3

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: fcb92040f52701396cfdd208ee8324052f49fcffa3b5e8af3ec9429ad51ce3b1
4
- data.tar.gz: 8c82701b67e76186b68bb4a3b77ddae831cb57ff6dcfca98580a85968ff16463
3
+ metadata.gz: eee0e50bcdd4fe5a1c6bc3f60db4a688a1c9fc984a1015322a84414e8e26701e
4
+ data.tar.gz: e83d8c50e306970486eb0daa891801f15797a182a4eaf80e6b79b6275f68bd93
5
5
  SHA512:
6
- metadata.gz: 57b25f8e196ac1dbc8d0a35014d49c4bd1ad35841ffd6e8fba30525dfada87ce8a9fe7d6897ef4ab06b8666904329aba6bcd0c4fae9338ed75428c4cc1f6715f
7
- data.tar.gz: 2ae6f612ea405e82894e4704dc03f1e8857f1d51e53ad23c85f3c018676f74c7006de893a6f06a8c5f0fe6083739f2215316d44756c494c53db3a33dbe8852fb
6
+ metadata.gz: 549c6906212fcc03056d9c3c0256689bf3c58f917b8ca44d7089223912a69b5a0f2ce34a67a4650b7259fac57ec22c23c60ab0636aa10a851001a2ab1e9fe0b2
7
+ data.tar.gz: c95c4a8ec4775093a6379d5eb35576418b6a1b048df9d5ae9252e8d0261b2e8cc7b42acab080606fb63ed6f53b3d82bd1c89af5cffbb9145d78d859dafe5cec4
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'fastlane/action'
4
- require_relative '../helper/rollbar_sourcemaps_upload_helper'
4
+ require_relative '../helper/rollbar_helper'
5
5
 
6
6
  module Fastlane
7
7
  module Actions
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'fastlane/action'
4
- require_relative '../helper/rollbar_sourcemaps_upload_helper'
4
+ require_relative '../helper/rollbar_helper'
5
5
 
6
6
  module Fastlane
7
7
  module Actions
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'fastlane/action'
4
- require_relative '../helper/rollbar_sourcemaps_upload_helper'
4
+ require_relative '../helper/rollbar_helper'
5
5
 
6
6
  module Fastlane
7
7
  module Actions
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'fastlane/action'
4
- require_relative '../helper/rollbar_sourcemaps_upload_helper'
4
+ require_relative '../helper/rollbar_helper'
5
5
 
6
6
  module Fastlane
7
7
  module Actions
@@ -13,8 +13,7 @@ module Fastlane
13
13
  params[:os],
14
14
  params[:code_version],
15
15
  params[:environment],
16
- )
17
- end
16
+ )
18
17
  end
19
18
 
20
19
  def self.description
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module Rollbar
5
- VERSION = '0.1.2'.freeze
5
+ VERSION = '0.1.3'.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.2
4
+ version: 0.1.3
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-13 00:00:00.000000000 Z
11
+ date: 2020-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -148,7 +148,7 @@ files:
148
148
  - lib/fastlane/plugin/rollbar/actions/rollbar_proguard_upload_action.rb
149
149
  - lib/fastlane/plugin/rollbar/actions/rollbar_report_deploy_action.rb
150
150
  - lib/fastlane/plugin/rollbar/actions/rollbar_sourcemaps_upload_action.rb
151
- - lib/fastlane/plugin/rollbar/helper/rollbar_sourcemaps_upload_helper.rb
151
+ - lib/fastlane/plugin/rollbar/helper/rollbar_helper.rb
152
152
  - lib/fastlane/plugin/rollbar/version.rb
153
153
  - lib/fastlane/plugin/rollbar_sourcemaps_upload.rb
154
154
  homepage: https://github.com/stereodenis/fastlane-plugin-rollbar