Sha256: 4758294c0b692bf69576b66576857969c21a92742e6f78a07357d512068b66c3
Contents?: true
Size: 909 Bytes
Versions: 1
Compression:
Stored size: 909 Bytes
Contents
## rails_errors2html.gemspec # Gem::Specification::new do |spec| spec.name = "rails_errors2html" spec.version = "1.5.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(*["fattr", " >= 2.2.1"]) 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.5.0 | rails_errors2html.gemspec |