Sha256: 87531696ca2f8786a5c511d307ff680e9b7e11f88eac796cf89f4417b4def773
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 Bytes
Contents
## rails_helper.gemspec # Gem::Specification::new do |spec| spec.name = "rails_helper" spec.version = "1.3.0" spec.platform = Gem::Platform::RUBY spec.summary = "rails_helper" spec.description = "description: rails_helper kicks the ass" spec.files = ["README.md", "Rakefile", "lib", "lib/rails_helper.rb", "rails_helper.gemspec"] spec.executables = [] spec.require_path = "lib" spec.test_files = nil spec.add_dependency(*["rails_current", " >= 1.0"]) spec.add_dependency(*["rails_default_url_options", " >= 1.0"]) 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_helper" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_helper-1.3.0 | rails_helper.gemspec |