etch 3.12 → 3.13
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -1
- data/lib/etchclient.rb +1 -1
- metadata +7 -10
data/Rakefile
CHANGED
@@ -3,10 +3,11 @@ spec = Gem::Specification.new do |s|
|
|
3
3
|
s.name = 'etch'
|
4
4
|
s.summary = 'Etch system configuration management client'
|
5
5
|
s.add_dependency('facter')
|
6
|
-
s.version = '3.
|
6
|
+
s.version = '3.13'
|
7
7
|
s.author = 'Jason Heiss'
|
8
8
|
s.email = 'etch-users@lists.sourceforge.net'
|
9
9
|
s.homepage = 'http://etch.sourceforge.net'
|
10
|
+
s.rubyforge_project = 'etchsyscm'
|
10
11
|
s.platform = Gem::Platform::RUBY
|
11
12
|
s.required_ruby_version = '>=1.8'
|
12
13
|
s.files = Dir['**/**']
|
data/lib/etchclient.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: etch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "3.
|
4
|
+
version: "3.13"
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Heiss
|
@@ -33,23 +33,20 @@ extensions: []
|
|
33
33
|
extra_rdoc_files: []
|
34
34
|
|
35
35
|
files:
|
36
|
-
- bin
|
37
36
|
- bin/etch
|
38
37
|
- bin/etch_cron_wrapper
|
39
38
|
- bin/etch_to_trunk
|
40
|
-
- etc
|
41
39
|
- etc/ca.pem
|
42
40
|
- etc/dhparams
|
43
|
-
- lib
|
44
41
|
- lib/etch.rb
|
45
42
|
- lib/etchclient.rb
|
46
43
|
- lib/versiontype.rb
|
47
|
-
- man
|
48
|
-
- man/man8
|
49
44
|
- man/man8/etch.8
|
50
45
|
- Rakefile
|
51
|
-
has_rdoc:
|
46
|
+
has_rdoc: true
|
52
47
|
homepage: http://etch.sourceforge.net
|
48
|
+
licenses: []
|
49
|
+
|
53
50
|
post_install_message:
|
54
51
|
rdoc_options: []
|
55
52
|
|
@@ -69,10 +66,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
66
|
version:
|
70
67
|
requirements: []
|
71
68
|
|
72
|
-
rubyforge_project:
|
73
|
-
rubygems_version: 1.3.
|
69
|
+
rubyforge_project: etchsyscm
|
70
|
+
rubygems_version: 1.3.4
|
74
71
|
signing_key:
|
75
|
-
specification_version:
|
72
|
+
specification_version: 3
|
76
73
|
summary: Etch system configuration management client
|
77
74
|
test_files: []
|
78
75
|
|