tabledata-rails 0.1.1 → 0.1.2
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/lib/tabledata/rails/version.rb +1 -1
- data/lib/tabledata/rails/view_helpers.rb +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e7930f5b7a4bd833b263775273bfb3cf3e5cf4a
|
|
4
|
+
data.tar.gz: 20fac8937cb6850d5fabf6c00c16bf7c9c0b7e48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c82cdb2b23bf974ce2e8edac7c78b4d759ba5a0fa8deb27bf510a8be59b60e0c8d2f9d5720c99c63af74216b843d29ee77ca4bfdacda4e2303ce744e0a1742c6
|
|
7
|
+
data.tar.gz: 4f91ac1568954162b4e6f4c54f2191fa6144163ac4b35a667497a58aaf75af5cbf0e88b5fdb88fdee8f32ce3188624b78aded66f0eae06770f7796a6be28dc6b
|
|
@@ -81,7 +81,7 @@ module Tabledata
|
|
|
81
81
|
"header".freeze,
|
|
82
82
|
".".freeze,
|
|
83
83
|
column_name
|
|
84
|
-
].compact
|
|
84
|
+
].compact.join
|
|
85
85
|
end
|
|
86
86
|
|
|
87
87
|
def i18n_error_key(column_name, key, i18n_scope)
|
|
@@ -95,7 +95,7 @@ module Tabledata
|
|
|
95
95
|
column_name,
|
|
96
96
|
".".freeze,
|
|
97
97
|
key.to_s
|
|
98
|
-
].compact
|
|
98
|
+
].compact.join
|
|
99
99
|
end
|
|
100
100
|
|
|
101
101
|
def column_has_error?(row, column_definition)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tabledata-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roman Simecek
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tabledata
|
|
@@ -105,9 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
105
|
version: '0'
|
|
106
106
|
requirements: []
|
|
107
107
|
rubyforge_project:
|
|
108
|
-
rubygems_version: 2.
|
|
108
|
+
rubygems_version: 2.5.1
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 4
|
|
111
111
|
summary: Rails view helpers for tabledata gem.
|
|
112
112
|
test_files: []
|
|
113
|
-
has_rdoc:
|