social_stream 0.3.0 → 0.3.1

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.
@@ -22,14 +22,14 @@
22
22
  <div id="header_right">
23
23
  <%=image_tag("btn/btn_config.png",:class=>"btn_config") %>
24
24
  <div class="txt_config">
25
- <%= t('account.one') %>
25
+ <%= link_to t('account.one'), '#' %>
26
26
  </div>
27
27
 
28
28
  <%= render :partial => 'layouts/representation' %>
29
29
 
30
30
  <%=image_tag("btn/btn_exit.png",:class=>"btn_config") %>
31
31
  <div class="txt_config2">
32
- <%= link_to t('sign_out_user', :user => current_user.name), destroy_user_session_path %>
32
+ <%= link_to t('sign_out'), destroy_user_session_path %>
33
33
  </div>
34
34
  <% end %>
35
35
  </div>
@@ -1,4 +1,4 @@
1
- <%= link_to(image_tag(current_user.logo.url(:tie)), current_user) %>
1
+ <%= link_to(image_tag(current_user.logo.url(:tie), :width => 20, :height => 20), current_user) %>
2
2
 
3
3
  <div class="txt_config">
4
4
  <%= link_to(current_user.name, current_user) %>
@@ -77,7 +77,7 @@ en:
77
77
  change: "Change"
78
78
  sign_in: "Sign in"
79
79
  sign_up: "Sign up"
80
- sign_out_user: "Sign out (%{user})"
80
+ sign_out: "Sign out"
81
81
  socialstream: "SocialStream"
82
82
  tie:
83
83
  pending:
@@ -1,3 +1,3 @@
1
1
  module SocialStream
2
- VERSION = "0.3.0".freeze
2
+ VERSION = "0.3.1".freeze
3
3
  end
@@ -5,7 +5,8 @@ Gem::Specification.new do |s|
5
5
  s.version = SocialStream::VERSION.dup
6
6
  s.summary = "Social networking features and activity streams for Ruby on Rails."
7
7
  s.description = "Ruby on Rails engine supporting social networking features and activity streams."
8
- s.authors = ['Antonio Tapiador', 'Diego Carrera']
8
+ s.authors = ["Grupo Internet de Nueva Generación, Universidad Politécnica de Madrid"]
9
+ s.homepage = "http://social-stream.dit.upm.es/"
9
10
  s.files = `git ls-files`.split("\n")
10
11
  s.add_runtime_dependency('atd-ancestry', '1.3.0')
11
12
  s.add_runtime_dependency('nested_set', '~> 1.5.3')
metadata CHANGED
@@ -1,17 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_stream
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
- - Antonio Tapiador
14
- - Diego Carrera
13
+ - "Grupo Internet de Nueva Generaci\xC3\xB3n, Universidad Polit\xC3\xA9cnica de Madrid"
15
14
  autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
@@ -665,7 +664,7 @@ files:
665
664
  - spec/support/db.rb
666
665
  - spec/support/devise.rb
667
666
  has_rdoc: true
668
- homepage:
667
+ homepage: http://social-stream.dit.upm.es/
669
668
  licenses: []
670
669
 
671
670
  post_install_message: