cruj_cruj_cruj_visagio 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3393a7c0467ff51a155067ddcfd2552c484063892e45887ef7657e01d3d8ccd5
4
- data.tar.gz: e9d4368c14f90fbc01e25d2b5d82b9fea48ab0c4c9f81c21246ca7ef363d5ca6
3
+ metadata.gz: a6372457007f01b1f3dc24cb9a22fe720637b5afe3a94279e0cbfbd4ad1cb5b9
4
+ data.tar.gz: 813a16e5151a3dbf333dc36e2e446636a8a9644677a86d01814b06a784dfbddb
5
5
  SHA512:
6
- metadata.gz: 9a3386701325f8a01de15b0104ac68b0060ecd993440c406a97d3e38e5621b295e99a26ca65731f202d66de840aa2ebfc17573a7a6073fdf5fbabc9c9a4b4ecc
7
- data.tar.gz: 0a1b12584ccec58deed1261cbe9e1dea820c9a21f9b38d9d49e88abe45461e96d61bff523361aea62a864d6188d27b6e92d2852af79cea17429d1d86a58f9c04
6
+ metadata.gz: 801c572ec17130d83915aaf6f26d7164d469456e40952a6351d86c4d728f70c0913cc2f79e35a1ad969bd89df53007b606e1ef9fefb58538bc6ae59fb2d9b43f
7
+ data.tar.gz: 390284808f449e21f68633d57e68150b2ab020198cd6cb36eae3e996d73dce8e6b6d2cb887676518717e197ddd91cecf90ff926a7f07ac90d51f445afb8acd87
@@ -1,3 +1,3 @@
1
1
  module CrujCrujCruj
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -5,5 +5,5 @@ module CrujCrujCruj
5
5
  require "ransack"
6
6
  require 'kaminari'
7
7
  require 'roo'
8
- require 'axlsx'
8
+ require 'caxlsx'
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cruj_cruj_cruj_visagio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Visagio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-09 00:00:00.000000000 Z
11
+ date: 2021-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -67,19 +67,19 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: axlsx
70
+ name: caxlsx
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: '2.0'
75
+ version: '0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: '2.0'
82
+ version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: sqlite3
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -182,40 +182,40 @@ signing_key:
182
182
  specification_version: 4
183
183
  summary: Crud Generator for Redmine
184
184
  test_files:
185
- - test/dummy/config.ru
186
- - test/dummy/README.rdoc
187
- - test/dummy/config/environment.rb
188
- - test/dummy/config/routes.rb
189
- - test/dummy/config/database.yml
190
- - test/dummy/config/secrets.yml
191
- - test/dummy/config/application.rb
192
- - test/dummy/config/initializers/mime_types.rb
193
- - test/dummy/config/initializers/backtrace_silencers.rb
194
- - test/dummy/config/initializers/wrap_parameters.rb
195
- - test/dummy/config/initializers/assets.rb
196
- - test/dummy/config/initializers/inflections.rb
197
- - test/dummy/config/initializers/filter_parameter_logging.rb
198
- - test/dummy/config/initializers/session_store.rb
199
- - test/dummy/config/initializers/cookies_serializer.rb
200
- - test/dummy/config/boot.rb
201
- - test/dummy/config/environments/test.rb
202
- - test/dummy/config/environments/production.rb
203
- - test/dummy/config/environments/development.rb
204
- - test/dummy/config/locales/en.yml
205
- - test/dummy/app/views/layouts/application.html.erb
185
+ - test/cruj_cruj_cruj_test.rb
206
186
  - test/dummy/app/assets/javascripts/application.js
207
187
  - test/dummy/app/assets/stylesheets/application.css
208
- - test/dummy/app/helpers/application_helper.rb
209
188
  - test/dummy/app/controllers/application_controller.rb
210
- - test/dummy/Rakefile
211
- - test/dummy/bin/setup
212
- - test/dummy/bin/rails
189
+ - test/dummy/app/helpers/application_helper.rb
190
+ - test/dummy/app/views/layouts/application.html.erb
213
191
  - test/dummy/bin/bundle
192
+ - test/dummy/bin/rails
214
193
  - test/dummy/bin/rake
215
- - test/dummy/public/500.html
216
- - test/dummy/public/favicon.ico
194
+ - test/dummy/bin/setup
195
+ - test/dummy/config/application.rb
196
+ - test/dummy/config/boot.rb
197
+ - test/dummy/config/database.yml
198
+ - test/dummy/config/environment.rb
199
+ - test/dummy/config/environments/development.rb
200
+ - test/dummy/config/environments/production.rb
201
+ - test/dummy/config/environments/test.rb
202
+ - test/dummy/config/initializers/assets.rb
203
+ - test/dummy/config/initializers/backtrace_silencers.rb
204
+ - test/dummy/config/initializers/cookies_serializer.rb
205
+ - test/dummy/config/initializers/filter_parameter_logging.rb
206
+ - test/dummy/config/initializers/inflections.rb
207
+ - test/dummy/config/initializers/mime_types.rb
208
+ - test/dummy/config/initializers/session_store.rb
209
+ - test/dummy/config/initializers/wrap_parameters.rb
210
+ - test/dummy/config/locales/en.yml
211
+ - test/dummy/config/routes.rb
212
+ - test/dummy/config/secrets.yml
213
+ - test/dummy/config.ru
217
214
  - test/dummy/public/404.html
218
215
  - test/dummy/public/422.html
216
+ - test/dummy/public/500.html
217
+ - test/dummy/public/favicon.ico
218
+ - test/dummy/Rakefile
219
+ - test/dummy/README.rdoc
219
220
  - test/integration/navigation_test.rb
220
- - test/cruj_cruj_cruj_test.rb
221
221
  - test/test_helper.rb