mod_spox 0.1.0 → 0.1.0.1

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/CHANGELOG +3 -0
  2. data/bin/mod_spox +2 -1
  3. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 0.1.0.1 Release (Bug fix)
2
+ * Fix made to work with sequel 2.2
3
+
1
4
  0.1.0 Release (Beta status)
2
5
  Core:
3
6
  * Plugins use symlinks
data/bin/mod_spox CHANGED
@@ -18,9 +18,10 @@ rescue Object => boom
18
18
  # ignore if not found #
19
19
  end
20
20
 
21
- $BOTVERSION='0.1.0'
21
+ $BOTVERSION='0.1.0.1'
22
22
  $VERBOSITY = 0
23
23
  $MOD_SPOX_PATH = nil
24
+ Sequel::Model.unrestrict_primary_key
24
25
 
25
26
  begin
26
27
  require 'mod_spox/Loader'
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: mod_spox
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.0.1
7
7
  date: 2008-07-11 00:00:00 -07:00
8
8
  summary: The mod_spox IRC robot
9
9
  require_paths: