pivottable_rails 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d26f727a741aa7dc5b176984f742cc71d36acf20
4
- data.tar.gz: 9dfc78ca521c0cbb8467096a7d0283bc140e7b2b
3
+ metadata.gz: a0e438640317d36c06ed66e33222edc4d4e386a5
4
+ data.tar.gz: 27b557fcbb49c85e83f86b0aee92742592a98294
5
5
  SHA512:
6
- metadata.gz: 04f8d9820ef1c06899a640f39a4db2e21729c119c2a6726d1826904bf4d7e26fd78015a255696ef4e23a5524414157a9ee62a0fbbe191db1f024209d10d79a98
7
- data.tar.gz: cac561d8cb5f1a03b271f970306ef8b973f616af2c46630a056daee434bb6eee0ec310b58462f73e38e77af4b1f52ae13cac6f7493077ce4742b910294eb077a
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 you data.
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
 
@@ -1,3 +1,3 @@
1
1
  module PivottableRails
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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 you data. 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 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 error ao renderizar os resultados da Tabela Dinãmica.",
41
- computeError: "Ocorreu um error ao computar os resultados da Tabela Dinãmica.",
42
- uiRenderError: "Ocorreu um error ao renderizar a interface da Tabela Dinãmica.",
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.0
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-03-18 00:00:00.000000000 Z
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 you data. The
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: