nunes-datadog 0.1.0 → 0.1.1

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: 10a6d733d90ee1febdac4ca8d27c4435456b2903
4
- data.tar.gz: c6fecaa321603ce094bd4e8446b96e07fb5bb5e6
3
+ metadata.gz: 35b97486a15c7c9515c9667162116f5a4b29ef64
4
+ data.tar.gz: 8068c479f6dee13e5886a4f4fc5d23d93750c4b2
5
5
  SHA512:
6
- metadata.gz: f0b5c00f9747cd01160c164aff3d44c129c16a3d569ce28472fb06efa478839cdf5d2b90663dd8062c891af5b92d73b503fee003798fa13c8800941cce5e76f2
7
- data.tar.gz: 61f3bb0d55a06570cfff64a1524b5d53e2963e6687d21f1536f43b5d2f0c42ad1cdde23873d8f36b935718e7fad4e2d59108cb6fd29d670cd9ab144cdb6ac49c
6
+ metadata.gz: d5db71a69f073e7ceb80b53e2c33ddcd672bac7f015e398e986b21e7aed1b6bd53e329dba64a3e36ebb956019eec2beecb140deba939b8ec207f7665233bacee
7
+ data.tar.gz: 699401afc762c7896618e57f5fd9a4f0cc98ac67f33121761cd4fa2a94eef3d45ba5a77974ccb75dcadcadde937d272684b4fafd708b9406c65e64cb02caab03
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015 Ylan Segal
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module Nunes
2
2
  module Datadog
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -6,6 +6,7 @@ require "nunes/datadog/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "nunes-datadog"
8
8
  spec.version = Nunes::Datadog::VERSION
9
+ spec.license = "MIT"
9
10
  spec.authors = ["Ylan Segal"]
10
11
  spec.email = ["ylan@segal-family.com"]
11
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nunes-datadog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ylan Segal
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-28 00:00:00.000000000 Z
11
+ date: 2016-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dogstatsd-ruby
@@ -107,6 +107,7 @@ files:
107
107
  - ".gitignore"
108
108
  - ".travis.yml"
109
109
  - Gemfile
110
+ - LICENSE.txt
110
111
  - README.md
111
112
  - Rakefile
112
113
  - bin/console
@@ -116,7 +117,8 @@ files:
116
117
  - lib/nunes/datadog/version.rb
117
118
  - nunes-datadog.gemspec
118
119
  homepage: https://github.com/ylansegal/nunes-datadog
119
- licenses: []
120
+ licenses:
121
+ - MIT
120
122
  metadata: {}
121
123
  post_install_message:
122
124
  rdoc_options: []
@@ -134,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
136
  version: '0'
135
137
  requirements: []
136
138
  rubyforge_project:
137
- rubygems_version: 2.4.5.1
139
+ rubygems_version: 2.5.1
138
140
  signing_key:
139
141
  specification_version: 4
140
142
  summary: Adapter for the Nunes instrumentation library and the Datadog service