puppet-forge-mirror 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/.gemspec +10 -9
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32be687427cf9f2e8873d6b53e012c0ba4bd8c22
4
- data.tar.gz: fc766fa83c54c911b7bed3bbbdea1a2ffb340ab1
3
+ metadata.gz: cc1e37ea1c172f05e43a6330616d5fb334135b05
4
+ data.tar.gz: 6e3e28361feb561f72b126af1cbb1666f810e97e
5
5
  SHA512:
6
- metadata.gz: 699bd9097e43fe4363b3a58016343c797d585595286bd4a62b16220a636cff94091a9a5d1679ef800a61e6bc17924ff422d760a3b53908ab0172600aee6facfa
7
- data.tar.gz: ff6dfc777f3fb0c2105008df3e65ee3b8e6897d8ba439b7c7b8cdf1739e7dfb92e485697ecb72098011c7e3b7d3dbcd157e3264aba1ee56fddacca51972849de
6
+ metadata.gz: b8321c3692c06f251db3d4c0c4a4e8ac0c31ec78038d31bee9ea9b3926a8b9cb30476db6b4b073f8fec371ce4168fd9a0e518fabe95676766b62c051ca1d100d
7
+ data.tar.gz: 0ca262fbe7301c8f676cedaabdc5fe4e0927fbd2d0536889c0688d7487080efdf461e836a269ae57c12d3361dc82d26efd56d48148596e0ea8de91d8d74c5a06
data/.gemspec CHANGED
@@ -1,14 +1,15 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
- s.name = 'puppet-forge-mirror'
4
- s.version = '0.0.1'
5
- s.author = 'Johan Haals'
6
- s.email = ['johan.haals@gmail.com']
7
- s.homepage = 'https://github.com/jhaals/puppet-forge-mirror'
8
- s.summary = "Mirror the Puppet Forge by downloading it's modules"
9
- s.license = 'Apache 2.0'
10
- s.files = `git ls-files`.split("\n")
11
- s.require_paths = ['lib', 'bin']
3
+ s.name = 'puppet-forge-mirror'
4
+ s.version = '0.0.2'
5
+ s.author = 'Johan Haals'
6
+ s.email = ['johan.haals@gmail.com']
7
+ s.homepage = 'https://github.com/jhaals/puppet-forge-mirror'
8
+ s.summary = "Mirror the Puppet Forge by downloading it's modules"
9
+ s.license = 'Apache 2.0'
10
+ s.files = `git ls-files`.split("\n")
11
+ s.executables << 'puppet-forge-mirror'
12
+ s.require_paths = ['lib', 'bin']
12
13
  s.required_ruby_version = '>= 1.9.3'
13
14
  end
14
15
 
metadata CHANGED
@@ -1,19 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-forge-mirror
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johan Haals
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-03 00:00:00.000000000 Z
11
+ date: 2014-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
15
15
  - johan.haals@gmail.com
16
- executables: []
16
+ executables:
17
+ - puppet-forge-mirror
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files: