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 +4 -4
- data/README.md +1 -1
- data/lib/train-pwsh/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39702d4eac70b2194a4c37b925bd3029169c874b0d649360c1b64509fa81c86e
|
4
|
+
data.tar.gz: 58248aeb93158177f68664d638660128fafd13f75d43d5439a5add22d4c3da5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/train-pwsh/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: train
|