sinatra-mongoid-config 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.
Files changed (2) hide show
  1. data/lib/sinatra-mongoid-config.rb +1 -0
  2. metadata +5 -3
@@ -0,0 +1 @@
1
+ require File.dirname(__FILE__) + '/sinatra/mongoid_config'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matt Puchlerz
@@ -41,7 +41,8 @@ dependencies:
41
41
  - 2
42
42
  - 0
43
43
  - 0
44
- version: 2.0.0
44
+ - beta7
45
+ version: 2.0.0.beta7
45
46
  type: :runtime
46
47
  version_requirements: *id002
47
48
  description: Easy configuration when using Mongoid within a Sinatra app. Lazily creates the database connection when called upon.
@@ -55,6 +56,7 @@ extra_rdoc_files: []
55
56
  files:
56
57
  - README.md
57
58
  - lib/sinatra/mongoid_config.rb
59
+ - lib/sinatra-mongoid-config.rb
58
60
  has_rdoc: true
59
61
  homepage: http://github.com/mattpuchlerz/sinatra-mongoid-config
60
62
  licenses: []