Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
S. Brent Faulkner committed Feb 4, 2009
1 parent c959696 commit f5b926b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.markdown
Expand Up @@ -28,9 +28,15 @@ Install the gem(s):
bytea :avatar_data
end
is :container, :tmp => File.dirname(__FILE__) + '/tmp'
contains :avatar
contains :avatar, :url => '/images/avatars/:id.:extension'
end


## CHANGES

### 1.1.0

- added support for :url option on contains to specify custom url path

## TODO

- include logic for image width and height
Expand Down
2 changes: 1 addition & 1 deletion sequel_container.gemspec
@@ -1,7 +1,7 @@
SPEC = Gem::Specification.new do |s|
# identify the gem
s.name = "sequel_container"
s.version = "1.0.4"
s.version = "1.1.0"
s.author = "S. Brent Faulkner"
s.email = "brentf@unwwwired.net"
s.homepage = "http://github.com/sbfaulkner/sequel_container"
Expand Down

0 comments on commit f5b926b

Please sign in to comment.