logman 0.1.0.alpha → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +5 -3
  2. data/lib/logman/version.rb +1 -1
  3. 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', :git=>'git://github.com/saicoder/logman.git'
12
+ gem 'logman'
13
13
 
14
14
  And then execute:
15
15
 
16
16
  $ bundle
17
17
 
18
- Version of logman at Rubygems.org currently don't have dependencies defined, so best way to install it is over git
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'] %>
@@ -1,3 +1,3 @@
1
1
  class Logman
2
- VERSION = "0.1.0.alpha"
2
+ VERSION = "0.1.0"
3
3
  end
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.alpha
5
- prerelease: 6
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-03 00:00:00.000000000 Z
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: 1.3.1
255
+ version: '0'
256
256
  requirements: []
257
257
  rubyforge_project:
258
258
  rubygems_version: 1.8.23