Sha256: a17fbe73a577a8609707f16d1e2a76c36f8f3ab7b7e060cabe345c3411008a7e

Contents?: true

Size: 987 Bytes

Versions: 3

Compression:

Stored size: 987 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

require "jasper-command-line/version"

Gem::Specification.new do |s|
  s.name        = "jasper-command-line"
  s.version     = JasperCommandLine::VERSION
  s.authors     = ["Pedro Rodrigues"]
  s.email       = ["pedro@bbde.org"]
  s.homepage    = "http://github.com/gokuu/jasper-command-line"
  s.summary     = "Use jasper-rails from the command line."
  s.description = "Use jasper-rails from the command line."

  s.add_dependency('rjb', '1.4.3')
  s.add_dependency('builder', '>= 3.0.2')
  s.add_dependency('activesupport', '>= 3.2.0')
  s.add_development_dependency("rspec", "~> 2.7")
  s.add_development_dependency("rake", "~> 0.9.2")

  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"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jasper-command-line-0.4.0 jasper-command-line.gemspec
jasper-command-line-0.3.5 jasper-command-line.gemspec
jasper-command-line-0.3.4 jasper-command-line.gemspec