[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-oidc] 01/18: Initial commit
From: |
gnunet |
Subject: |
[reclaim-oidc] 01/18: Initial commit |
Date: |
Sat, 12 Jun 2021 00:40:37 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository reclaim-oidc.
commit ccaf8ef3647cdd40503b6367ba68b992e3d6f8f6
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Thu Apr 25 21:18:55 2019 +0200
Initial commit
---
bin/reclaim-oidc | 0
lib/reclaim_oidc.rb | 5 +++++
reclaim-oidc.gemspec | 13 +++++++++++++
3 files changed, 18 insertions(+)
diff --git a/bin/reclaim-oidc b/bin/reclaim-oidc
new file mode 100644
index 0000000..e69de29
diff --git a/lib/reclaim_oidc.rb b/lib/reclaim_oidc.rb
new file mode 100644
index 0000000..a2ac414
--- /dev/null
+++ b/lib/reclaim_oidc.rb
@@ -0,0 +1,5 @@
+class ReclaimOidc
+ def self.hello
+ puts "Hello World!"
+ end
+end
diff --git a/reclaim-oidc.gemspec b/reclaim-oidc.gemspec
new file mode 100644
index 0000000..80a2f8a
--- /dev/null
+++ b/reclaim-oidc.gemspec
@@ -0,0 +1,13 @@
+Gem::Specification.new do |s|
+ s.name = 'reclaim-oidc'
+ s.version = '0.0.0'
+ s.date = '2019-04-25'
+ s.summary = "re:claimID OpenID Connect CLI"
+ s.description = "Used to manage re:claimID OpenID Connect clients and OpenID
Connect Provider configuration(s)"
+ s.authors = ["Martin Schanzenbach"]
+ s.email = 'mschanzenbach@posteo.de'
+ s.files = ["lib/reclaim_oidc.rb"]
+ s.homepage =
+ 'https://gitlab.com/reclaimid/reclaim-oidc'
+ s.license = 'AGPL-3.0'
+end
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-oidc] branch master created (now 016209d), gnunet, 2021/06/11
- [reclaim-oidc] 01/18: Initial commit,
gnunet <=
- [reclaim-oidc] 04/18: minor, gnunet, 2021/06/11
- [reclaim-oidc] 06/18: ready for deploy, gnunet, 2021/06/11
- [reclaim-oidc] 05/18: integrate config, gnunet, 2021/06/11
- [reclaim-oidc] 03/18: towards working tool, gnunet, 2021/06/11
- [reclaim-oidc] 09/18: 0.0.4, gnunet, 2021/06/11
- [reclaim-oidc] 17/18: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-oidc] 08/18: old style posts, gnunet, 2021/06/11
- [reclaim-oidc] 07/18: 0.0.2, gnunet, 2021/06/11
- [reclaim-oidc] 15/18: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-oidc] 11/18: 0.0.5, gnunet, 2021/06/11