Sha256: 6099a11568646a7c56bdff352fdbce86392950fd9d338a947e228026e39a1514
Contents?: true
Size: 917 Bytes
Versions: 3
Compression:
Stored size: 917 Bytes
Contents
# -*- encoding: utf-8 -*- $:.unshift File.expand_path("../lib", __FILE__) require "rspec/cells/version" Gem::Specification.new do |s| s.name = "rspec-cells" s.version = RSpec::Cells::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Nick Sutterer"] s.email = ["apotonick@gmail.com"] s.homepage = "http://rubygems.org/gems/rspec-cells" s.summary = %q{Spec your cells.} s.description = %q{Use render_cell in your specs.} s.rubyforge_project = "rspec-cells" 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_runtime_dependency(%q<railties>, ['>= 3.0', '< 4.1']) s.add_runtime_dependency(%q<rspec-rails>, ["~> 2.2"]) s.add_runtime_dependency(%q<cells>, ["~> 3.4"]) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rspec-cells-0.1.9 | rspec-cells.gemspec |
rspec-cells-0.1.8 | rspec-cells.gemspec |
rspec-cells-0.1.7 | rspec-cells.gemspec |