simp-metadata 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/simp/metadata/release.rb +0 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd811e5083f3cd404451122df3724881a443263d
4
- data.tar.gz: 2ab75c024b695795b5493e1f184a8c8ca8f977c9
3
+ metadata.gz: 787ec71ba309fd25a0db84b65e7b4df6d21c0d8d
4
+ data.tar.gz: 58bfa532d6dfb01909e1964b5ae159a784ffcb12
5
5
  SHA512:
6
- metadata.gz: 6e5a4bbed0632c0111f1db207c4e0cdb6cd73a9a29d9653e0d976928053a07b76b62728ed4c9e2d0098c8ecc5bb18a2a1cf8a57c740f8f0e7cdc74e75c11cc4b
7
- data.tar.gz: f469ef9161c3345c86b51a0a98b9e59f6963143fea46b5bf419b58486742a8d123edb0c72c62977424b1c45a396deb87d4d2a74c8869e81eac1268ec43ddd0f4
6
+ metadata.gz: a0cb0bd18113057d09f7578825318e088952b88648d172f1e11d5ce04324f17b16578de2f509f539ece9b20c28d2faeab7bb99ad3a58bf5413f3cbb8277b73ac
7
+ data.tar.gz: b9816ccae3dc61765b03a0c91a0d29c71b8cde57de39c65f98b6ee8d4751273d5b2355457cc5691282f15a85f9add84d0efc00007e77112f31841c834eefddf0
@@ -33,17 +33,12 @@ module Simp
33
33
  contents << "moduledir 'src'"
34
34
  contents << ""
35
35
  contents << puppetfile_component(components['simp-doc'], options)
36
- contents << puppetfile_component(components['simp-rsync'], options)
37
36
  contents << "moduledir 'src/assets'"
38
37
  contents << ""
39
38
  components.each do |component|
40
39
  if (component.component_type == "rpm")
41
40
  contents << puppetfile_component(component, options)
42
41
  end
43
- end
44
- contents << "moduledir 'src/rubygems'"
45
- contents << ""
46
- components.each do |component|
47
42
  if (component.component_type == "rubygem")
48
43
  contents << puppetfile_component(component, options)
49
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simp-metadata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Cochran