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('
|
|
32
|
+
<%= link_to t('sign_out'), destroy_user_session_path %>
|
|
33
33
|
</div>
|
|
34
34
|
<% end %>
|
|
35
35
|
</div>
|
data/config/locales/en.yml
CHANGED
data/social_stream.gemspec
CHANGED
|
@@ -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 = [
|
|
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:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.3.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
-
|
|
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:
|