iisconfig 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/bin/iisconfig +3 -1
  4. data/lib/iisconfig.rb +1 -2
  5. metadata +21 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c75506a78ff2191aa2479a49c7fb17d73cef644b
4
- data.tar.gz: d266a037a707ad601bccb8a024f95b23bd093841
3
+ metadata.gz: c01fe72401858c8b3eea7f8f30cf8de5afe08f9b
4
+ data.tar.gz: 3af1c4d96c5ff3829de997a519de563799641ce0
5
5
  SHA512:
6
- metadata.gz: 31af7d5bbeb58c10089c1c379a319b62a630ab7c6da444afa02c8995b50c1799b5a9395d269baea9f77bcb4491a71a027ec1fa22ace8fb087cd7536469ce2e72
7
- data.tar.gz: 693bfb33ea145294ff0b27c86788caf146431c00174ac2a895e6e2644fc2ad39cd2012a674a976667fbd8b131248799f3de82c7cc9a1409a5fda31c750cb6052
6
+ metadata.gz: e10bf1c52c2d7d248257f6ac97a4a4e8e04838fd2eb3179c87c0541fb96bc401ba1800833f0d8b173059e5a87f2e86e440588e334bc5446db44cf70028663663
7
+ data.tar.gz: 996551bcde429cd6803691e6d70d08e0fd9bfec8f169fe894d11f507bbab1e2aa5f09f17f09e87e1914141a2fb977e51a81aad25d3c8cac9e331b95d3e94f87e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.0
1
+ 0.8.0
@@ -4,5 +4,7 @@ $:.push File.expand_path(File.dirname(File.realpath(__FILE__)) + '/../lib')
4
4
  require "rainbow"
5
5
  require "iisconfig"
6
6
 
7
+ include GLI::App
8
+
7
9
  # Invoke the command
8
- exit GLI.run(ARGV)
10
+ exit run(ARGV)
@@ -1,11 +1,10 @@
1
1
  $:.push File.expand_path(File.dirname(__FILE__))
2
2
 
3
3
  require 'gli'
4
- require 'gli_version'
5
4
  require 'iisconfig/version'
6
5
  require 'iisconfig/configuration'
7
6
 
8
- include GLI
7
+ include GLI::App
9
8
 
10
9
  program_desc 'Configures IIS on Windows'
11
10
 
metadata CHANGED
@@ -1,35 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iisconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-08-28 00:00:00.000000000 Z
11
+ date: 2018-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rainbow
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 3.0.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 3.0.0
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: gli
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - "~>"
18
32
  - !ruby/object:Gem::Version
19
- version: 1.6.0
33
+ version: 2.18.0
20
34
  - - ">="
21
35
  - !ruby/object:Gem::Version
22
- version: 1.6.0
36
+ version: 2.18.0
23
37
  type: :runtime
24
38
  prerelease: false
25
39
  version_requirements: !ruby/object:Gem::Requirement
26
40
  requirements:
27
41
  - - "~>"
28
42
  - !ruby/object:Gem::Version
29
- version: 1.6.0
43
+ version: 2.18.0
30
44
  - - ">="
31
45
  - !ruby/object:Gem::Version
32
- version: 1.6.0
46
+ version: 2.18.0
33
47
  description: IIS Configuration
34
48
  email:
35
49
  - stuff@lukesmith.net
@@ -74,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
88
  version: '0'
75
89
  requirements: []
76
90
  rubyforge_project: iisconfig
77
- rubygems_version: 2.6.6
91
+ rubygems_version: 2.6.14.1
78
92
  signing_key:
79
93
  specification_version: 4
80
94
  summary: IIS Config