Support not using railtie
* Appraisals: new file * Gemfile: updated * NEWS.rdoc: updated * README.rdoc: added info on using SafeAttributes::Base * Rakefile: updated, no more jeweler * VERSION: removed * gemfiles/rails-3-0.gemfile: managed by appraisal * gemfiles/rails-3-0.gemfile.lock: ditto * gemfiles/rails-3-1.gemfile: ditto * gemfiles/rails-3-1.gemfile.lock: ditto * gemfiles/rails-3-2.gemfile: ditto * gemfiles/rails-3-2.gemfile.lock: ditto * lib/safe_attributes.rb: refactored into SafeAttributes::Base * lib/safe_attributes/base.rb: new file * lib/safe_attributes/version.rb: new file * safe_attributes.gemspec: manually updated, no jeweler * spec/safe_attributes/safe_attributes_spec.rb: updated some tests to verify new functionality works as expected
Showing
- Appraisals 11 additions, 0 deletionsAppraisals
- Gemfile 9 additions, 29 deletionsGemfile
- NEWS.rdoc 5 additions, 0 deletionsNEWS.rdoc
- README.rdoc 14 additions, 4 deletionsREADME.rdoc
- Rakefile 6 additions, 32 deletionsRakefile
- VERSION 0 additions, 1 deletionVERSION
- gemfiles/rails-3-0.gemfile 8 additions, 0 deletionsgemfiles/rails-3-0.gemfile
- gemfiles/rails-3-0.gemfile.lock 52 additions, 0 deletionsgemfiles/rails-3-0.gemfile.lock
- gemfiles/rails-3-1.gemfile 8 additions, 0 deletionsgemfiles/rails-3-1.gemfile
- gemfiles/rails-3-1.gemfile.lock 54 additions, 0 deletionsgemfiles/rails-3-1.gemfile.lock
- gemfiles/rails-3-2.gemfile 8 additions, 0 deletionsgemfiles/rails-3-2.gemfile
- gemfiles/rails-3-2.gemfile.lock 54 additions, 0 deletionsgemfiles/rails-3-2.gemfile.lock
- lib/safe_attributes.rb 2 additions, 60 deletionslib/safe_attributes.rb
- lib/safe_attributes/base.rb 67 additions, 0 deletionslib/safe_attributes/base.rb
- lib/safe_attributes/version.rb 9 additions, 0 deletionslib/safe_attributes/version.rb
- safe_attributes.gemspec 15 additions, 64 deletionssafe_attributes.gemspec
- spec/safe_attributes/safe_attributes_spec.rb 1 addition, 1 deletionspec/safe_attributes/safe_attributes_spec.rb
Loading
Please register or sign in to comment