Show More
Commit Description:
added verify plug-in, fixed form_for, form_tag in views, changed named_scope to scope
Commit Description:
added verify plug-in, fixed form_for, form_tag in views, changed named_scope to scope
File last commit:
Show/Diff file:
Action:
vendor/plugins/verification/verification.gemspec | 26 lines | 1016 B | text/x-ruby | RubyLexer |
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "verification"
s.version = "1.0.3"
s.platform = Gem::Platform::RUBY
s.authors = ["David Heinemeier Hansson"]
s.email = ["david@loudthinking.com"]
s.homepage = "https://rubygems.org/gems/verification"
s.summary = %q{Verify preconditions for Rails actions}
s.description = %q{Verify preconditions for Rails actions}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_dependency('activesupport', '>= 3.0.0', '< 3.3.0')
s.add_dependency('actionpack', '>= 3.0.0', '< 3.3.0')
s.add_development_dependency('rake')
s.add_development_dependency('test-unit')
s.add_development_dependency('activesupport')
s.add_development_dependency('actionpack')
s.add_development_dependency('mocha')
end