mongo_session_gaggle 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 (3) hide show
  1. data/Rakefile +3 -3
  2. data/VERSION +1 -1
  3. metadata +6 -6
data/Rakefile CHANGED
@@ -25,9 +25,9 @@ begin
25
25
  gem.summary = %Q{Simple MongoDB session store for Rails 3.x}
26
26
  gem.description = %Q{Simple MongoDB session store for Rails 3.x. Yup that is what it is.}
27
27
 
28
- gem.email = "ejw@zedkit.com"
29
- gem.homepage = "http://github.com/ejw/mongo_session_gaggle"
30
- gem.authors = ["Eric Woodward"]
28
+ gem.email = "support@zedkit.com"
29
+ gem.homepage = "http://github.com/zedkit/mongo_session_gaggle"
30
+ gem.authors = ["Zedkit"]
31
31
  gem.rubyforge_project = "mongo_session_gaggle"
32
32
  gem.files = FileList['[A-Z]*', 'lib/**/*.rb', 'lib/tasks/*.rake', 'test/**/*.rb']
33
33
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
metadata CHANGED
@@ -5,21 +5,21 @@ 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
- - Eric Woodward
12
+ - Zedkit
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-20 00:00:00 -08:00
17
+ date: 2010-12-09 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
21
  description: Simple MongoDB session store for Rails 3.x. Yup that is what it is.
22
- email: ejw@zedkit.com
22
+ email: support@zedkit.com
23
23
  executables: []
24
24
 
25
25
  extensions: []
@@ -36,7 +36,7 @@ files:
36
36
  - lib/mongo_session_gaggle/mongo.rb
37
37
  - lib/mongo_session_gaggle/rails_session_store.rb
38
38
  has_rdoc: true
39
- homepage: http://github.com/ejw/mongo_session_gaggle
39
+ homepage: http://github.com/zedkit/mongo_session_gaggle
40
40
  licenses: []
41
41
 
42
42
  post_install_message: