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 +4 -4
- data/lib/cruj_cruj_cruj/version.rb +1 -1
- data/lib/cruj_cruj_cruj_visagio.rb +1 -1
- metadata +35 -35
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6372457007f01b1f3dc24cb9a22fe720637b5afe3a94279e0cbfbd4ad1cb5b9
|
4
|
+
data.tar.gz: 813a16e5151a3dbf333dc36e2e446636a8a9644677a86d01814b06a784dfbddb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 801c572ec17130d83915aaf6f26d7164d469456e40952a6351d86c4d728f70c0913cc2f79e35a1ad969bd89df53007b606e1ef9fefb58538bc6ae59fb2d9b43f
|
7
|
+
data.tar.gz: 390284808f449e21f68633d57e68150b2ab020198cd6cb36eae3e996d73dce8e6b6d2cb887676518717e197ddd91cecf90ff926a7f07ac90d51f445afb8acd87
|
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.
|
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:
|
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:
|
70
|
+
name: caxlsx
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - "
|
73
|
+
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
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: '
|
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/
|
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/
|
211
|
-
- test/dummy/
|
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/
|
216
|
-
- test/dummy/
|
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
|