sqs_logger 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 643f0aad70fdd94e9ff88d7f32a3324e7ea3786b
4
- data.tar.gz: 503ddcdf499aae291a6608096e7450134d607899
3
+ metadata.gz: e01abbf9bc6276e37bbb9a14459110e2f7b1833a
4
+ data.tar.gz: b106010feb78b263f21f581578cac3509baa0ab1
5
5
  SHA512:
6
- metadata.gz: 4fc613796559e021d4cda4bd6960231d85b0c9d60c8c692c9879879949b124bd3f30e370df6899e975f1fc4deacbe4fa2f8b6024921b6a724f30a54e3341a557
7
- data.tar.gz: 02051e903c0239be60e283619f1ec70057e4b3a4269d970286174ac7f70d3ecb764b5e3def1c842c7b29ad467fb764eab603d6e5979d794af41fe513e165ccc0
6
+ metadata.gz: ae749ea21b7126dc1490e87035b8db7f1ffddd1d1300189b7b8109c34a8a90ec6590931612c5fbcf29acf355dd46985754ad498e9eb0c68a7ab3ba6cc1c03bcd
7
+ data.tar.gz: 88695e1e817fd2a8a974a908e9545cd3c83e77efbb3e818db13e888c8d8a5b4479a2cc0ac7acb807803c2fb53ddcbcc1378db50ed2b55e8249f4a37b4679c0c3
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2015 Hendrick Automotive Group
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module SqsLogger
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/sqs_logger.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'sqs_logger/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "sqs_logger"
8
8
  spec.version = SqsLogger::VERSION
9
- spec.authors = ["Josh Greenwood"]
10
- spec.email = ["joshua.t.greenwood@gmail.com"]
9
+ spec.authors = ["Josh Greenwood", "Dustin Tinney"]
10
+ spec.email = ["joshua.t.greenwood@gmail.com", "tinney@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Rack middlware for sending logs to Amazon's SQS}
13
13
  spec.description = %q{Rack middlware for sending logs to Amazon's SQS}
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqs_logger
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
  - Josh Greenwood
8
+ - Dustin Tinney
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
@@ -83,6 +84,7 @@ dependencies:
83
84
  description: Rack middlware for sending logs to Amazon's SQS
84
85
  email:
85
86
  - joshua.t.greenwood@gmail.com
87
+ - tinney@gmail.com
86
88
  executables: []
87
89
  extensions: []
88
90
  extra_rdoc_files: []
@@ -91,6 +93,7 @@ files:
91
93
  - ".travis.yml"
92
94
  - CODE_OF_CONDUCT.md
93
95
  - Gemfile
96
+ - MIT-LICENSE
94
97
  - README.md
95
98
  - Rakefile
96
99
  - bin/console