deprec-core 3.1.2 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,7 +1,7 @@
1
1
  deprec-core changelog
2
2
  =====================
3
3
 
4
- = 3.1.2 (Jul 17, 2011)
4
+ = 3.1.3 (Jul 17, 2011)
5
5
 
6
6
  * Extracted the guts of deprec into this gem
7
7
 
@@ -102,11 +102,9 @@ Capistrano::Configuration.instance(:must_exist).load do
102
102
  :db => :db_server_type,
103
103
  :ruby => :ruby_vm_type
104
104
  }
105
- metaclass = class << self; self; end # XXX unnecessary?
106
105
  namespaces_to_connect.each do |server, choice|
107
106
  server_type = send(choice).to_sym
108
107
  if server_type != :none
109
- metaclass.send(:define_method, server) { namespaces[server] } # XXX unnecessary?
110
108
  namespaces[server] = deprec.send(server_type)
111
109
  end
112
110
  end
@@ -1,5 +1,5 @@
1
1
  module Deprec
2
2
  module Core
3
- VERSION = "3.1.2"
3
+ VERSION = "3.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: deprec-core
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.1.2
5
+ version: 3.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Bailey