iisconfig 0.6.0 → 0.7.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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/iisconfig.rb +0 -1
- data/test/example.rb +1 -3
- metadata +3 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c75506a78ff2191aa2479a49c7fb17d73cef644b
|
4
|
+
data.tar.gz: d266a037a707ad601bccb8a024f95b23bd093841
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31af7d5bbeb58c10089c1c379a319b62a630ab7c6da444afa02c8995b50c1799b5a9395d269baea9f77bcb4491a71a027ec1fa22ace8fb087cd7536469ce2e72
|
7
|
+
data.tar.gz: 693bfb33ea145294ff0b27c86788caf146431c00174ac2a895e6e2644fc2ad39cd2012a674a976667fbd8b131248799f3de82c7cc9a1409a5fda31c750cb6052
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.7.0
|
data/lib/iisconfig.rb
CHANGED
data/test/example.rb
CHANGED
@@ -7,10 +7,8 @@ app_pool do |p|
|
|
7
7
|
p.runtime_version :'v2.0'
|
8
8
|
p.start_mode 'AlwaysRunning'
|
9
9
|
p.process_model do |m|
|
10
|
-
m.identity_type :
|
10
|
+
m.identity_type :NetworkService
|
11
11
|
m.idle_timeout '0.00:30:00'
|
12
|
-
m.username ENV['APP_POOL_USERNAME']
|
13
|
-
m.password SensitiveValue.new(ENV['APP_POOL_PASSWORD'])
|
14
12
|
end
|
15
13
|
|
16
14
|
p.site do |s|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iisconfig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luke Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gli
|
@@ -30,26 +30,6 @@ dependencies:
|
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 1.6.0
|
33
|
-
- !ruby/object:Gem::Dependency
|
34
|
-
name: rainbow
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
36
|
-
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: 2.0.0
|
40
|
-
- - ">="
|
41
|
-
- !ruby/object:Gem::Version
|
42
|
-
version: 2.0.0
|
43
|
-
type: :runtime
|
44
|
-
prerelease: false
|
45
|
-
version_requirements: !ruby/object:Gem::Requirement
|
46
|
-
requirements:
|
47
|
-
- - "~>"
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
version: 2.0.0
|
50
|
-
- - ">="
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: 2.0.0
|
53
33
|
description: IIS Configuration
|
54
34
|
email:
|
55
35
|
- stuff@lukesmith.net
|
@@ -94,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
74
|
version: '0'
|
95
75
|
requirements: []
|
96
76
|
rubyforge_project: iisconfig
|
97
|
-
rubygems_version: 2.
|
77
|
+
rubygems_version: 2.6.6
|
98
78
|
signing_key:
|
99
79
|
specification_version: 4
|
100
80
|
summary: IIS Config
|