tablets 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tablets/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64001bd206ba984bcf4bb70d0aa71df2815d1fc0
|
4
|
+
data.tar.gz: 6ba86108ed4232a4f05933fa0b2dcf26d812cefa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 548c97ea070d23347596112de1cb27bacf06ced11ea08d1bdc3582171097b3bd40ba3913b9fd8fcbf39416d47e88df9801e260b8312222a26cb83e288a39067c
|
7
|
+
data.tar.gz: e9d4833392059d4e5524f1d240ca4c7c30cbfe04c8a1d65ab394b523b0b7c9b0030bbb4b0e62d0369b52c67ee0320776a8e2ab1984eb59b0aada61f2e2bf9620
|
data/lib/tablets/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tablets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ramunas Cvirka
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-
|
12
|
+
date: 2018-11-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -165,22 +165,22 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
165
165
|
version: '0'
|
166
166
|
requirements: []
|
167
167
|
rubyforge_project:
|
168
|
-
rubygems_version: 2.5.2
|
168
|
+
rubygems_version: 2.5.2.3
|
169
169
|
signing_key:
|
170
170
|
specification_version: 4
|
171
171
|
summary: Wrapper around jquery-datatables.
|
172
172
|
test_files:
|
173
|
+
- spec/spec_helper.rb
|
174
|
+
- spec/lib/tablets/utils/config_spec.rb
|
175
|
+
- spec/lib/tablets/utils/search_condition_builder_spec.rb
|
176
|
+
- spec/lib/tablets/tablets_base_spec.rb
|
177
|
+
- spec/lib/tablets/view_helpers_spec.rb
|
178
|
+
- spec/lib/tablets/renderer_spec.rb
|
173
179
|
- spec/lib/tablets/data/processing/paginate_spec.rb
|
174
|
-
- spec/lib/tablets/data/processing/base_spec.rb
|
175
|
-
- spec/lib/tablets/data/processing/filter_spec.rb
|
176
180
|
- spec/lib/tablets/data/processing/order_spec.rb
|
181
|
+
- spec/lib/tablets/data/processing/filter_spec.rb
|
182
|
+
- spec/lib/tablets/data/processing/base_spec.rb
|
177
183
|
- spec/lib/tablets/data/query_spec.rb
|
178
|
-
- spec/lib/tablets/
|
184
|
+
- spec/lib/tablets/global/loader_spec.rb
|
179
185
|
- spec/lib/tablets/global/configurator_spec.rb
|
180
186
|
- spec/lib/tablets/global/store_spec.rb
|
181
|
-
- spec/lib/tablets/global/loader_spec.rb
|
182
|
-
- spec/lib/tablets/tablets_base_spec.rb
|
183
|
-
- spec/lib/tablets/renderer_spec.rb
|
184
|
-
- spec/lib/tablets/utils/search_condition_builder_spec.rb
|
185
|
-
- spec/lib/tablets/utils/config_spec.rb
|
186
|
-
- spec/spec_helper.rb
|