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.
- data/README.markdown +0 -1
- data/sequel_container.gemspec +1 -1
- data/test/sequel_container_test.rb +0 -3
- metadata +1 -1
data/README.markdown
CHANGED
@@ -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
|
data/sequel_container.gemspec
CHANGED