devconf 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -26,10 +26,6 @@ Or install it yourself as:
26
26
 
27
27
  $ gem install devconf
28
28
 
29
- ## Usage
30
-
31
- TODO: Write usage instructions here
32
-
33
29
  ## Contributing
34
30
 
35
31
  1. Fork it
@@ -1,3 +1,3 @@
1
1
  module Devconf
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
data/lib/devconf.rb CHANGED
@@ -1,5 +1,7 @@
1
1
  require "devconf/version"
2
2
 
3
+ $stdout.sync = true
4
+
3
5
  Rails.logger = Logger.new(STDOUT).tap do |logger|
4
6
  # defaults to debug log level for `rails *` commands, app servers and DJ workers
5
7
  rails = $0 == 'script/rails'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devconf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
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: 2012-12-04 00:00:00.000000000 Z
12
+ date: 2013-01-08 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Simple development flow helper that disables development.log, adds STDOUT
15
15
  logging instead, loads .env