logman 0.1.0.alpha → 0.1.0
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.
- data/README.md +5 -3
- data/lib/logman/version.rb +1 -1
- metadata +5 -5
data/README.md
CHANGED
@@ -9,13 +9,15 @@ Logs are saved to mongo database.
|
|
9
9
|
|
10
10
|
Add this line to your application's Gemfile:
|
11
11
|
|
12
|
-
gem 'logman'
|
12
|
+
gem 'logman'
|
13
13
|
|
14
14
|
And then execute:
|
15
15
|
|
16
16
|
$ bundle
|
17
17
|
|
18
|
-
|
18
|
+
Or install it yourself as:
|
19
|
+
|
20
|
+
$ gem install logman
|
19
21
|
|
20
22
|
## Usage
|
21
23
|
|
@@ -29,7 +31,7 @@ development:
|
|
29
31
|
hosts:
|
30
32
|
- localhost:27017
|
31
33
|
|
32
|
-
production: #connection for Heroku and MongoHQ
|
34
|
+
production: #example connection for Heroku and MongoHQ
|
33
35
|
sessions:
|
34
36
|
default:
|
35
37
|
uri: <%= ENV['MONGOHQ_URL'] %>
|
data/lib/logman/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0
|
5
|
-
prerelease:
|
4
|
+
version: 0.1.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Branko Krstic
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-02-
|
12
|
+
date: 2014-02-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -250,9 +250,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
250
250
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
251
251
|
none: false
|
252
252
|
requirements:
|
253
|
-
- - ! '
|
253
|
+
- - ! '>='
|
254
254
|
- !ruby/object:Gem::Version
|
255
|
-
version:
|
255
|
+
version: '0'
|
256
256
|
requirements: []
|
257
257
|
rubyforge_project:
|
258
258
|
rubygems_version: 1.8.23
|