lager 0.0.1.1 → 0.0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/rakefile.rb +6 -6
- metadata +7 -7
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.1.
|
1
|
+
0.0.1.2
|
data/rakefile.rb
CHANGED
@@ -31,12 +31,12 @@ task :build => [:bump_build] do
|
|
31
31
|
spec = Gem::Specification.new do |s|
|
32
32
|
# Static assignments
|
33
33
|
s.name = PROJECT_NAME
|
34
|
-
s.summary = "
|
35
|
-
s.description = "
|
36
|
-
s.authors = ["
|
37
|
-
s.email = "
|
38
|
-
s.homepage = "http://
|
39
|
-
s.licenses = ['
|
34
|
+
s.summary = "Sane class-level logging"
|
35
|
+
s.description = "Should you use it? Yes."
|
36
|
+
s.authors = ["Rick Hull"]
|
37
|
+
s.email = "rick@cloudscaling.com"
|
38
|
+
s.homepage = "http://github.com/rickhull/lager"
|
39
|
+
s.licenses = ['LGPL']
|
40
40
|
|
41
41
|
# Dynamic assignments
|
42
42
|
s.files = manifest
|
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.
|
4
|
+
version: 0.0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
-
|
8
|
+
- Rick Hull
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
@@ -43,8 +43,8 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
-
description:
|
47
|
-
email:
|
46
|
+
description: Should you use it? Yes.
|
47
|
+
email: rick@cloudscaling.com
|
48
48
|
executables: []
|
49
49
|
extensions: []
|
50
50
|
extra_rdoc_files: []
|
@@ -54,9 +54,9 @@ files:
|
|
54
54
|
- README.md
|
55
55
|
- rakefile.rb
|
56
56
|
- lib/lager.rb
|
57
|
-
homepage: http://
|
57
|
+
homepage: http://github.com/rickhull/lager
|
58
58
|
licenses:
|
59
|
-
-
|
59
|
+
- LGPL
|
60
60
|
post_install_message:
|
61
61
|
rdoc_options: []
|
62
62
|
require_paths:
|
@@ -78,5 +78,5 @@ rubyforge_project:
|
|
78
78
|
rubygems_version: 1.8.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 3
|
81
|
-
summary:
|
81
|
+
summary: Sane class-level logging
|
82
82
|
test_files: []
|