Sha256: db9f26e2665dea4450f56c9e4d2a551c68da46f7c1f28b9c1edd1608fd882f00
Contents?: true
Size: 857 Bytes
Versions: 1
Compression:
Stored size: 857 Bytes
Contents
## rails_errors2html.gemspec # Gem::Specification::new do |spec| spec.name = "rails_errors2html" spec.version = "1.0.0" spec.platform = Gem::Platform::RUBY spec.summary = "rails_errors2html" spec.description = "<%= form_for @post do %> <%= @post.errors.to_html %>" spec.files = ["README.md", "Rakefile", "lib", "lib/rails_errors2html.rb", "rails_errors2html.gemspec", "test", "test/rails_errors2html_test.rb", "test/testing.rb"] spec.executables = [] spec.require_path = "lib" spec.test_files = nil spec.add_dependency(*["map", " >= 6.2.0"]) spec.add_dependency(*["rails_view", " >= 1.0.1"]) spec.extensions.push(*[]) spec.rubyforge_project = "codeforpeople" spec.author = "Ara T. Howard" spec.email = "ara.t.howard@gmail.com" spec.homepage = "https://github.com/ahoward/rails_errors2html" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_errors2html-1.0.0 | rails_errors2html.gemspec |