pwice_grid 5.0.0 → 5.0.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 +4 -4
- data/Gemfile.lock +12 -12
- data/wice_grid.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f27f4bb9cd4058cc5f67d559c0e2eb78c9b59eea7305a86b8d5203d44fc47e55
|
|
4
|
+
data.tar.gz: 8fb078130fc721c250098cc1c0bab47f330678d09527b36f001114760baa9726
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a73eca586d4300e7f54074e16a89f25bbf68bc08d8b47ed05d00bd13e707a67f266f10718de7cafa76541fd58e8f43debfca6b11bb8d75d7d7035487d34a2820
|
|
7
|
+
data.tar.gz: 56f1f0add4a9a252e8ad39fe793b426568c42e230c3dc3abc2d74cd7b144adf692b5ebfa92761621417f99c7b40b56432d4837da2cc282f96c4fbcabef1e58dd
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
|
|
4
|
+
pwice_grid (5.0.0)
|
|
5
5
|
coffee-rails (> 3.2)
|
|
6
6
|
kaminari (~> 1.1)
|
|
7
7
|
rails (>= 5.0, < 7)
|
|
@@ -113,18 +113,18 @@ GEM
|
|
|
113
113
|
jquery-ui-themes (0.0.12)
|
|
114
114
|
httparty
|
|
115
115
|
json (1.8.6)
|
|
116
|
-
kaminari (1.
|
|
116
|
+
kaminari (1.2.1)
|
|
117
117
|
activesupport (>= 4.1.0)
|
|
118
|
-
kaminari-actionview (= 1.
|
|
119
|
-
kaminari-activerecord (= 1.
|
|
120
|
-
kaminari-core (= 1.
|
|
121
|
-
kaminari-actionview (1.
|
|
118
|
+
kaminari-actionview (= 1.2.1)
|
|
119
|
+
kaminari-activerecord (= 1.2.1)
|
|
120
|
+
kaminari-core (= 1.2.1)
|
|
121
|
+
kaminari-actionview (1.2.1)
|
|
122
122
|
actionview
|
|
123
|
-
kaminari-core (= 1.
|
|
124
|
-
kaminari-activerecord (1.
|
|
123
|
+
kaminari-core (= 1.2.1)
|
|
124
|
+
kaminari-activerecord (1.2.1)
|
|
125
125
|
activerecord
|
|
126
|
-
kaminari-core (= 1.
|
|
127
|
-
kaminari-core (1.
|
|
126
|
+
kaminari-core (= 1.2.1)
|
|
127
|
+
kaminari-core (1.2.1)
|
|
128
128
|
launchy (2.4.3)
|
|
129
129
|
addressable (~> 2.3)
|
|
130
130
|
libv8 (3.16.14.19)
|
|
@@ -139,7 +139,7 @@ GEM
|
|
|
139
139
|
minitest (5.11.1)
|
|
140
140
|
multi_json (1.13.1)
|
|
141
141
|
multi_xml (0.6.0)
|
|
142
|
-
nio4r (2.5.
|
|
142
|
+
nio4r (2.5.7)
|
|
143
143
|
nokogiri (1.10.1)
|
|
144
144
|
mini_portile2 (~> 2.4.0)
|
|
145
145
|
poltergeist (1.18.1)
|
|
@@ -280,6 +280,7 @@ DEPENDENCIES
|
|
|
280
280
|
jquery-ui-rails (~> 5.0.5)
|
|
281
281
|
jquery-ui-themes (~> 0.0.11)
|
|
282
282
|
poltergeist (~> 1.18.0)
|
|
283
|
+
pwice_grid!
|
|
283
284
|
rake (~> 10.1)
|
|
284
285
|
rdoc (~> 4.2.0)
|
|
285
286
|
rspec (~> 3.6.0)
|
|
@@ -291,7 +292,6 @@ DEPENDENCIES
|
|
|
291
292
|
sqlite3 (~> 1.3)
|
|
292
293
|
therubyracer
|
|
293
294
|
turbolinks (~> 5.1.1)
|
|
294
|
-
wice_grid!
|
|
295
295
|
yard (~> 0.8)
|
|
296
296
|
|
|
297
297
|
BUNDLED WITH
|
data/wice_grid.gemspec
CHANGED