- Avoid dep warnings about using
raise_error
without any arguments - Merge #17 to avoid
NameError
(thanks @fcarrega)
- Use RSpec 3 for development
- Remove RSpec 3 dep warnings at runtime, while still supporting older RSpecs
- Support
BeValidAsset::Configuration.xxx_validator_host
settings with a protocol - Support
https
as a protocol for host config
- Use Bundler to manage gem
- Allow for markup to be modified prior to validation (e.g. to remove attributes you know won't pass)
- Turn off CSS validation warnings about vendor extensions
- Fix gemspec
- Is broken, use 1.2.2
- Deprecate
be_valid_xhtml
in favour ofbe_valid_markup
- Use rspec 2 in development
- Fix because validator response html is different
- Option for displaying context around failed validation
- Handle empty CSS without getting a 500 from validator
- Added
be_valid_feed
for rss/atom by talking to w3c feed validator
- Allow
be_valid_css
to take a response object or a string (likebe_valid_xhtml
).
- Allow to work with Merb
- Add rspec dependency
- Hello!
- Provides
be_valid_css
andbe_valid_xhtml
matchers for rspec to talk to w3c validators.