openshift-origin-auth-remote-user 1.3.1 → 1.3.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.
@@ -11,7 +11,7 @@
|
|
11
11
|
|
12
12
|
Summary: OpenShift plugin for remote-user authentication
|
13
13
|
Name: rubygem-%{gem_name}
|
14
|
-
Version: 1.3.
|
14
|
+
Version: 1.3.2
|
15
15
|
Release: 1%{?dist}
|
16
16
|
Group: Development/Languages
|
17
17
|
License: ASL 2.0
|
@@ -91,6 +91,14 @@ rm -rf %{buildroot}
|
|
91
91
|
/etc/openshift/plugins.d/openshift-origin-auth-remote-user.conf.example
|
92
92
|
|
93
93
|
%changelog
|
94
|
+
* Thu Jan 10 2013 Adam Miller <admiller@redhat.com> 1.3.2-1
|
95
|
+
- Merge pull request #697 from Miciah/plugins-auth-remote-user-README-updates
|
96
|
+
(dmcphers+openshiftbot@redhat.com)
|
97
|
+
- remote-user README: delete known issues that have been resolved
|
98
|
+
(miciah.masters@gmail.com)
|
99
|
+
- remote-user README: fix name of openshift-broker service
|
100
|
+
(miciah.masters@gmail.com)
|
101
|
+
|
94
102
|
* Wed Dec 12 2012 Adam Miller <admiller@redhat.com> 1.3.1-1
|
95
103
|
- bump_minor_versions for sprint 22 (admiller@redhat.com)
|
96
104
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openshift-origin-auth-remote-user
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 2
|
10
|
+
version: 1.3.2
|
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:
|
18
|
+
date: 2013-01-10 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|