prm 0.2.8 → 0.2.9
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.
- data/lib/prm/repo.rb +1 -1
- metadata +6 -8
data/lib/prm/repo.rb
CHANGED
|
@@ -360,7 +360,7 @@ module PRM
|
|
|
360
360
|
parch,pcomponent,prelease = _parse_vars(arch,component,release)
|
|
361
361
|
if snapshot
|
|
362
362
|
snapshot_to(path,pcomponent,prelease,snapshot,type,recent)
|
|
363
|
-
pcomponent
|
|
363
|
+
pcomponent << snapshot
|
|
364
364
|
end
|
|
365
365
|
if directory
|
|
366
366
|
silent = true
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 5
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.2.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Brett Gailey
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2014-01-14 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: peach
|
|
@@ -92,7 +91,6 @@ files:
|
|
|
92
91
|
- templates/primary.xml.erb
|
|
93
92
|
- templates/repomd.xml.erb
|
|
94
93
|
- bin/prm
|
|
95
|
-
has_rdoc: true
|
|
96
94
|
homepage: https://github.com/dnbert/prm
|
|
97
95
|
licenses:
|
|
98
96
|
- MIT
|
|
@@ -122,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
120
|
requirements: []
|
|
123
121
|
|
|
124
122
|
rubyforge_project:
|
|
125
|
-
rubygems_version: 1.
|
|
123
|
+
rubygems_version: 1.8.25
|
|
126
124
|
signing_key:
|
|
127
125
|
specification_version: 3
|
|
128
126
|
summary: Package Repository Manager
|