ruby-pwsh 0.1.0 → 0.5.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-pwsh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet, Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-25 00:00:00.000000000 Z
11
+ date: 2020-08-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: PowerShell code manager for ruby.
14
14
  email:
@@ -19,22 +19,33 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - ".gitattributes"
21
21
  - ".gitignore"
22
+ - ".pmtignore"
22
23
  - ".rspec"
23
24
  - ".rubocop.yml"
24
25
  - ".travis.yml"
26
+ - CHANGELOG.md
25
27
  - CODEOWNERS
28
+ - CONTRIBUTING.md
26
29
  - DESIGN.md
27
30
  - Gemfile
28
31
  - LICENSE.txt
29
32
  - README.md
30
33
  - Rakefile
34
+ - appveyor.yml
31
35
  - design-comms.png
36
+ - lib/puppet/feature/pwshlib.rb
37
+ - lib/puppet/provider/dsc_base_provider/dsc_base_provider.rb
38
+ - lib/puppet/provider/dsc_base_provider/invoke_dsc_resource_functions.ps1
39
+ - lib/puppet/provider/dsc_base_provider/invoke_dsc_resource_postscript.ps1
40
+ - lib/puppet/provider/dsc_base_provider/invoke_dsc_resource_preamble.ps1
32
41
  - lib/pwsh.rb
33
42
  - lib/pwsh/util.rb
34
43
  - lib/pwsh/version.rb
35
44
  - lib/pwsh/windows_powershell.rb
36
45
  - lib/ruby-pwsh.rb
37
46
  - lib/templates/init.ps1
47
+ - metadata.json
48
+ - pwshlib.md
38
49
  - ruby-pwsh.gemspec
39
50
  homepage: https://github.com/puppetlabs/ruby-pwsh
40
51
  licenses: