Sha256: d829444cd00e28bb65bead1dbb66134db602973daeb05f900c36065da872862b

Contents?: true

Size: 817 Bytes

Versions: 8

Compression:

Stored size: 817 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rbundle/version'

Gem::Specification.new do |spec|
  spec.name          = 'rbundle'
  spec.version       = Rbundle::VERSION
  spec.authors       = ['Simon']
  spec.email         = ['simon@delium.co']
  spec.description   = %q{A bundler for R}
  spec.summary       = %q{Installs R package dependencies with versions}
  spec.homepage      = ''
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rbundle-0.2.9 rbundle.gemspec
rbundle-0.2.8 rbundle.gemspec
rbundle-0.2.7 rbundle.gemspec
rbundle-0.2.6 rbundle.gemspec
rbundle-0.2.4 rbundle.gemspec
rbundle-0.2.3 rbundle.gemspec
rbundle-0.2.2 rbundle.gemspec
rbundle-0.2.1 rbundle.gemspec