bidi2pdf-rails 0.0.1.alpha.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 +7 -0
- data/.idea/.gitignore +8 -0
- data/.idea/bidi2pdf-rails.iml +449 -0
- data/.idea/inspectionProfiles/profiles_settings.xml +5 -0
- data/.idea/misc.xml +4 -0
- data/.idea/modules.xml +8 -0
- data/.idea/vcs.xml +6 -0
- data/.rspec +3 -0
- data/.rubocop.yml +93 -0
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/MIT-LICENSE +20 -0
- data/README.md +102 -0
- data/Rakefile +11 -0
- data/lib/bidi2pdf-rails.rb +4 -0
- data/lib/bidi2pdf_rails/browser_console_log_subscriber.rb +24 -0
- data/lib/bidi2pdf_rails/chromedriver_manager_singleton.rb +69 -0
- data/lib/bidi2pdf_rails/main_log_subscriber.rb +33 -0
- data/lib/bidi2pdf_rails/network_log_subscriber.rb +20 -0
- data/lib/bidi2pdf_rails/railtie.rb +44 -0
- data/lib/bidi2pdf_rails/services/html_renderer.rb +33 -0
- data/lib/bidi2pdf_rails/services/html_to_pdf_converter.rb +28 -0
- data/lib/bidi2pdf_rails/services/pdf_browser_session.rb +39 -0
- data/lib/bidi2pdf_rails/services/pdf_renderer.rb +81 -0
- data/lib/bidi2pdf_rails/services/url_to_pdf_converter.rb +82 -0
- data/lib/bidi2pdf_rails/version.rb +3 -0
- data/lib/bidi2pdf_rails.rb +141 -0
- data/lib/generators/bidi2pdf_rails/USAGE +8 -0
- data/lib/generators/bidi2pdf_rails/initializer_generator.rb +74 -0
- data/lib/generators/bidi2pdf_rails/templates/bidi2pdf_rails.rb.tt +121 -0
- data/spec/bidi2pdf_rails/bidi2pdf_rails_spec.rb +9 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/images/img.jpg +0 -0
- data/spec/dummy/app/assets/javascripts/paged.polyfill-4.3.js +33251 -0
- data/spec/dummy/app/assets/stylesheets/application.css +1 -0
- data/spec/dummy/app/assets/stylesheets/pdf.css +121 -0
- data/spec/dummy/app/assets/stylesheets/reset.css +449 -0
- data/spec/dummy/app/assets/stylesheets/screen.css +281 -0
- data/spec/dummy/app/controllers/application_controller.rb +4 -0
- data/spec/dummy/app/controllers/reports_controller.rb +12 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/helpers/reports_helper.rb +2 -0
- data/spec/dummy/app/views/layouts/application.html.erb +67 -0
- data/spec/dummy/app/views/layouts/pdf.html.erb +67 -0
- data/spec/dummy/app/views/pwa/manifest.json.erb +22 -0
- data/spec/dummy/app/views/pwa/service-worker.js +26 -0
- data/spec/dummy/app/views/reports/show.html.erb +153 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/bin/setup +29 -0
- data/spec/dummy/config/application.rb +40 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +57 -0
- data/spec/dummy/config/environments/production.rb +73 -0
- data/spec/dummy/config/environments/test.rb +51 -0
- data/spec/dummy/config/initializers/bidi2pdf_rails.rb +68 -0
- data/spec/dummy/config/initializers/content_security_policy.rb +25 -0
- data/spec/dummy/config/initializers/cors.rb +9 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +8 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/permissions_policy.rb +13 -0
- data/spec/dummy/config/locales/en.yml +31 -0
- data/spec/dummy/config/puma.rb +34 -0
- data/spec/dummy/config/routes.rb +18 -0
- data/spec/dummy/config.ru +6 -0
- data/spec/dummy/log/development.log +12781 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/406-unsupported-browser.html +66 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- data/spec/dummy/public/icon.png +0 -0
- data/spec/dummy/public/icon.svg +3 -0
- data/spec/dummy/spec/helpers/reports_helper_spec.rb +15 -0
- data/spec/dummy/spec/requests/reports_spec.rb +10 -0
- data/spec/dummy/spec/views/reports/show.html.erb_spec.rb +5 -0
- data/spec/dummy/storage/test.sqlite3 +0 -0
- data/spec/dummy/tmp/README.md +69 -0
- data/spec/dummy/tmp/local_secret.txt +1 -0
- data/spec/dummy/tmp/pids/server.pid +1 -0
- data/spec/dummy/tmp/restart.txt +0 -0
- data/spec/generator/bidie2pdf_rails_initializer_generator_spec.rb +5 -0
- data/spec/generator/initializer_generator_spec.rb +5 -0
- data/spec/rails_helper.rb +60 -0
- data/spec/requests/reports_spec.rb +17 -0
- data/spec/spec_helper.rb +94 -0
- data/tasks/bidi2pdf_rails_tasks.rake +4 -0
- metadata +310 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 197e7a27c88055b3b6420e05287b6aca37aad6067c048435f282ccad7f3ad29a
|
4
|
+
data.tar.gz: 8cee08d82ac49412e260b5dc8f4f2a90a1dffd6cab69c1b84506d25fb36647c8
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: cb9aa352e8a713b4a24748676a9d80e1828e00a1584f2ff89da6f0fe41b98371639f15810adb5b8b294c2043a2997e84d5fc7278961b2e1a4f8d38195a412f4d
|
7
|
+
data.tar.gz: 79c179181e2f9ff4de09585c5010b987e3fc37605ca93273575f3394ab1e9d3ae3bdd210e45c9a80353a041f120c941576acc9837b65e7445f6ab4321a54389e
|
data/.idea/.gitignore
ADDED
@@ -0,0 +1,449 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="FacetManager">
|
4
|
+
<facet type="RailsFacetType" name="Ruby on Rails">
|
5
|
+
<configuration>
|
6
|
+
<RAILS_FACET_CONFIG_ID NAME="RAILS_FACET_SUPPORT_REMOVED" VALUE="false" />
|
7
|
+
<RAILS_FACET_CONFIG_ID NAME="RAILS_TESTS_SOURCES_PATCHED" VALUE="true" />
|
8
|
+
<RAILS_FACET_CONFIG_ID NAME="RAILS_FACET_APPLICATION_ROOT" VALUE="$MODULE_DIR$" />
|
9
|
+
</configuration>
|
10
|
+
</facet>
|
11
|
+
</component>
|
12
|
+
<component name="ModuleRunConfigurationManager">
|
13
|
+
<shared />
|
14
|
+
</component>
|
15
|
+
<component name="NewModuleRootManager">
|
16
|
+
<content url="file://$MODULE_DIR$">
|
17
|
+
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
|
18
|
+
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
|
19
|
+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
20
|
+
<excludeFolder url="file://$MODULE_DIR$/.bundle" />
|
21
|
+
<excludeFolder url="file://$MODULE_DIR$/components" />
|
22
|
+
<excludeFolder url="file://$MODULE_DIR$/log" />
|
23
|
+
<excludeFolder url="file://$MODULE_DIR$/public/packs" />
|
24
|
+
<excludeFolder url="file://$MODULE_DIR$/public/system" />
|
25
|
+
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
26
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor/bundle" />
|
27
|
+
<excludeFolder url="file://$MODULE_DIR$/vendor/cache" />
|
28
|
+
</content>
|
29
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-3.3.4 [bidi2pdf-rails]" jdkType="RUBY_SDK" />
|
30
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
31
|
+
<orderEntry type="module-library">
|
32
|
+
<library name="bidi2pdf (v0.1.6) [path][gem]" type="rubylib">
|
33
|
+
<properties>
|
34
|
+
<option name="additionalInfo">
|
35
|
+
<AdditionalInfo>
|
36
|
+
<option name="authors" value="N/A" />
|
37
|
+
<option name="email" value="N/A" />
|
38
|
+
<option name="homepage" value="N/A" />
|
39
|
+
<option name="summary" value="N/A" />
|
40
|
+
</AdditionalInfo>
|
41
|
+
</option>
|
42
|
+
<option name="fromPath" value="true" />
|
43
|
+
<option name="git" value="true" />
|
44
|
+
<option name="name" value="bidi2pdf" />
|
45
|
+
<option name="requirePaths">
|
46
|
+
<list>
|
47
|
+
<option value="lib" />
|
48
|
+
</list>
|
49
|
+
</option>
|
50
|
+
<option name="url" value="file://$MODULE_DIR$/../bidi2pdf" />
|
51
|
+
<option name="version" value="0.1.6" />
|
52
|
+
</properties>
|
53
|
+
<CLASSES>
|
54
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/bin" />
|
55
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/exe" />
|
56
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/lib" />
|
57
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/pkg" />
|
58
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/sig" />
|
59
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/tmp" />
|
60
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.git" />
|
61
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/spec" />
|
62
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.idea" />
|
63
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/tasks" />
|
64
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/docker" />
|
65
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/output" />
|
66
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.bundle" />
|
67
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.github" />
|
68
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/coverage" />
|
69
|
+
</CLASSES>
|
70
|
+
<JAVADOC />
|
71
|
+
<SOURCES>
|
72
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/bin" />
|
73
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/exe" />
|
74
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/lib" />
|
75
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/pkg" />
|
76
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/sig" />
|
77
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/tmp" />
|
78
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.git" />
|
79
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/spec" />
|
80
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.idea" />
|
81
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/tasks" />
|
82
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/docker" />
|
83
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/output" />
|
84
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.bundle" />
|
85
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.github" />
|
86
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/coverage" />
|
87
|
+
</SOURCES>
|
88
|
+
<excluded>
|
89
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/bin" />
|
90
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/exe" />
|
91
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/pkg" />
|
92
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/tmp" />
|
93
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.git" />
|
94
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/spec" />
|
95
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.idea" />
|
96
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/tasks" />
|
97
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/docker" />
|
98
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/output" />
|
99
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.bundle" />
|
100
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/.github" />
|
101
|
+
<root url="file://$MODULE_DIR$/../bidi2pdf/coverage" />
|
102
|
+
</excluded>
|
103
|
+
</library>
|
104
|
+
</orderEntry>
|
105
|
+
<orderEntry type="library" scope="PROVIDED" name="actioncable (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
106
|
+
<orderEntry type="library" scope="PROVIDED" name="actionmailbox (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
107
|
+
<orderEntry type="library" scope="PROVIDED" name="actionmailer (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
108
|
+
<orderEntry type="library" scope="PROVIDED" name="actionpack (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
109
|
+
<orderEntry type="library" scope="PROVIDED" name="actiontext (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
110
|
+
<orderEntry type="library" scope="PROVIDED" name="actionview (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
111
|
+
<orderEntry type="library" scope="PROVIDED" name="activejob (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
112
|
+
<orderEntry type="library" scope="PROVIDED" name="activemodel (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
113
|
+
<orderEntry type="library" scope="PROVIDED" name="activerecord (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
114
|
+
<orderEntry type="library" scope="PROVIDED" name="activestorage (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
115
|
+
<orderEntry type="library" scope="PROVIDED" name="activesupport (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
116
|
+
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.3, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
117
|
+
<orderEntry type="library" scope="PROVIDED" name="benchmark (v0.4.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
118
|
+
<orderEntry type="library" scope="PROVIDED" name="bigdecimal (v3.1.9, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
119
|
+
<orderEntry type="library" scope="PROVIDED" name="builder (v3.3.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
120
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.5.11, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
121
|
+
<orderEntry type="library" scope="PROVIDED" name="chromedriver-binary (v0.1.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
122
|
+
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.3.5, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
123
|
+
<orderEntry type="library" scope="PROVIDED" name="connection_pool (v2.5.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
124
|
+
<orderEntry type="library" scope="PROVIDED" name="crass (v1.0.6, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
125
|
+
<orderEntry type="library" scope="PROVIDED" name="date (v3.4.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
126
|
+
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.6.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
127
|
+
<orderEntry type="library" scope="PROVIDED" name="docile (v1.4.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
128
|
+
<orderEntry type="library" scope="PROVIDED" name="drb (v2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
129
|
+
<orderEntry type="library" scope="PROVIDED" name="erubi (v1.13.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
130
|
+
<orderEntry type="library" scope="PROVIDED" name="event_emitter (v0.2.6, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
131
|
+
<orderEntry type="library" scope="PROVIDED" name="ffi (v1.17.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
132
|
+
<orderEntry type="library" scope="PROVIDED" name="globalid (v1.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
133
|
+
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.14.7, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
134
|
+
<orderEntry type="library" scope="PROVIDED" name="io-console (v0.8.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
135
|
+
<orderEntry type="library" scope="PROVIDED" name="irb (v1.15.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
136
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v2.10.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
137
|
+
<orderEntry type="library" scope="PROVIDED" name="language_server-protocol (v3.17.0.4, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
138
|
+
<orderEntry type="library" scope="PROVIDED" name="lint_roller (v1.1.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
139
|
+
<orderEntry type="library" scope="PROVIDED" name="logger (v1.7.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
140
|
+
<orderEntry type="library" scope="PROVIDED" name="loofah (v2.24.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
141
|
+
<orderEntry type="library" scope="PROVIDED" name="mail (v2.8.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
142
|
+
<orderEntry type="library" scope="PROVIDED" name="marcel (v1.0.4, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
143
|
+
<orderEntry type="library" scope="PROVIDED" name="mini_mime (v1.1.5, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
144
|
+
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.25.5, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
145
|
+
<orderEntry type="library" scope="PROVIDED" name="mutex_m (v0.3.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
146
|
+
<orderEntry type="library" scope="PROVIDED" name="net-imap (v0.5.6, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
147
|
+
<orderEntry type="library" scope="PROVIDED" name="net-pop (v0.1.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
148
|
+
<orderEntry type="library" scope="PROVIDED" name="net-smtp (v0.5.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
149
|
+
<orderEntry type="library" scope="PROVIDED" name="nio4r (v2.7.4, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
150
|
+
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.18.7, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
151
|
+
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.26.3, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
152
|
+
<orderEntry type="library" scope="PROVIDED" name="parser (v3.3.8.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
153
|
+
<orderEntry type="library" scope="PROVIDED" name="pp (v0.6.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
154
|
+
<orderEntry type="library" scope="PROVIDED" name="prism (v1.4.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
155
|
+
<orderEntry type="library" scope="PROVIDED" name="propshaft (v1.1.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
156
|
+
<orderEntry type="library" scope="PROVIDED" name="psych (v5.2.3, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
157
|
+
<orderEntry type="library" scope="PROVIDED" name="puma (v6.6.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
158
|
+
<orderEntry type="library" scope="PROVIDED" name="racc (v1.8.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
159
|
+
<orderEntry type="library" scope="PROVIDED" name="rack (v3.1.13, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
160
|
+
<orderEntry type="library" scope="PROVIDED" name="rack-cors (v2.0.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
161
|
+
<orderEntry type="library" scope="PROVIDED" name="rack-session (v2.1.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
162
|
+
<orderEntry type="library" scope="PROVIDED" name="rack-test (v2.2.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
163
|
+
<orderEntry type="library" scope="PROVIDED" name="rackup (v2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
164
|
+
<orderEntry type="library" scope="PROVIDED" name="rails (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
165
|
+
<orderEntry type="library" scope="PROVIDED" name="rails-dom-testing (v2.2.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
166
|
+
<orderEntry type="library" scope="PROVIDED" name="rails-html-sanitizer (v1.6.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
167
|
+
<orderEntry type="library" scope="PROVIDED" name="railties (v7.2.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
168
|
+
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
169
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v13.2.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
170
|
+
<orderEntry type="library" scope="PROVIDED" name="rdoc (v6.13.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
171
|
+
<orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.10.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
172
|
+
<orderEntry type="library" scope="PROVIDED" name="reline (v0.6.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
173
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.13.3, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
174
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.13.3, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
175
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.13.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
176
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-rails (v7.1.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
177
|
+
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.13.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
178
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop (v1.75.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
179
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.44.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
180
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-performance (v1.25.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
181
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-rails (v2.31.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
182
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-rails-omakase (v1.1.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
183
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-rake (v0.7.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
184
|
+
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v3.5.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
185
|
+
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.13.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
186
|
+
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v2.4.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
187
|
+
<orderEntry type="library" scope="PROVIDED" name="securerandom (v0.4.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
188
|
+
<orderEntry type="library" scope="PROVIDED" name="simplecov (v0.22.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
189
|
+
<orderEntry type="library" scope="PROVIDED" name="simplecov-html (v0.13.1, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
190
|
+
<orderEntry type="library" scope="PROVIDED" name="simplecov_json_formatter (v0.1.4, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
191
|
+
<orderEntry type="library" scope="PROVIDED" name="stringio (v3.1.6, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
192
|
+
<orderEntry type="library" scope="PROVIDED" name="sys-proctable (v1.3.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
193
|
+
<orderEntry type="library" scope="PROVIDED" name="thor (v1.3.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
194
|
+
<orderEntry type="library" scope="PROVIDED" name="timeout (v0.4.3, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
195
|
+
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v2.0.6, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
196
|
+
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v3.1.4, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
197
|
+
<orderEntry type="library" scope="PROVIDED" name="unicode-emoji (v4.0.4, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
198
|
+
<orderEntry type="library" scope="PROVIDED" name="useragent (v0.16.11, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
199
|
+
<orderEntry type="library" scope="PROVIDED" name="websocket (v1.2.11, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
200
|
+
<orderEntry type="library" scope="PROVIDED" name="websocket-client-simple (v0.9.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
201
|
+
<orderEntry type="library" scope="PROVIDED" name="websocket-driver (v0.7.7, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
202
|
+
<orderEntry type="library" scope="PROVIDED" name="websocket-extensions (v0.1.5, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
203
|
+
<orderEntry type="library" scope="PROVIDED" name="websocket-native (v1.0.0, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
204
|
+
<orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.7.2, RVM: ruby-3.3.4 [bidi2pdf-rails]) [gem]" level="application" />
|
205
|
+
</component>
|
206
|
+
<component name="RailsGeneratorsCache">
|
207
|
+
<option name="generators">
|
208
|
+
<list>
|
209
|
+
<option value="active_record:application_record" />
|
210
|
+
<option value="active_record:migration" />
|
211
|
+
<option value="active_record:model" />
|
212
|
+
<option value="active_record:multi_db" />
|
213
|
+
<option value="application_record" />
|
214
|
+
<option value="benchmark" />
|
215
|
+
<option value="bidi2pdf_rails:initializer" />
|
216
|
+
<option value="channel" />
|
217
|
+
<option value="controller" />
|
218
|
+
<option value="generator" />
|
219
|
+
<option value="helper" />
|
220
|
+
<option value="integration_test" />
|
221
|
+
<option value="job" />
|
222
|
+
<option value="mailbox" />
|
223
|
+
<option value="mailer" />
|
224
|
+
<option value="migration" />
|
225
|
+
<option value="model" />
|
226
|
+
<option value="resource" />
|
227
|
+
<option value="rspec:channel" />
|
228
|
+
<option value="rspec:controller" />
|
229
|
+
<option value="rspec:feature" />
|
230
|
+
<option value="rspec:generator" />
|
231
|
+
<option value="rspec:helper" />
|
232
|
+
<option value="rspec:install" />
|
233
|
+
<option value="rspec:job" />
|
234
|
+
<option value="rspec:mailbox" />
|
235
|
+
<option value="rspec:mailer" />
|
236
|
+
<option value="rspec:model" />
|
237
|
+
<option value="rspec:request" />
|
238
|
+
<option value="rspec:scaffold" />
|
239
|
+
<option value="rspec:system" />
|
240
|
+
<option value="rspec:view" />
|
241
|
+
<option value="scaffold" />
|
242
|
+
<option value="scaffold_controller" />
|
243
|
+
<option value="system_test" />
|
244
|
+
<option value="task" />
|
245
|
+
<option value="test_unit:channel" />
|
246
|
+
<option value="test_unit:controller" />
|
247
|
+
<option value="test_unit:generator" />
|
248
|
+
<option value="test_unit:helper" />
|
249
|
+
<option value="test_unit:install" />
|
250
|
+
<option value="test_unit:integration" />
|
251
|
+
<option value="test_unit:job" />
|
252
|
+
<option value="test_unit:mailbox" />
|
253
|
+
<option value="test_unit:mailer" />
|
254
|
+
<option value="test_unit:model" />
|
255
|
+
<option value="test_unit:plugin" />
|
256
|
+
<option value="test_unit:scaffold" />
|
257
|
+
<option value="test_unit:system" />
|
258
|
+
</list>
|
259
|
+
</option>
|
260
|
+
<option name="myGenerators">
|
261
|
+
<list>
|
262
|
+
<option value="active_record:application_record" />
|
263
|
+
<option value="active_record:migration" />
|
264
|
+
<option value="active_record:model" />
|
265
|
+
<option value="active_record:multi_db" />
|
266
|
+
<option value="application_record" />
|
267
|
+
<option value="benchmark" />
|
268
|
+
<option value="bidi2pdf_rails:initializer" />
|
269
|
+
<option value="channel" />
|
270
|
+
<option value="controller" />
|
271
|
+
<option value="generator" />
|
272
|
+
<option value="helper" />
|
273
|
+
<option value="integration_test" />
|
274
|
+
<option value="job" />
|
275
|
+
<option value="mailbox" />
|
276
|
+
<option value="mailer" />
|
277
|
+
<option value="migration" />
|
278
|
+
<option value="model" />
|
279
|
+
<option value="resource" />
|
280
|
+
<option value="rspec:channel" />
|
281
|
+
<option value="rspec:controller" />
|
282
|
+
<option value="rspec:feature" />
|
283
|
+
<option value="rspec:generator" />
|
284
|
+
<option value="rspec:helper" />
|
285
|
+
<option value="rspec:install" />
|
286
|
+
<option value="rspec:job" />
|
287
|
+
<option value="rspec:mailbox" />
|
288
|
+
<option value="rspec:mailer" />
|
289
|
+
<option value="rspec:model" />
|
290
|
+
<option value="rspec:request" />
|
291
|
+
<option value="rspec:scaffold" />
|
292
|
+
<option value="rspec:system" />
|
293
|
+
<option value="rspec:view" />
|
294
|
+
<option value="scaffold" />
|
295
|
+
<option value="scaffold_controller" />
|
296
|
+
<option value="system_test" />
|
297
|
+
<option value="task" />
|
298
|
+
<option value="test_unit:channel" />
|
299
|
+
<option value="test_unit:controller" />
|
300
|
+
<option value="test_unit:generator" />
|
301
|
+
<option value="test_unit:helper" />
|
302
|
+
<option value="test_unit:install" />
|
303
|
+
<option value="test_unit:integration" />
|
304
|
+
<option value="test_unit:job" />
|
305
|
+
<option value="test_unit:mailbox" />
|
306
|
+
<option value="test_unit:mailer" />
|
307
|
+
<option value="test_unit:model" />
|
308
|
+
<option value="test_unit:plugin" />
|
309
|
+
<option value="test_unit:scaffold" />
|
310
|
+
<option value="test_unit:system" />
|
311
|
+
</list>
|
312
|
+
</option>
|
313
|
+
</component>
|
314
|
+
<component name="RailsPaths" isManagedAutomatically="true">
|
315
|
+
<entry key="app">
|
316
|
+
<value>file://$MODULE_DIR$/app</value>
|
317
|
+
</entry>
|
318
|
+
<entry key="app/assets">
|
319
|
+
<value>file://$MODULE_DIR$/app/assets</value>
|
320
|
+
</entry>
|
321
|
+
<entry key="app/channels">
|
322
|
+
<value>file://$MODULE_DIR$/app/channels</value>
|
323
|
+
</entry>
|
324
|
+
<entry key="app/controllers">
|
325
|
+
<value>file://$MODULE_DIR$/app/controllers</value>
|
326
|
+
</entry>
|
327
|
+
<entry key="app/helpers">
|
328
|
+
<value>file://$MODULE_DIR$/app/helpers</value>
|
329
|
+
</entry>
|
330
|
+
<entry key="app/mailers">
|
331
|
+
<value>file://$MODULE_DIR$/app/mailers</value>
|
332
|
+
</entry>
|
333
|
+
<entry key="app/models">
|
334
|
+
<value>file://$MODULE_DIR$/app/models</value>
|
335
|
+
</entry>
|
336
|
+
<entry key="app/views">
|
337
|
+
<value>file://$MODULE_DIR$/app/views</value>
|
338
|
+
</entry>
|
339
|
+
<entry key="config">
|
340
|
+
<value>file://$MODULE_DIR$/config</value>
|
341
|
+
</entry>
|
342
|
+
<entry key="config/database">
|
343
|
+
<value>file://$MODULE_DIR$/config/database.yml</value>
|
344
|
+
</entry>
|
345
|
+
<entry key="config/environment">
|
346
|
+
<value>file://$MODULE_DIR$/config/environment.rb</value>
|
347
|
+
</entry>
|
348
|
+
<entry key="config/environments">
|
349
|
+
<value>file://$MODULE_DIR$/config/environments</value>
|
350
|
+
</entry>
|
351
|
+
<entry key="config/initializers">
|
352
|
+
<value>file://$MODULE_DIR$/config/initializers</value>
|
353
|
+
</entry>
|
354
|
+
<entry key="config/locales">
|
355
|
+
<value>file://$MODULE_DIR$/config/locales</value>
|
356
|
+
</entry>
|
357
|
+
<entry key="config/routes">
|
358
|
+
<value>file://$MODULE_DIR$/config/routes</value>
|
359
|
+
</entry>
|
360
|
+
<entry key="config/routes.rb">
|
361
|
+
<value>file://$MODULE_DIR$/config/routes.rb</value>
|
362
|
+
</entry>
|
363
|
+
<entry key="db">
|
364
|
+
<value>file://$MODULE_DIR$/db</value>
|
365
|
+
</entry>
|
366
|
+
<entry key="db/migrate">
|
367
|
+
<value>file://$MODULE_DIR$/db/migrate</value>
|
368
|
+
</entry>
|
369
|
+
<entry key="db/seeds.rb">
|
370
|
+
<value>file://$MODULE_DIR$/db/seeds.rb</value>
|
371
|
+
</entry>
|
372
|
+
<entry key="lib">
|
373
|
+
<value>file://$MODULE_DIR$/lib</value>
|
374
|
+
</entry>
|
375
|
+
<entry key="lib/assets">
|
376
|
+
<value>file://$MODULE_DIR$/lib/assets</value>
|
377
|
+
</entry>
|
378
|
+
<entry key="lib/tasks">
|
379
|
+
<value>file://$MODULE_DIR$/lib/tasks</value>
|
380
|
+
</entry>
|
381
|
+
<entry key="lib/templates">
|
382
|
+
<value>file://$MODULE_DIR$/lib/templates</value>
|
383
|
+
</entry>
|
384
|
+
<entry key="log">
|
385
|
+
<value>file://$MODULE_DIR$/log/development.log</value>
|
386
|
+
</entry>
|
387
|
+
<entry key="public">
|
388
|
+
<value>file://$MODULE_DIR$/public</value>
|
389
|
+
</entry>
|
390
|
+
<entry key="public/javascripts">
|
391
|
+
<value>file://$MODULE_DIR$/public/javascripts</value>
|
392
|
+
</entry>
|
393
|
+
<entry key="public/stylesheets">
|
394
|
+
<value>file://$MODULE_DIR$/public/stylesheets</value>
|
395
|
+
</entry>
|
396
|
+
<entry key="test/mailers/previews">
|
397
|
+
<value>file://$MODULE_DIR$/test/mailers/previews</value>
|
398
|
+
</entry>
|
399
|
+
<entry key="tmp">
|
400
|
+
<value>file://$MODULE_DIR$/tmp</value>
|
401
|
+
</entry>
|
402
|
+
<entry key="vendor">
|
403
|
+
<value>file://$MODULE_DIR$/vendor</value>
|
404
|
+
</entry>
|
405
|
+
<entry key="vendor/assets">
|
406
|
+
<value>file://$MODULE_DIR$/vendor/assets</value>
|
407
|
+
</entry>
|
408
|
+
</component>
|
409
|
+
<component name="RakeTasksCache-v2">
|
410
|
+
<option name="myRootTask">
|
411
|
+
<RakeTaskImpl id="rake">
|
412
|
+
<subtasks>
|
413
|
+
<RakeTaskImpl description="Build bidi2pdf-rails-0.0.1.pre.alpha.gem into the pkg directory" fullCommand="build" id="build" />
|
414
|
+
<RakeTaskImpl id="build">
|
415
|
+
<subtasks>
|
416
|
+
<RakeTaskImpl description="Generate SHA512 checksum of bidi2pdf-rails-0.0.1.pre.alpha.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
|
417
|
+
</subtasks>
|
418
|
+
</RakeTaskImpl>
|
419
|
+
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
|
420
|
+
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
|
421
|
+
<RakeTaskImpl description="Build and install bidi2pdf-rails-0.0.1.pre.alpha.gem into system gems" fullCommand="install" id="install" />
|
422
|
+
<RakeTaskImpl id="install">
|
423
|
+
<subtasks>
|
424
|
+
<RakeTaskImpl description="Build and install bidi2pdf-rails-0.0.1.pre.alpha.gem into system gems without network access" fullCommand="install:local" id="local" />
|
425
|
+
</subtasks>
|
426
|
+
</RakeTaskImpl>
|
427
|
+
<RakeTaskImpl description="Create tag v0.0.1.pre.alpha and build and push bidi2pdf-rails-0.0.1.pre.alpha.gem to https://rubygems.org" fullCommand="release[remote]" id="release[remote]" />
|
428
|
+
<RakeTaskImpl description="Run RuboCop" fullCommand="rubocop" id="rubocop" />
|
429
|
+
<RakeTaskImpl id="rubocop">
|
430
|
+
<subtasks>
|
431
|
+
<RakeTaskImpl description="Autocorrect RuboCop offenses (only when it's safe)" fullCommand="rubocop:autocorrect" id="autocorrect" />
|
432
|
+
<RakeTaskImpl description="Autocorrect RuboCop offenses (safe and unsafe)" fullCommand="rubocop:autocorrect_all" id="autocorrect_all" />
|
433
|
+
<RakeTaskImpl description="" fullCommand="rubocop:auto_correct" id="auto_correct" />
|
434
|
+
</subtasks>
|
435
|
+
</RakeTaskImpl>
|
436
|
+
<RakeTaskImpl description="Run RSpec code examples" fullCommand="spec" id="spec" />
|
437
|
+
<RakeTaskImpl description="" fullCommand="release" id="release" />
|
438
|
+
<RakeTaskImpl id="release">
|
439
|
+
<subtasks>
|
440
|
+
<RakeTaskImpl description="" fullCommand="release:guard_clean" id="guard_clean" />
|
441
|
+
<RakeTaskImpl description="" fullCommand="release:rubygem_push" id="rubygem_push" />
|
442
|
+
<RakeTaskImpl description="" fullCommand="release:source_control_push" id="source_control_push" />
|
443
|
+
</subtasks>
|
444
|
+
</RakeTaskImpl>
|
445
|
+
</subtasks>
|
446
|
+
</RakeTaskImpl>
|
447
|
+
</option>
|
448
|
+
</component>
|
449
|
+
</module>
|
data/.idea/misc.xml
ADDED
data/.idea/modules.xml
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ProjectModuleManager">
|
4
|
+
<modules>
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/bidi2pdf-rails.iml" filepath="$PROJECT_DIR$/.idea/bidi2pdf-rails.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
data/.idea/vcs.xml
ADDED
data/.rspec
ADDED
data/.rubocop.yml
ADDED
@@ -0,0 +1,93 @@
|
|
1
|
+
# Omakase Ruby styling for Rails
|
2
|
+
inherit_gem: { rubocop-rails-omakase: rubocop.yml }
|
3
|
+
|
4
|
+
# Overwrite or add rules to create your own house style
|
5
|
+
#
|
6
|
+
# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
|
7
|
+
# Layout/SpaceInsideArrayLiteralBrackets:
|
8
|
+
# Enabled: false
|
9
|
+
|
10
|
+
AllCops:
|
11
|
+
NewCops: enable
|
12
|
+
TargetRubyVersion: 3.3
|
13
|
+
|
14
|
+
Style/StringLiterals:
|
15
|
+
EnforcedStyle: double_quotes
|
16
|
+
|
17
|
+
Style/StringLiteralsInInterpolation:
|
18
|
+
EnforcedStyle: double_quotes
|
19
|
+
|
20
|
+
Style/Documentation:
|
21
|
+
Enabled: false
|
22
|
+
|
23
|
+
RSpec/SubjectStub:
|
24
|
+
Enabled: false
|
25
|
+
|
26
|
+
RSpec/ExampleLength:
|
27
|
+
Enabled: false
|
28
|
+
|
29
|
+
Layout/MultilineMethodCallIndentation:
|
30
|
+
Enabled: false
|
31
|
+
|
32
|
+
Layout/FirstArgumentIndentation:
|
33
|
+
Enabled: false
|
34
|
+
|
35
|
+
Layout/ClosingParenthesisIndentation:
|
36
|
+
Enabled: false
|
37
|
+
|
38
|
+
Layout/FirstHashElementIndentation:
|
39
|
+
EnforcedStyle: consistent
|
40
|
+
|
41
|
+
Layout/FirstArrayElementIndentation:
|
42
|
+
Enabled: false
|
43
|
+
|
44
|
+
Layout/MultilineOperationIndentation:
|
45
|
+
Enabled: false
|
46
|
+
|
47
|
+
Layout/BeginEndAlignment:
|
48
|
+
Enabled: false
|
49
|
+
|
50
|
+
Layout/ArrayAlignment:
|
51
|
+
Enabled: false
|
52
|
+
|
53
|
+
Layout/LineLength:
|
54
|
+
Enabled: false
|
55
|
+
|
56
|
+
Layout/SpaceInsideArrayLiteralBrackets:
|
57
|
+
EnforcedStyle: no_space
|
58
|
+
|
59
|
+
RSpec/MultipleMemoizedHelpers:
|
60
|
+
Max: 10
|
61
|
+
|
62
|
+
Metrics/MethodLength:
|
63
|
+
Enabled: false
|
64
|
+
|
65
|
+
Metrics/ClassLength:
|
66
|
+
Enabled: false
|
67
|
+
|
68
|
+
Metrics/ParameterLists:
|
69
|
+
Max: 10
|
70
|
+
|
71
|
+
|
72
|
+
Gemspec/DevelopmentDependencies:
|
73
|
+
EnforcedStyle: gemspec
|
74
|
+
|
75
|
+
RSpec/InstanceVariable:
|
76
|
+
Enabled: false
|
77
|
+
|
78
|
+
RSpec/BeforeAfterAll:
|
79
|
+
Enabled: false
|
80
|
+
|
81
|
+
RSpec/SpecFilePathFormat:
|
82
|
+
Enabled: true
|
83
|
+
Exclude:
|
84
|
+
- 'spec/acceptance/**/*_spec.rb'
|
85
|
+
|
86
|
+
RSpec/DescribeClass:
|
87
|
+
Enabled: true
|
88
|
+
Exclude:
|
89
|
+
- 'spec/acceptance/**/*_spec.rb'
|
90
|
+
|
91
|
+
plugins:
|
92
|
+
- rubocop-rake
|
93
|
+
- rubocop-rspec
|
data/.ruby-gemset
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
bidi2pdf-rails
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
ruby-3.3.4
|
data/MIT-LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright fastjack
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|