social_stream-base 1.1.5 → 1.1.6
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.
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<%# encoding: utf-8 %>
|
|
2
|
+
<% SimplesIdeias::I18n.assert_usable_configuration! %>
|
|
3
|
+
var I18n = I18n || {};
|
|
4
|
+
I18n.translations = <%=
|
|
5
|
+
SimplesIdeias::I18n.translation_segments.each_with_object({}) do |(name, segment),translations|
|
|
6
|
+
translations.merge!(segment)
|
|
7
|
+
end.to_json
|
|
8
|
+
%>;
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: social_stream-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-04-01 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: deep_merge
|
|
@@ -1245,6 +1245,7 @@ files:
|
|
|
1245
1245
|
- vendor/assets/javascripts/d3.js
|
|
1246
1246
|
- vendor/assets/javascripts/d3.layout.js
|
|
1247
1247
|
- vendor/assets/javascripts/hoverIntent.js
|
|
1248
|
+
- vendor/assets/javascripts/i18n/translations.js.erb
|
|
1248
1249
|
- vendor/assets/javascripts/jqcloud-0.1.3.js
|
|
1249
1250
|
- vendor/assets/javascripts/jquery.ae.image.resize.js
|
|
1250
1251
|
- vendor/assets/javascripts/jquery.ba-url.js
|
|
@@ -1294,17 +1295,22 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1294
1295
|
- - ! '>='
|
|
1295
1296
|
- !ruby/object:Gem::Version
|
|
1296
1297
|
version: '0'
|
|
1298
|
+
segments:
|
|
1299
|
+
- 0
|
|
1300
|
+
hash: -125843299
|
|
1297
1301
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1298
1302
|
none: false
|
|
1299
1303
|
requirements:
|
|
1300
1304
|
- - ! '>='
|
|
1301
1305
|
- !ruby/object:Gem::Version
|
|
1302
1306
|
version: '0'
|
|
1307
|
+
segments:
|
|
1308
|
+
- 0
|
|
1309
|
+
hash: -125843299
|
|
1303
1310
|
requirements: []
|
|
1304
1311
|
rubyforge_project:
|
|
1305
|
-
rubygems_version: 1.8.
|
|
1312
|
+
rubygems_version: 1.8.25
|
|
1306
1313
|
signing_key:
|
|
1307
1314
|
specification_version: 3
|
|
1308
1315
|
summary: Basic features for Social Stream, the core for building social network websites
|
|
1309
1316
|
test_files: []
|
|
1310
|
-
has_rdoc:
|