fastlane-plugin-rollbar 0.1.6 → 0.1.7

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: 1feabb65f0d1056ca2eef7ca5e3762ab17ac54277d658e787ababc8eadc6e47a
4
- data.tar.gz: 75ca7fecf3040f79aa5842949cea420442e7fce0a7cf2ccf6baddc9058346468
3
+ metadata.gz: c15b5de15607f77bf7e58e1074f7ff02f33c18813316fc0305a69d52b154ad31
4
+ data.tar.gz: 4a61603bdc436a19fd2372f960dce2e722c1131158d566387608f8b1443ba3e3
5
5
  SHA512:
6
- metadata.gz: dd273cf66323fef41901a1c0d121880b76139df0061a4a961315867b8345609e0c4fa568ade0da6188fdb5c54394baac5efd678400cb19d4664b8b85cb02e774
7
- data.tar.gz: 6557e0039e87780e4f6fc4f77b24fc17b4c0ca31cd38bc44b3999a4005fb40fe62121cce0b2aebc86c6282ad72f9ed1cdc2afdfde0123fd2b476efae76dc9052
6
+ metadata.gz: fa187303c2407a2a80ef2fd4b056c07013ecdda6f158d09f088d3ee75a93ef6e81e939c49812f9492017f9b56ca0a3be489b984e17122238696f9db14fc00da8
7
+ data.tar.gz: 400ff4d0ab7b059c32dee0addba95ad0ebb3e945516ab2005c3e9957a5c0f8d225c0964aba64e9c9d6984bc1d03475b3e50916621dae1645dfbe9b36e743246e
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
- # rollbar plugin
1
+ # Fastlane rollbar 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-rollbar)
4
4
  [![Gem Version](https://badge.fury.io/rb/fastlane-plugin-rollbar.svg)](https://badge.fury.io/rb/fastlane-plugin-rollbar)
5
+ [![Build Status](https://travis-ci.org/microsoft/fastlane-plugin-appcenter.svg?branch=master)](https://travis-ci.org/microsoft/fastlane-plugin-appcenter)
5
6
 
6
7
  ## Getting Started
7
8
 
@@ -25,7 +25,7 @@ module Fastlane
25
25
  --entry-file index.js \
26
26
  --bundle-output /tmp/#{jsbundle} \
27
27
  --assets-dest #{assets_dest} \
28
- --sourcemap-output ./tmp/sourcemap.#{os}.js \
28
+ --sourcemap-output /tmp/sourcemap.#{os}.js \
29
29
  --sourcemap-sources-root ./")
30
30
  end
31
31
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Fastlane
4
4
  module Rollbar
5
- VERSION = '0.1.6'.freeze
5
+ VERSION = '0.1.7'.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.6
4
+ version: 0.1.7
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-14 00:00:00.000000000 Z
11
+ date: 2020-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler