Sha256: fc9b9144089decb58792b7b11e8be9d50f4c043d21a2b6fe88ad159b4763aaf2

Contents?: true

Size: 1.11 KB

Versions: 9

Compression:

Stored size: 1.11 KB

Contents

# encoding: UTF-8
require 'date'

version = File.read(File.expand_path('../VERSION', __FILE__)).strip

Gem::Specification.new do |s|
  s.platform = Gem::Platform::RUBY
  s.name = 'winrm-fs'
  s.version = version
  s.date		= Date.today.to_s

  s.author = ['Shawn Neal', 'Matt Wrock']
  s.email = ['sneal@sneal.net', 'matt@mattwrock.com']
  s.homepage = 'http://github.com/WinRb/winrm-fs'

  s.summary = 'WinRM File System'
  s.description	= <<-EOF
    Ruby library for file system operations via Windows Remote Management
  EOF

  s.files = `git ls-files`.split(/\n/)
  s.require_path = 'lib'
  s.rdoc_options	= %w(-x test/ -x examples/)
  s.extra_rdoc_files = %w(README.md LICENSE)

  s.bindir = 'bin'
  s.executables   = ['rwinrmcp']
  s.required_ruby_version	= '>= 1.9.0'
  s.add_runtime_dependency 'erubis', '~> 2.7'
  s.add_runtime_dependency 'logging', '~> 1.6', '>= 1.6.1'
  s.add_runtime_dependency 'rubyzip', '~> 1.1'
  s.add_runtime_dependency 'winrm', '~> 1.3.0'
  s.add_development_dependency 'rspec', '~> 3.0.0'
  s.add_development_dependency 'rake', '~> 10.3.2'
  s.add_development_dependency 'rubocop', '~> 0.28.0'
end

Version data entries

9 entries across 8 versions & 3 rubygems

Version Path
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/winrm-fs-0.2.3/winrm-fs.gemspec
winrm-fs-0.2.3 winrm-fs.gemspec
vagrant-cloudstack-1.2.0 vendor/bundle/gems/winrm-fs-0.2.2/winrm-fs.gemspec
winrm-fs-0.2.2 winrm-fs.gemspec
winrm-fs-0.2.1 winrm-fs.gemspec
vagrant-cloudstack-1.1.0 vendor/bundle/gems/winrm-fs-0.1.0/winrm-fs.gemspec
vagrant-cloudstack-1.1.0 vendor/bundle/gems/winrm-fs-0.2.0/winrm-fs.gemspec
winrm-fs-0.2.0 winrm-fs.gemspec
winrm-fs-0.1.0 winrm-fs.gemspec