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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +12 -12
  3. data/wice_grid.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ab80999fb5d6abbbc0a754141fb4a4158ae5670998f18281a07622172cdff46
4
- data.tar.gz: 0ef9ab17a35a5aea0de1250bd1ea34c831e10f83daffd566cfbdc158acab3a4b
3
+ metadata.gz: f27f4bb9cd4058cc5f67d559c0e2eb78c9b59eea7305a86b8d5203d44fc47e55
4
+ data.tar.gz: 8fb078130fc721c250098cc1c0bab47f330678d09527b36f001114760baa9726
5
5
  SHA512:
6
- metadata.gz: 4ee7b8b8f690717273e5c35c0a4e3a46af0b921438b6d494cc94b116d98b65d9058487393a579ed987dd761e510c9b9b7259a189e51eb878ff5a57a8c0d96d91
7
- data.tar.gz: c4ad54405cd0e3e8190db50c6f46edc9281c189f9408e821d1cdbaa65cc3f90be8a80d91d781d90dc23238642699ecebe63963b7fabdc975c2edab6c0fbe30b3
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
- wice_grid (4.1.0)
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.1.1)
116
+ kaminari (1.2.1)
117
117
  activesupport (>= 4.1.0)
118
- kaminari-actionview (= 1.1.1)
119
- kaminari-activerecord (= 1.1.1)
120
- kaminari-core (= 1.1.1)
121
- kaminari-actionview (1.1.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.1.1)
124
- kaminari-activerecord (1.1.1)
123
+ kaminari-core (= 1.2.1)
124
+ kaminari-activerecord (1.2.1)
125
125
  activerecord
126
- kaminari-core (= 1.1.1)
127
- kaminari-core (1.1.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.2)
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'pwice_grid'
3
- s.version = '5.0.0'
3
+ s.version = '5.0.1'
4
4
  s.authors = ['Yuri Leikind and contributors']
5
5
  s.email = ['ryantm@pololu.com']
6
6
  s.homepage = 'https://github.com/pololu/pwice_grid'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwice_grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuri Leikind and contributors