sbfaulkner-sequel_container 1.0.1 → 1.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.
@@ -33,7 +33,6 @@ Install the gem(s):
33
33
 
34
34
  ## TODO
35
35
 
36
- - remove frozen copy sequel gem when updateis released
37
36
  - include logic for image width and height
38
37
  - better assignment support (i.e. don't require separate assignment of type and data)
39
38
  - publish in sequel www/pages/plugins
@@ -1,7 +1,7 @@
1
1
  SPEC = Gem::Specification.new do |s|
2
2
  # identify the gem
3
3
  s.name = "sequel_container"
4
- s.version = "1.0.1"
4
+ s.version = "1.0.2"
5
5
  s.author = "S. Brent Faulkner"
6
6
  s.email = "brentf@unwwwired.net"
7
7
  s.homepage = "http://github.com/sbfaulkner/sequel_container"
@@ -1,6 +1,3 @@
1
- # get frozen copy of sequel with patched support for bytea escaping
2
- $:.unshift File.dirname(__FILE__)+'/sequel-2.8.0.patched/lib'
3
-
4
1
  require 'rubygems'
5
2
  require 'test/unit'
6
3
  require 'sequel'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbfaulkner-sequel_container
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - S. Brent Faulkner