Sha256: efa045b1d288caa04d31cad5b8e2e7bd4c929bc0ef09e8df5077ced7667158c3
Contents?: true
Size: 696 Bytes
Versions: 1
Compression:
Stored size: 696 Bytes
Contents
## rails_helper.gemspec # Gem::Specification::new do |spec| spec.name = "rails_helper" spec.version = "1.0.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.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.0.0 | rails_helper.gemspec |