Sha256: aba43820bafb7f2825f136ea3f636f4c68e5e8b57b9618e17cae1d8551b128b6

Contents?: true

Size: 542 Bytes

Versions: 1

Compression:

Stored size: 542 Bytes

Contents

# Provide a simple gemspec so you can easily use your
# project in your rails apps through git.
Gem::Specification.new do |s|
  s.name        = "jasminerice"
  s.summary     = "Pain free coffeescript unit testing for Rails 3.1 using jasmine"
  s.description = "Full support for the Rails 3.1 asset pipeline when bdd'ing your coffeescript or javascript using jasmine"
  s.files       = `git ls-files`.split "\n"
  s.authors     = ["Brad Phelan"]
  s.version     = "0.0.4"
  s.platform    = Gem::Platform::RUBY
  s.add_dependency( 'haml' )
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jasminerice-0.0.4 jasminerice.gemspec