public
Description: Paperclip Ramarkable Matchers
Homepage: http://www.diegocarrion.com
Clone URL: git://github.com/dcrec1/remarkable_paperclip.git
Willian Molinari (author)
Wed Jul 22 15:19:17 -0700 2009
dcrec1 (committer)
Wed Aug 26 10:31:41 -0700 2009
commit  d757bc1cdd617a85a21fa3af5c644a73878906cd
tree    6c65ef067f243bf10b9c10a7bdbe5e96556e3d43
parent  2eea51a10bddcd40548e6c81b16e857f45168ca6
name age message
file .gitignore Fri May 01 16:01:55 -0700 2009 added .gitignore file [dcrec1]
file README.textile Mon May 11 11:46:06 -0700 2009 added missed 's to readme [dcrec1]
file Rakefile Mon May 11 11:45:21 -0700 2009 bumped to 0.2.2 [dcrec1]
file init.rb Wed Jul 22 11:06:37 -0700 2009 Adding locales to translate test messages Sign... [Willian Molinari]
directory lib/ Mon May 11 11:42:17 -0700 2009 fixed an error that prevented matcher messages ... [dcrec1]
directory locales/ Wed Aug 26 10:31:41 -0700 2009 Removing should because it was duplicated Sign... [Willian Molinari]
file remarkable_paperclip.gemspec Mon May 11 11:45:21 -0700 2009 bumped to 0.2.2 [dcrec1]
directory spec/ Mon May 11 11:42:17 -0700 2009 fixed an error that prevented matcher messages ... [dcrec1]
README.textile

INSTALLATION:

  
    script/plugin install git://github.com/dcrec1/remarkable_paperclip.git
  

USAGE:

  
    describe Advertise do
      should_have_attached_file(:logo, :styles => { :medium => '400x400', :thumb => '90x90' })
    end
  

LICENSE:

(The MIT License)

Copyright © 2009

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
‘Software’), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.