perfectsched 0.7.13 → 0.7.14

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.
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ == 2014-04-25 version 0.7.14
2
+
3
+ * RDBBackend: fixed undefined local variable: 'url' to '@uri'
4
+
1
5
 
2
6
  == 2014-04-25 version 0.7.13
3
7
 
@@ -10,7 +10,7 @@ class RDBBackend < Backend
10
10
  @uri = uri
11
11
  @table = table
12
12
 
13
- u = URI.parse(url)
13
+ u = URI.parse(@uri)
14
14
  options = {
15
15
  max_connections: 1,
16
16
  user: u.user,
@@ -1,5 +1,5 @@
1
1
  module PerfectSched
2
2
 
3
- VERSION = '0.7.13'
3
+ VERSION = '0.7.14'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perfectsched
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.13
4
+ version: 0.7.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: