table_on_steroids 0.1.0.2 → 0.1.0.3

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
  SHA256:
3
- metadata.gz: 3b5f21272af84b4f145d6b412e44ddaf33d68fe5dbf4a92a603b58b371a54fc1
4
- data.tar.gz: b8d36ef2cd4b615d8734d180a382e93bf3f7ca4c771daa00942ffe571df0bb9f
3
+ metadata.gz: 2dda5b77be73610d64202848bfdd46c65dd6af3dde428817a072511836131414
4
+ data.tar.gz: 5c93c31ce6cbf2f3ff4e46d07fb24694937d1f3368694e79b8ddd8c7d8f1b359
5
5
  SHA512:
6
- metadata.gz: 0b03261814c850362e9567ac142ce0ec3c2548dca93757bee801adbc865e429ec50b727720b1501e52f3dd0897abd0642593441a06f32b27274d6e0118d8b75b
7
- data.tar.gz: 0a2f8c22473e6d5d276dcaee68cbe3aeaa41988f9855b450a74aac487d20b7277325bc02f998b4cd70a53b4ff840d2826c02330d024869261c0aaceb767fb70d
6
+ metadata.gz: e2ebb74727eff5e2d1c7a8e1d582988b8749df5e39fc600f32f09c0e3a9aeaf6cb270c1e88f4397d4e0e7d48d776f3384a78a76b23117355eb1ce8a9f30db966
7
+ data.tar.gz: a00466c536f76ca1822a7c0ea179a4347a7a1ae710154c7ac33706b33ecadcd06ef7a0a052b70f7670ff68599086b930e1e1e09843dc6d0b799fce41a3af5299
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- table_on_steroids (0.1.0.2)
4
+ table_on_steroids (0.1.0.3)
5
5
  bootstrap-datepicker-rails (~> 1)
6
6
  bootstrap-multiselect-rails (~> 0.9)
7
7
  kaminari (~> 1.1)
@@ -1,3 +1,3 @@
1
1
  module TableOnSteroids
2
- VERSION = "0.1.0.2"
2
+ VERSION = "0.1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: table_on_steroids
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.2
4
+ version: 0.1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marieke Gueye
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-02-15 00:00:00.000000000 Z
12
+ date: 2019-02-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap-datepicker-rails
@@ -111,7 +111,7 @@ files:
111
111
  - LICENSE.txt
112
112
  - README.md
113
113
  - Rakefile
114
- - app/controllers/concerns/table_concern.rb
114
+ - app/controllers/concerns/table_on_steroids/table_concern.rb
115
115
  - app/views/kaminari/twitter-bootstrap-4/_paginator.html.erb
116
116
  - app/views/table_on_steroids/_table_on_steroids.html.erb
117
117
  - app/views/table_on_steroids/_table_on_steroids_filters.html.erb