train-pwsh 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ec867288676127f29ea07114e8acbb29e126b7dbc15aba96ca8669fd8818ee8
4
- data.tar.gz: f0f08b98e659a6ebae79e6045c928e2bddae9331c5c740ad8b1f4e526841ff1d
3
+ metadata.gz: 39702d4eac70b2194a4c37b925bd3029169c874b0d649360c1b64509fa81c86e
4
+ data.tar.gz: 58248aeb93158177f68664d638660128fafd13f75d43d5439a5add22d4c3da5b
5
5
  SHA512:
6
- metadata.gz: ac445931a17e3a433a4d1b5ccc8901064db19a1763952ca0a339d070c912c70e0c6421f236f97ccc45eee3a4748f92d4725faba4923f24cfe6c1d2d67d3435fe
7
- data.tar.gz: '02475499a432dbd135519783e3afe67bcb166459f3dcf51865cec217f3622c1d3ecb75dc7e87d91b9b44c60c69d5c43d5a41e30162f8a514591c9db97f283474'
6
+ metadata.gz: '0484eace9bfecbb42c78967bdd0aca9c3c75f32202fca17ac55342202652ee5fed32e45d6f2df19eb15360e978648acaa491c85574dedd9411bf576a6f7d4855'
7
+ data.tar.gz: bfcae4cdf0664ab10d3dbe819d4de61c9b067c25a7ff583afaa6184b313865f01492b6d272b791439adffb43e3ac18bcdfb869bbdaccd6dc40ebe61176bd97f5
data/README.md CHANGED
@@ -25,7 +25,7 @@ If train is being invoked using code, this is how it can be used:
25
25
  ```ruby
26
26
  require 'train'
27
27
  train = Train.create('pwsh',
28
- client_id: '1', tenant_id: '2', client_secret: '3', certificate_path: '4', certificate_password: '5', organization: '6', sharepoint_admin_url: '7')
28
+ client_id: '1', tenant_id: '2', client_secret: '3', certificate_path: '4', certificate_password: '5', organization: '6', sharepoint_admin_url: '7', pwsh_path: '8')
29
29
  ```
30
30
 
31
31
  ## Installation
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Train
4
4
  module Pwsh
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: train-pwsh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sujay Kandwal
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-25 00:00:00.000000000 Z
11
+ date: 2024-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: train