pivottable_rails 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/pivottable_rails/version.rb +1 -1
- data/pivottable_rails.gemspec +1 -1
- data/vendor/assets/javascripts/pivottable/locales/pivot.pt.js +3 -5
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0e438640317d36c06ed66e33222edc4d4e386a5
|
4
|
+
data.tar.gz: 27b557fcbb49c85e83f86b0aee92742592a98294
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 303383b9d709af3f4ad3d07f09811c46148a4d365e238ed8abcf89ec93648136e4a98e78cf8d286fdb8873653d0bf85053c5048b3d4f44277b070c5ba0d3c21b
|
7
|
+
data.tar.gz: 6cc2257629a7b4158ce67beeccdfbd64a1dd2333f054fbab251a3976e69bd9ea368966a1537ed8d898c73c560e18a4bd70d6ec341a7f6bbf1bc04fd274f8f82d
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
+
[![Gem Version](https://badge.fury.io/rb/pivottable_rails.svg)](https://badge.fury.io/rb/pivottable_rails)
|
2
|
+
|
1
3
|
# PivottableRails
|
2
4
|
|
3
|
-
[pivottable](https://github.com/nicolaskruchten/pivottable) is a jQuery plugin to build Pivot Table with
|
5
|
+
[pivottable](https://github.com/nicolaskruchten/pivottable) is a jQuery plugin to build Pivot Table with your data.
|
4
6
|
|
5
7
|
The `pivottable-rails` gem integrates the `pivottable` jQuery plugin - version 2.0.2 - with the Rails asset pipeline.
|
6
8
|
|
data/pivottable_rails.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["brusiusdavid@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{The pivottable-rails gem integrates the pivottable jQuery plugin with the Rails asset pipeline.}
|
13
|
-
spec.description = %q{pivottable is a jQuery plugin to build Pivot Table with
|
13
|
+
spec.description = %q{pivottable is a jQuery plugin to build Pivot Table with your data. The `pivottable-rails` gem integrates the `pivottable` jQuery plugin with the Rails asset pipeline.}
|
14
14
|
spec.homepage = "https://github.com/davidbrusius/pivottable_rails"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
@@ -37,9 +37,9 @@
|
|
37
37
|
});
|
38
38
|
$.pivotUtilities.locales.pt = {
|
39
39
|
localeStrings: {
|
40
|
-
renderError: "Ocorreu um
|
41
|
-
computeError: "Ocorreu um
|
42
|
-
uiRenderError: "Ocorreu um
|
40
|
+
renderError: "Ocorreu um erro ao renderizar os resultados da Tabela Dinãmica.",
|
41
|
+
computeError: "Ocorreu um erro ao computar os resultados da Tabela Dinãmica.",
|
42
|
+
uiRenderError: "Ocorreu um erro ao renderizar a interface da Tabela Dinãmica.",
|
43
43
|
selectAll: "Selecionar Tudo",
|
44
44
|
selectNone: "Selecionar Nenhum",
|
45
45
|
tooMany: "(demais para listar)",
|
@@ -55,8 +55,6 @@
|
|
55
55
|
"Soma": tpl.sum(frFmt),
|
56
56
|
"Soma de Inteiros": tpl.sum(frFmtInt),
|
57
57
|
"Média": tpl.average(frFmt),
|
58
|
-
"Mínimo": tpl.min(frFmt),
|
59
|
-
"Máximo": tpl.max(frFmt),
|
60
58
|
"Soma sobre Soma": tpl.sumOverSum(frFmt),
|
61
59
|
"Limite Superior a 80%": tpl.sumOverSumBound80(true, frFmt),
|
62
60
|
"Limite Inferior a 80%": tpl.sumOverSumBound80(false, frFmt),
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pivottable_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Brusius
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
-
description: pivottable is a jQuery plugin to build Pivot Table with
|
41
|
+
description: pivottable is a jQuery plugin to build Pivot Table with your data. The
|
42
42
|
`pivottable-rails` gem integrates the `pivottable` jQuery plugin with the Rails
|
43
43
|
asset pipeline.
|
44
44
|
email:
|