em-mongo 0.3.1 → 0.3.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/VERSION +1 -1
  2. metadata +5 -5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - bcg
@@ -82,7 +82,7 @@ files:
82
82
  - spec/integration/connection_spec.rb
83
83
  - spec/integration/database_spec.rb
84
84
  has_rdoc: true
85
- homepage:
85
+ homepage: http://github.com/bcg/em-mongo
86
86
  licenses: []
87
87
 
88
88
  post_install_message:
@@ -108,11 +108,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: "0"
109
109
  requirements: []
110
110
 
111
- rubyforge_project:
111
+ rubyforge_project: em-mongo
112
112
  rubygems_version: 1.3.7
113
113
  signing_key:
114
114
  specification_version: 3
115
- summary: EventMachine driver for MongoDB.
115
+ summary: An EventMachine driver for MongoDB.
116
116
  test_files:
117
117
  - spec/integration/collection_spec.rb
118
118
  - spec/integration/connection_spec.rb