social_stream-linkser 2.1.0 → 2.2.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/Rakefile +1 -6
- data/config/locales/de.yml +17 -0
- data/config/locales/es.yml +2 -2
- data/config/locales/fr.yml +17 -0
- data/config/locales/hu.yml +17 -0
- data/config/locales/nl.yml +17 -0
- data/config/locales/zh.yml +2 -2
- data/lib/social_stream/linkser/version.rb +1 -1
- data/social_stream-linkser.gemspec +1 -1
- metadata +9 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a85ee9445179e630a393a10c7b1cac3fcf4c2e0e
|
|
4
|
+
data.tar.gz: 6351446096e42f8b4bf69e150e85c2d7d7232231
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a921b29e699d30080112b84e8cf07cf2d2a20fc465a2ce1df0f11bbc23cb4fc52eccb8095dfbb20f2b3b2a6360fcafbde08b5c76bdc2a6d7afa536af0a5bb2e8
|
|
7
|
+
data.tar.gz: 8338524d0e72cffa721ebcb150a8b34d4759f69ca2a184e618ada783bb187330bc21b367300a55d06dfa6d7f7dfdd0903b15ecdc71c6c847d749f431b96cc72f
|
data/Rakefile
CHANGED
|
@@ -3,12 +3,7 @@ require 'bundler/gem_tasks'
|
|
|
3
3
|
|
|
4
4
|
require 'rdoc/task'
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
require 'rspec/core/rake_task'
|
|
8
|
-
|
|
9
|
-
RSpec::Core::RakeTask.new(:spec)
|
|
10
|
-
|
|
11
|
-
task :default => :spec
|
|
6
|
+
task :default => :rdoc
|
|
12
7
|
|
|
13
8
|
Rake::RDocTask.new(:rdoc) do |rdoc|
|
|
14
9
|
rdoc.rdoc_dir = 'rdoc'
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
de:
|
|
3
|
+
link:
|
|
4
|
+
by: by %{author}
|
|
5
|
+
confirm_delete: Link löschen?
|
|
6
|
+
errors:
|
|
7
|
+
loading: Fehler beim Laden
|
|
8
|
+
only_webs: Nur Webseiten werden unterstützt
|
|
9
|
+
form:
|
|
10
|
+
title: Link
|
|
11
|
+
input: Gib die Web Addresse ein
|
|
12
|
+
name: Link
|
|
13
|
+
one: Ein Link
|
|
14
|
+
other: links
|
|
15
|
+
title: Links
|
|
16
|
+
linkser:
|
|
17
|
+
title: Linkser
|
data/config/locales/es.yml
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
fr:
|
|
3
|
+
link:
|
|
4
|
+
by: by %{author}
|
|
5
|
+
confirm_delete: Supprimer le lien ?
|
|
6
|
+
errors:
|
|
7
|
+
loading: Erreur de chargement
|
|
8
|
+
only_webs: Seules les pages Web sont prises en charge
|
|
9
|
+
form:
|
|
10
|
+
title: Lien
|
|
11
|
+
input: Saisir l'adresse Web
|
|
12
|
+
name: lien
|
|
13
|
+
one: un lien
|
|
14
|
+
other: links
|
|
15
|
+
title: Liens
|
|
16
|
+
linkser:
|
|
17
|
+
title: Linkser
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
hu:
|
|
3
|
+
link:
|
|
4
|
+
by: by %{author}
|
|
5
|
+
confirm_delete: Törlöd a linket?
|
|
6
|
+
errors:
|
|
7
|
+
loading: Töltési hiba
|
|
8
|
+
only_webs: Csak a weboldalak támogatottak
|
|
9
|
+
form:
|
|
10
|
+
title: Link
|
|
11
|
+
input: Írd be a web címet
|
|
12
|
+
name: link
|
|
13
|
+
one: egy link
|
|
14
|
+
other: links
|
|
15
|
+
title: Linkek
|
|
16
|
+
linkser:
|
|
17
|
+
title: Hivatkozás megosztása
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
nl:
|
|
3
|
+
link:
|
|
4
|
+
by: by %{author}
|
|
5
|
+
confirm_delete: Link verwijderen?
|
|
6
|
+
errors:
|
|
7
|
+
loading: Fout bij het laden
|
|
8
|
+
only_webs: Alleen webpagina’s worden ondersteund
|
|
9
|
+
form:
|
|
10
|
+
title: Link
|
|
11
|
+
input: Het webadres schrijven
|
|
12
|
+
name: link
|
|
13
|
+
one: een link
|
|
14
|
+
other: links
|
|
15
|
+
title: Links
|
|
16
|
+
linkser:
|
|
17
|
+
title: Linkser
|
data/config/locales/zh.yml
CHANGED
|
@@ -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.
|
|
15
|
+
s.add_runtime_dependency('social_stream-base', '~> 2.2.0')
|
|
16
16
|
s.add_runtime_dependency('linkser', '~> 0.0.12')
|
|
17
17
|
# Development Gem dependencies
|
|
18
18
|
s.add_development_dependency('sqlite3-ruby')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: social_stream-linkser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eduardo Casanova Cuesta
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-08-01 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.
|
|
20
|
+
version: 2.2.0
|
|
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.
|
|
27
|
+
version: 2.2.0
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: linkser
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -149,8 +149,12 @@ files:
|
|
|
149
149
|
- app/views/links/create.js.erb
|
|
150
150
|
- app/views/links/destroy.js.erb
|
|
151
151
|
- app/views/links/show.html.erb
|
|
152
|
+
- config/locales/de.yml
|
|
152
153
|
- config/locales/en.yml
|
|
153
154
|
- config/locales/es.yml
|
|
155
|
+
- config/locales/fr.yml
|
|
156
|
+
- config/locales/hu.yml
|
|
157
|
+
- config/locales/nl.yml
|
|
154
158
|
- config/locales/zh.yml
|
|
155
159
|
- config/routes.rb
|
|
156
160
|
- db/migrate/20120208143739_create_social_stream_linkser.rb
|
|
@@ -197,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
201
|
version: '0'
|
|
198
202
|
requirements: []
|
|
199
203
|
rubyforge_project:
|
|
200
|
-
rubygems_version: 2.0.
|
|
204
|
+
rubygems_version: 2.0.6
|
|
201
205
|
signing_key:
|
|
202
206
|
specification_version: 4
|
|
203
207
|
summary: Social Stream Linkser provides Linkser support in Social Stream.
|