sentry-api 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 7ec974675932262a7c8d6875497f3060f3d8626f
4
- data.tar.gz: ce66695b09cff8aa769500f3044e2530c1c74323
3
+ metadata.gz: 8389ed91a233842a9a32b85279e5df87a1fa49a7
4
+ data.tar.gz: 8ddc12453184a754bb3c230dfb2033eb87f834d9
5
5
  SHA512:
6
- metadata.gz: 5d1bc1582b31ee1a5fa4cd76d6fa048efa84f1761a065163e8a1d72599a7c4ea8f9875be30e7fc0c023e9e9b7f0ee2a8831c6121be4056d73111f345ec9e42ad
7
- data.tar.gz: bc0fb8df7a438a934de987f070985d07090e554749644f33edb2f36aef8c97646bc01c70ea31ccbbe463060dbb98e8d07b081d77b93670deab53b415bf35ac02
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
- post("/projects/#{organization_slug}/#{project_slug}/files/dsyms/", body: {file: File.new(file_path)})
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.
@@ -1,3 +1,3 @@
1
1
  module SentryApi
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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.1
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-08-31 00:00:00.000000000 Z
11
+ date: 2016-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httmultiparty