seismograph 0.3.1 → 0.3.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: e5743575f4bdb4b9dd9f7ca25482606de38502d3
4
- data.tar.gz: b47eab1c3fc019430a334e128412b705398ba7de
3
+ metadata.gz: 57e7e69ac4772b11a2dad998a41fd1922e36b44f
4
+ data.tar.gz: f8ba3fc5bdeb1d0c2fb1f58eb5619ff99d0bad86
5
5
  SHA512:
6
- metadata.gz: 9e8c3d4f2026fd9b0059d2dc122140d4c38ad41ad601d82421b6828fa143c78a461527b5686b01f41954e78b6c51be072753a6fd851a2a76062bcc722777e217
7
- data.tar.gz: 6b1abff70f44c56dc656d55c5b8d76ac123269a4e3efb163ad256d6c01312c96ae80c3f41aedc208a8641a627c6f07d85891d98b114179437a7d092a8d387fde
6
+ metadata.gz: ec57349bb33141236e96e5cdae3593b1fb56a998da728495d6aabdb511a9dd38f62ba25cd7beab8eaacbfcadd9c0e960ccafd24a2fe4f3858694f9a37a4db271
7
+ data.tar.gz: 95d82e2178c71a5df1712225b97228ede238467e06977a89a2a4a491a319df9e5a574a75416b7e777d4cae87e847eb4be8e6d485b2233247a9d7327ce5189513
data/LICENSE.txt CHANGED
@@ -1 +1,21 @@
1
- Proprietary
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 Kapost
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -135,8 +135,6 @@ task :deploy do
135
135
  rescue StandardError => e
136
136
  Seismograph::Log.error('Deployment failed!', description: e.message)
137
137
  end
138
-
139
- # "warning" and "success" are the remaining type alert type possibilities
140
138
  end
141
139
  ```
142
140
 
@@ -1,3 +1,3 @@
1
1
  module Seismograph
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
data/seismograph.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Helper library to report stats and events to datadoghq}
12
12
  spec.description = %q{Wraps dogstatsd-ruby with helpful conventions}
13
13
  spec.homepage = 'https://github.com/kapost/seismograph'
14
- spec.license = 'Proprietary'
14
+ spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seismograph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Croft
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-27 00:00:00.000000000 Z
12
+ date: 2016-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dogstatsd-ruby
@@ -120,7 +120,7 @@ files:
120
120
  - seismograph.gemspec
121
121
  homepage: https://github.com/kapost/seismograph
122
122
  licenses:
123
- - Proprietary
123
+ - MIT
124
124
  metadata: {}
125
125
  post_install_message:
126
126
  rdoc_options: []