langrove-plugin-mongodb 0.2 → 0.2.1

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.
@@ -2,14 +2,14 @@ $LOAD_PATH.unshift 'lib'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = %q{langrove-plugin-mongodb}
5
- spec.version = '0.2'
5
+ spec.version = '0.2.1'
6
6
  spec.date = DateTime.now.strftime( "%Y-%m-%d" )
7
7
  spec.authors = ["Richard","CliveJW","",""]
8
8
  spec.email = %q{ops@clue.co.za}
9
9
  spec.summary = %q{Intergates MongoDB support into LanGrove persistance layer.}
10
10
  spec.homepage = %q{https://github.com/cluetechnologies/langrove-plugin-mongodb}
11
11
  spec.description = %q{}
12
- spec.add_development_dependency 'mongo'
13
- spec.add_development_dependency 'bson_ext'
12
+ spec.add_dependency 'mongo'
13
+ spec.add_dependency 'bson_ext'
14
14
  spec.files = `git ls-files`.strip.split("\n")
15
15
  end
@@ -1,3 +1,5 @@
1
+ require 'mongo'
2
+
1
3
  module Plugin
2
4
 
3
5
  class MongoDB < LanGrove::Plugin::Persistor
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: langrove-plugin-mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-07-25 00:00:00.000000000 Z
15
+ date: 2012-07-26 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: mongo
@@ -22,7 +22,7 @@ dependencies:
22
22
  - - ! '>='
23
23
  - !ruby/object:Gem::Version
24
24
  version: '0'
25
- type: :development
25
+ type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
28
28
  none: false
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- type: :development
41
+ type: :runtime
42
42
  prerelease: false
43
43
  version_requirements: !ruby/object:Gem::Requirement
44
44
  none: false