mongo_light 0.1.3 → 0.1.4

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/mongo_light/version.rb +1 -1
  2. metadata +28 -20
@@ -1,3 +1,3 @@
1
1
  module MongoLight
2
- Version = '0.1.3'
2
+ Version = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,23 +1,28 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: mongo_light
3
- version: !ruby/object:Gem::Version
4
- version: 0.1.3
3
+ version: !ruby/object:Gem::Version
5
4
  prerelease:
5
+ version: 0.1.4
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Karl Seguin
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-24 00:00:00.000000000 Z
12
+
13
+ date: 2012-06-04 00:00:00 Z
13
14
  dependencies: []
15
+
14
16
  description:
15
- email:
17
+ email:
16
18
  - karl@openmymind.net
17
19
  executables: []
20
+
18
21
  extensions: []
22
+
19
23
  extra_rdoc_files: []
20
- files:
24
+
25
+ files:
21
26
  - lib/mongo_light/configuration.rb
22
27
  - lib/mongo_light/connection.rb
23
28
  - lib/mongo_light/document.rb
@@ -30,27 +35,30 @@ files:
30
35
  - readme.markdown
31
36
  homepage: http://github.com/karlseguin/MongoLight
32
37
  licenses: []
38
+
33
39
  post_install_message:
34
40
  rdoc_options: []
35
- require_paths:
41
+
42
+ require_paths:
36
43
  - lib
37
- required_ruby_version: !ruby/object:Gem::Requirement
44
+ required_ruby_version: !ruby/object:Gem::Requirement
38
45
  none: false
39
- requirements:
40
- - - ! '>='
41
- - !ruby/object:Gem::Version
42
- version: '0'
43
- required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: "0"
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
51
  none: false
45
- requirements:
46
- - - ! '>='
47
- - !ruby/object:Gem::Version
48
- version: '0'
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: "0"
49
56
  requirements: []
57
+
50
58
  rubyforge_project:
51
- rubygems_version: 1.8.10
59
+ rubygems_version: 1.8.21
52
60
  signing_key:
53
61
  specification_version: 3
54
62
  summary: A Lightweight ORM for Rails and MongoDB
55
63
  test_files: []
56
- has_rdoc:
64
+