social_stream-oauth2_server 2.0.0.beta2 → 2.0.0.beta3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b79025074a05472c26edecf47deab227ce0aa92d
4
- data.tar.gz: e29f22831697d42350fc8d8a26f0eff0a3b23aae
3
+ metadata.gz: 1bf43de3559ee1bdf7f8df0617e2254b30a40e9d
4
+ data.tar.gz: 907a80524f2751d4af24581ef55348a16ce6e049
5
5
  SHA512:
6
- metadata.gz: ebad78ce19f9105ca8c0971790a4d57107a880f09b57416ebd4b516ee8592da3d17c2fe0d4c7934deabc9c0a828cd6434c357e2d79adef5b5fe2fa3286b26c28
7
- data.tar.gz: 67ecfe6fe06bb320d49192144629033d941de957f6c17ac41dd2d9639bea20db6fb24d758c0f0b258db1eb3fc6348db62e740bd7ccce44c181b6a8a4b33ac4a5
6
+ metadata.gz: eec6d5f84a697826dd066144aa0c27b8ca07a6ebc2433c0ba727f04a56da108620ae619ff66da7f47964c0c9c325ab3f53e31f82ecfc72b6f5da72944bf884d1
7
+ data.tar.gz: 45ba2268f46421e780258adeeb290cbdf31017c90fc765704e68fa96ce1af7d3bd316c1345d8133bd5a71219755e66d6a696bbc7f93af1c3c56a1f84cf32fb1d
@@ -43,4 +43,4 @@
43
43
 
44
44
  #new_application
45
45
  .btn
46
- @extend .btn-blue
46
+ @include btn-primary
@@ -31,7 +31,7 @@
31
31
  .result,
32
32
  .client_secret
33
33
  background-color: #f9f9f9
34
- @extend border-radius-5
34
+ @include border-radius(5px)
35
35
  font-size: 15px
36
36
 
37
37
  .client_secret
@@ -10,7 +10,11 @@
10
10
  <hr class="soften">
11
11
  <div class="content">
12
12
  <a class="pull-left" href="#">
13
- <img class="media-object" alt="application image" style="width: 100px; height: 100px;" src="assets/images/logos/app-default.png">
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">
@@ -1,29 +1,30 @@
1
+ ---
1
2
  en:
2
3
  account:
3
- applications: "Applications"
4
+ applications: Applications
4
5
  activerecord:
5
6
  attributes:
6
7
  site/client:
7
- callback_url: "Callback URL"
8
- id: "Client ID"
9
- name: "Name"
10
- secret: "Client Secret"
11
- url: "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: "Accept"
15
- cancel: "Cancel"
15
+ accept: Accept
16
+ cancel: Cancel
16
17
  new:
17
- title: "Authorize %{client}?"
18
+ title: Authorize %{client}?
18
19
  permission:
19
- title: "The site %{client} will be able to:"
20
+ title: 'The site %{client} will be able to:'
20
21
  permission:
21
- public_info: "Read your public information"
22
+ public_info: Read your public information
22
23
  site:
23
24
  client:
24
- added: "Added sites"
25
+ added: Added sites
25
26
  index:
26
- title: "Client sites"
27
+ title: Client sites
27
28
  new:
28
- link: "Add site"
29
- title: "Register new client site"
29
+ link: Add site
30
+ title: Register new client site
@@ -1,29 +1,30 @@
1
+ ---
1
2
  es:
2
3
  account:
3
- applications: "Aplicaciones"
4
+ applications: Aplicaciones
4
5
  activerecord:
5
6
  attributes:
6
7
  site/client:
7
- callback_url: "Callback URL"
8
- id: "Client ID"
9
- name: "Nombre"
10
- secret: "Client Secret"
11
- url: "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: "Acceder a tu información pública"
14
+ public_info: Acceder a tu información pública
22
15
  site:
23
16
  client:
24
- added: "Sitios añadidos"
17
+ added: Sitios añadidos
25
18
  index:
26
- title: "Sitios"
19
+ title: Sitios
27
20
  new:
28
- link: "Añadir sitio"
29
- title: "Registrar nuevo sitio"
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
@@ -1,5 +1,5 @@
1
1
  module SocialStream
2
2
  module Oauth2Server
3
- VERSION = "2.0.0.beta2".freeze
3
+ VERSION = "2.0.0.beta3".freeze
4
4
  end
5
5
  end
@@ -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.beta2')
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.beta2
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-18 00:00:00.000000000 Z
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.beta2
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.beta2
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