add-to-org 0.0.1 → 1.0.0
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.
- checksums.yaml +4 -4
- data/lib/add-to-org.rb +1 -1
- data/lib/add-to-org/version.rb +1 -1
- data/lib/add-to-org/views/success.erb +2 -6
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d40b774139a77ec0fcb88a4419bbae34b3d8f45
|
|
4
|
+
data.tar.gz: f9f0935c12fe775108b1b0cc1f0b0822ea7599b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7a56a2d899068be257af5c25d2b33f6d3e8c1fd3f3a9bc0dab4c5f6bb5d22f87ffc6efce70f1881cf5bb320fdee4d6f5cecb2a42c563def621ac09c78cf4c6e
|
|
7
|
+
data.tar.gz: a34c518d7f822033d18471a59feff3f3a7eb5a2947a1bb70564b2d057b93d53e98275535335700346fb60c4e3cfd2fe6aeac3275334d2804038f855ac6461e53
|
data/lib/add-to-org.rb
CHANGED
data/lib/add-to-org/version.rb
CHANGED
|
@@ -6,11 +6,7 @@
|
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
8
|
<h1>You're all set</h1>
|
|
9
|
-
<p>You should
|
|
10
|
-
<
|
|
11
|
-
setTimeout(function () {
|
|
12
|
-
window.location.href = "<%= ERB::Util.html_escape(redirect) %>";
|
|
13
|
-
}, 5000);
|
|
14
|
-
</script>
|
|
9
|
+
<p>You should have recieved an email inviting you to join the organization.</p>
|
|
10
|
+
<p>Once confirmed, you will have access to <a href="<%= ERB::Util.html_escape(redirect) %>"></a>, the requested URL.</h1>
|
|
15
11
|
</body>
|
|
16
12
|
</html>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: add-to-org
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Balter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: warden-github
|
|
@@ -42,16 +42,16 @@ dependencies:
|
|
|
42
42
|
name: octokit
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
47
|
+
version: '3.3'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - "
|
|
52
|
+
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
54
|
+
version: '3.3'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rack-ssl-enforcer
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description:
|
|
83
|
+
description: A simple Oauth App to automatically add users to an organization.
|
|
84
84
|
email: ben.balter@github.com
|
|
85
85
|
executables: []
|
|
86
86
|
extensions: []
|
|
@@ -115,5 +115,5 @@ rubyforge_project:
|
|
|
115
115
|
rubygems_version: 2.2.0
|
|
116
116
|
signing_key:
|
|
117
117
|
specification_version: 4
|
|
118
|
-
summary:
|
|
118
|
+
summary: A simple Oauth App to automatically add users to an organization
|
|
119
119
|
test_files: []
|