social_stream-oauth2_server 2.0.0.beta2 → 2.0.0.beta3
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/app/assets/stylesheets/social_stream/oauth2_server/applications/_applications-oauth2server.css.sass +1 -1
- data/app/assets/stylesheets/social_stream/oauth2_server/show/_show-oauth2server.css.sass +1 -1
- data/app/views/site/clients/show.html.erb +5 -1
- data/config/locales/en.yml +16 -15
- data/config/locales/es.yml +20 -19
- data/config/locales/zh.yml +30 -0
- data/lib/social_stream/oauth2_server/version.rb +1 -1
- data/social_stream-oauth2_server.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bf43de3559ee1bdf7f8df0617e2254b30a40e9d
|
4
|
+
data.tar.gz: 907a80524f2751d4af24581ef55348a16ce6e049
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eec6d5f84a697826dd066144aa0c27b8ca07a6ebc2433c0ba727f04a56da108620ae619ff66da7f47964c0c9c325ab3f53e31f82ecfc72b6f5da72944bf884d1
|
7
|
+
data.tar.gz: 45ba2268f46421e780258adeeb290cbdf31017c90fc765704e68fa96ce1af7d3bd316c1345d8133bd5a71219755e66d6a696bbc7f93af1c3c56a1f84cf32fb1d
|
@@ -10,7 +10,11 @@
|
|
10
10
|
<hr class="soften">
|
11
11
|
<div class="content">
|
12
12
|
<a class="pull-left" href="#">
|
13
|
-
|
13
|
+
|
14
|
+
<%= image_tag('logos/app-default.png', class: "media-object") %>
|
15
|
+
|
16
|
+
|
17
|
+
|
14
18
|
</a>
|
15
19
|
<article class="media box">
|
16
20
|
<div class="media-body">
|
data/config/locales/en.yml
CHANGED
@@ -1,29 +1,30 @@
|
|
1
|
+
---
|
1
2
|
en:
|
2
3
|
account:
|
3
|
-
applications:
|
4
|
+
applications: Applications
|
4
5
|
activerecord:
|
5
6
|
attributes:
|
6
7
|
site/client:
|
7
|
-
callback_url:
|
8
|
-
id:
|
9
|
-
name:
|
10
|
-
secret:
|
11
|
-
url:
|
8
|
+
callback_url: Callback URL
|
9
|
+
id: Client ID
|
10
|
+
name: Name
|
11
|
+
secret: Client Secret
|
12
|
+
url: URL
|
12
13
|
authorization:
|
13
14
|
form:
|
14
|
-
accept:
|
15
|
-
cancel:
|
15
|
+
accept: Accept
|
16
|
+
cancel: Cancel
|
16
17
|
new:
|
17
|
-
title:
|
18
|
+
title: Authorize %{client}?
|
18
19
|
permission:
|
19
|
-
title:
|
20
|
+
title: 'The site %{client} will be able to:'
|
20
21
|
permission:
|
21
|
-
public_info:
|
22
|
+
public_info: Read your public information
|
22
23
|
site:
|
23
24
|
client:
|
24
|
-
added:
|
25
|
+
added: Added sites
|
25
26
|
index:
|
26
|
-
title:
|
27
|
+
title: Client sites
|
27
28
|
new:
|
28
|
-
link:
|
29
|
-
title:
|
29
|
+
link: Add site
|
30
|
+
title: Register new client site
|
data/config/locales/es.yml
CHANGED
@@ -1,29 +1,30 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
account:
|
3
|
-
applications:
|
4
|
+
applications: Aplicaciones
|
4
5
|
activerecord:
|
5
6
|
attributes:
|
6
7
|
site/client:
|
7
|
-
callback_url:
|
8
|
-
id:
|
9
|
-
name:
|
10
|
-
secret:
|
11
|
-
url:
|
12
|
-
authorizations:
|
13
|
-
form:
|
14
|
-
accept: "Aceptar"
|
15
|
-
cancel: "Cancelar"
|
16
|
-
new:
|
17
|
-
title: "¿Autorizar %{client}?"
|
18
|
-
permission:
|
19
|
-
title: "El sitio %{client} será capaz de:"
|
8
|
+
callback_url: Callback URL
|
9
|
+
id: Client ID
|
10
|
+
name: Nombre
|
11
|
+
secret: Client Secret
|
12
|
+
url: URL
|
20
13
|
permission:
|
21
|
-
public_info:
|
14
|
+
public_info: Acceder a tu información pública
|
22
15
|
site:
|
23
16
|
client:
|
24
|
-
added:
|
17
|
+
added: Sitios añadidos
|
25
18
|
index:
|
26
|
-
title:
|
19
|
+
title: Sitios
|
27
20
|
new:
|
28
|
-
link:
|
29
|
-
title:
|
21
|
+
link: Añadir sitio
|
22
|
+
title: Registrar nuevo sitio
|
23
|
+
authorization:
|
24
|
+
form:
|
25
|
+
accept: Accept
|
26
|
+
cancel: Cancel
|
27
|
+
new:
|
28
|
+
title: Authorize %{client}?
|
29
|
+
permission:
|
30
|
+
title: 'The site %{client} will be able to:'
|
@@ -0,0 +1,30 @@
|
|
1
|
+
---
|
2
|
+
zh:
|
3
|
+
account:
|
4
|
+
applications: Applications
|
5
|
+
activerecord:
|
6
|
+
attributes:
|
7
|
+
site/client:
|
8
|
+
callback_url: Callback URL
|
9
|
+
id: Client ID
|
10
|
+
name: Name
|
11
|
+
secret: Client Secret
|
12
|
+
url: URL
|
13
|
+
authorization:
|
14
|
+
form:
|
15
|
+
accept: Accept
|
16
|
+
cancel: Cancel
|
17
|
+
new:
|
18
|
+
title: Authorize %{client}?
|
19
|
+
permission:
|
20
|
+
title: 'The site %{client} will be able to:'
|
21
|
+
permission:
|
22
|
+
public_info: Read your public information
|
23
|
+
site:
|
24
|
+
client:
|
25
|
+
added: Added sites
|
26
|
+
index:
|
27
|
+
title: Client sites
|
28
|
+
new:
|
29
|
+
link: Add site
|
30
|
+
title: Register new client site
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.files = `git ls-files`.split("\n")
|
13
13
|
|
14
14
|
# Gem dependencies
|
15
|
-
s.add_runtime_dependency('social_stream-base', '~> 2.0.0.
|
15
|
+
s.add_runtime_dependency('social_stream-base', '~> 2.0.0.beta3')
|
16
16
|
s.add_runtime_dependency('rack-oauth2', '~> 1.0.0')
|
17
17
|
|
18
18
|
s.add_development_dependency('rspec-rails', '~> 2.8.0')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_stream-oauth2_server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.beta3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Antonio Tapiador
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: social_stream-base
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ~>
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 2.0.0.
|
20
|
+
version: 2.0.0.beta3
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - ~>
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 2.0.0.
|
27
|
+
version: 2.0.0.beta3
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rack-oauth2
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -111,6 +111,7 @@ files:
|
|
111
111
|
- app/views/site/clients/show.html.erb
|
112
112
|
- config/locales/en.yml
|
113
113
|
- config/locales/es.yml
|
114
|
+
- config/locales/zh.yml
|
114
115
|
- config/routes.rb
|
115
116
|
- db/migrate/20130115102300_create_social_stream_oauth2_server.rb
|
116
117
|
- lib/generators/social_stream/oauth2_server/install_generator.rb
|