Sha256: 3cc04ef395128aeab89e3e15d1a984e835992a48a694d9a3f51c1b54caa6fa55

Contents?: true

Size: 750 Bytes

Versions: 4

Compression:

Stored size: 750 Bytes

Contents

# -*- encoding: utf-8 -*-

require File.expand_path(File.dirname(__FILE__) + '/lib/dir_dsl/version')

Gem::Specification.new do |spec|
  spec.name          = "dir_dsl"
  spec.summary       = %q{Library for working with files and directories file in DSL-way }
  spec.description   = %q{Library for working with files and directories in DSL-way }
  spec.email         = "alexander.shvets@gmail.com"
  spec.authors       = ["Alexander Shvets"]
  spec.homepage      = "http://github.com/shvets/dir_dsl"

  spec.files         = `git ls-files`.split($\)
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]
  spec.version       = DirDSL::VERSION
  spec.license       = "MIT"

  <%= project_dependencies %>
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dir_dsl-1.0.7 dir_dsl.gemspec.erb
dir_dsl-1.0.6 dir_dsl.gemspec.erb
dir_dsl-1.0.5 dir_dsl.gemspec.erb
dir_dsl-1.0.4 dir_dsl.gemspec.erb