slogger 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -126,4 +126,8 @@ And...
126
126
 
127
127
  == Copyright
128
128
 
129
- Copyright (c) 2011 Leandro Silva (CodeZone).
129
+ Copyright (c) 2011 Leandro Silva (CodeZone) <leandrodoze@gmail.com>.
130
+
131
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
132
+
133
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
@@ -2,7 +2,7 @@ module Slogger
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 11
5
+ PATCH = 12
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "http://github.com/leandrosilva/slogger"
12
12
  s.summary = %Q{Slogger is a Ruby library to help work with standard Ruby Syslog library.}
13
13
  s.description = %Q{Slogger is a Ruby library to help work with standard Ruby Syslog library. Yeah! Just it.}
14
+ s.license = "MIT"
14
15
 
15
16
  s.files = `git ls-files`.split("\n")
16
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slogger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-15 00:00:00.000000000 Z
12
+ date: 2016-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -68,7 +68,8 @@ files:
68
68
  - spec/slogger/logger_spec.rb
69
69
  - spec/spec_helper.rb
70
70
  homepage: http://github.com/leandrosilva/slogger
71
- licenses: []
71
+ licenses:
72
+ - MIT
72
73
  post_install_message:
73
74
  rdoc_options: []
74
75
  require_paths: