dima_app_logger 0.0.1 → 0.0.2

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.
@@ -0,0 +1 @@
1
+ require File.dirname(__FILE__) + '/dima_app_logger/logger'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dima_app_logger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dmitry Galinsky
@@ -56,8 +56,8 @@ extra_rdoc_files:
56
56
  - README.rdoc
57
57
  files:
58
58
  - README.rdoc
59
- - lib/app_logger/logger.rb
60
- - lib/app_logger.rb
59
+ - lib/dima_app_logger/logger.rb
60
+ - lib/dima_app_logger.rb
61
61
  has_rdoc: true
62
62
  homepage: https://github.com/dima-exe/app_logger
63
63
  licenses: []
@@ -1 +0,0 @@
1
- require File.dirname(__FILE__) + '/app_logger/logger'