openshift-origin-auth-remote-user 1.2.3 → 1.3.1
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.
@@ -11,7 +11,7 @@
|
|
11
11
|
|
12
12
|
Summary: OpenShift plugin for remote-user authentication
|
13
13
|
Name: rubygem-%{gem_name}
|
14
|
-
Version: 1.
|
14
|
+
Version: 1.3.1
|
15
15
|
Release: 1%{?dist}
|
16
16
|
Group: Development/Languages
|
17
17
|
License: ASL 2.0
|
@@ -91,6 +91,9 @@ rm -rf %{buildroot}
|
|
91
91
|
/etc/openshift/plugins.d/openshift-origin-auth-remote-user.conf.example
|
92
92
|
|
93
93
|
%changelog
|
94
|
+
* Wed Dec 12 2012 Adam Miller <admiller@redhat.com> 1.3.1-1
|
95
|
+
- bump_minor_versions for sprint 22 (admiller@redhat.com)
|
96
|
+
|
94
97
|
* Wed Dec 05 2012 Adam Miller <admiller@redhat.com> 1.2.3-1
|
95
98
|
- updated gemspecs so they work with scl rpm spec files. (tdawson@redhat.com)
|
96
99
|
|
metadata
CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
-
- 2
|
9
8
|
- 3
|
10
|
-
|
9
|
+
- 1
|
10
|
+
version: 1.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Brenton Leanhardt
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-12-
|
18
|
+
date: 2012-12-12 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|