winrm-fs 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/winrm-fs.gemspec CHANGED
@@ -1,37 +1,37 @@
1
- # encoding: UTF-8
2
- require 'date'
3
-
4
- version = File.read(File.expand_path('../VERSION', __FILE__)).strip
5
-
6
- Gem::Specification.new do |s|
7
- s.platform = Gem::Platform::RUBY
8
- s.name = 'winrm-fs'
9
- s.version = version
10
- s.date = Date.today.to_s
11
-
12
- s.author = ['Shawn Neal', 'Matt Wrock']
13
- s.email = ['sneal@sneal.net', 'matt@mattwrock.com']
14
- s.homepage = 'http://github.com/WinRb/winrm-fs'
15
-
16
- s.summary = 'WinRM File System'
17
- s.description = <<-EOF
18
- Ruby library for file system operations via Windows Remote Management
19
- EOF
20
-
21
- s.files = `git ls-files`.split(/\n/)
22
- s.require_path = 'lib'
23
- s.rdoc_options = %w(-x test/ -x examples/)
24
- s.extra_rdoc_files = %w(README.md LICENSE)
25
-
26
- s.bindir = 'bin'
27
- s.executables = ['rwinrmcp']
28
- s.required_ruby_version = '>= 1.9.0'
29
- s.add_runtime_dependency 'erubis', '~> 2.7'
30
- s.add_runtime_dependency 'logging', ['>= 1.6.1', '< 3.0']
31
- s.add_runtime_dependency 'rubyzip', '~> 1.1'
32
- s.add_runtime_dependency 'winrm', '~> 2.0'
33
- s.add_development_dependency 'pry'
34
- s.add_development_dependency 'rspec', '~> 3.0.0'
35
- s.add_development_dependency 'rake', '~> 10.3.2'
36
- s.add_development_dependency 'rubocop', '~> 0.28.0'
37
- end
1
+ # encoding: UTF-8
2
+ require 'date'
3
+
4
+ version = File.read(File.expand_path('../VERSION', __FILE__)).strip
5
+
6
+ Gem::Specification.new do |s|
7
+ s.platform = Gem::Platform::RUBY
8
+ s.name = 'winrm-fs'
9
+ s.version = version
10
+ s.date = Date.today.to_s
11
+
12
+ s.author = ['Shawn Neal', 'Matt Wrock']
13
+ s.email = ['sneal@sneal.net', 'matt@mattwrock.com']
14
+ s.homepage = 'http://github.com/WinRb/winrm-fs'
15
+
16
+ s.summary = 'WinRM File System'
17
+ s.description = <<-EOF
18
+ Ruby library for file system operations via Windows Remote Management
19
+ EOF
20
+
21
+ s.files = `git ls-files`.split(/\n/)
22
+ s.require_path = 'lib'
23
+ s.rdoc_options = %w(-x test/ -x examples/)
24
+ s.extra_rdoc_files = %w(README.md LICENSE)
25
+
26
+ s.bindir = 'bin'
27
+ s.executables = ['rwinrmcp']
28
+ s.required_ruby_version = '>= 1.9.0'
29
+ s.add_runtime_dependency 'erubis', '~> 2.7'
30
+ s.add_runtime_dependency 'logging', ['>= 1.6.1', '< 3.0']
31
+ s.add_runtime_dependency 'rubyzip', '~> 1.1'
32
+ s.add_runtime_dependency 'winrm', '~> 2.0'
33
+ s.add_development_dependency 'pry'
34
+ s.add_development_dependency 'rspec', '~> 3.0.0'
35
+ s.add_development_dependency 'rake', '~> 10.3.2'
36
+ s.add_development_dependency 'rubocop', '~> 0.28.0'
37
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winrm-fs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Neal
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-12-06 00:00:00.000000000 Z
12
+ date: 2017-09-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: erubis
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  version: '0'
197
197
  requirements: []
198
198
  rubyforge_project:
199
- rubygems_version: 2.6.6
199
+ rubygems_version: 2.6.11
200
200
  signing_key:
201
201
  specification_version: 4
202
202
  summary: WinRM File System