sentry-api 0.2.1 → 0.2.2
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 +4 -4
- data/lib/sentry-api/client/projects.rb +1 -1
- data/lib/sentry-api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8389ed91a233842a9a32b85279e5df87a1fa49a7
|
|
4
|
+
data.tar.gz: 8ddc12453184a754bb3c230dfb2033eb87f834d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7881a4247032c501d50fad2ffe360aa635c7e0ccbc0cebd039eb69691115e55b5713836599abb9055519fc2a664bcbc3fae32f7827b3612862ad5fff0ae23e9f
|
|
7
|
+
data.tar.gz: 741a41fe08c21a493ec8df3d81bfcb698c07f1194422483e17dbc73a548b08693f93e4cf675e4ccdcc93c524a255ae28a003edda51e829b6b4861edb6b032e3e
|
|
@@ -79,7 +79,7 @@ class SentryApi::Client
|
|
|
79
79
|
# @param organization_slug [String] the slug of the organization.
|
|
80
80
|
# @return [Array<SentryApi::ObjectifiedHash>]
|
|
81
81
|
def upload_dsym_files(project_slug, file_path, organization_slug=@default_org_slug)
|
|
82
|
-
|
|
82
|
+
upload("/projects/#{organization_slug}/#{project_slug}/files/dsyms/", body: {file: File.new(file_path)})
|
|
83
83
|
end
|
|
84
84
|
|
|
85
85
|
# List a Project’s DSym Files.
|
data/lib/sentry-api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sentry-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thierry Xing
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httmultiparty
|