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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/rakefile.rb +6 -6
  3. metadata +7 -7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1.1
1
+ 0.0.1.2
@@ -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 = "FIX"
35
- s.description = "FIX"
36
- s.authors = ["FIX"]
37
- s.email = "FIX@FIX.COM"
38
- s.homepage = "http://FIX.COM/"
39
- s.licenses = ['FIX']
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.1
4
+ version: 0.0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - FIX
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: FIX
47
- email: FIX@FIX.COM
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://FIX.COM/
57
+ homepage: http://github.com/rickhull/lager
58
58
  licenses:
59
- - FIX
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: FIX
81
+ summary: Sane class-level logging
82
82
  test_files: []