formalizer 1.0.1 → 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
  SHA1:
3
- metadata.gz: bcbc66cafaa19b0696fc7bba7c9ac94fad842e75
4
- data.tar.gz: 5cae13f1e247bf3fbf1de9f824afa549b14279b7
3
+ metadata.gz: 4e642ef31339796ec3a7dbbb83c61576fd080a19
4
+ data.tar.gz: 2d67d27ee6d47ccb527591bd54aace2d53ab3493
5
5
  SHA512:
6
- metadata.gz: e4816019a1019563645aae10a9ef1615e9b9f13e01878eb1e70e07f21bfa571448d704a8103b0ff648ad40105822924b8fe293d39171b7ab20af77d983bc1ee9
7
- data.tar.gz: ba0ed1a90fbb022e62b882e348f76233e6f8fbc1460e6a07f613ec6657df511c0c6f8e3cdcc1230c6f5472fee49ff79cabc6d08e4cc8ae7d22514a3e13d3faa1
6
+ metadata.gz: 383f70f8ed3621b8b5ddc859979c6ab2d6d9f5d054624c7610199a836dc0ef52d8721c17342346d26b915949bd12099a7fe56b020853bbee3e52ca59d53af276
7
+ data.tar.gz: 7baa27c1611505c6979764a6a564e2a11eef146bc7e2fa14709037806f98271abcc83b6218634b2edf24af4675b12d86698cca1b8bb8d95ebc4c97b23262565c
@@ -1,3 +1,3 @@
1
1
  class Formalizer
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- wicked_pdf (1.0.0)
4
+ wicked_pdf (1.0.1)
5
5
  wkhtmltopdf-binary (0.9.9.3)
6
6
 
7
7
  PLATFORMS
@@ -10,3 +10,6 @@ PLATFORMS
10
10
  DEPENDENCIES
11
11
  wicked_pdf
12
12
  wkhtmltopdf-binary
13
+
14
+ BUNDLED WITH
15
+ 1.10.6
@@ -7127,3 +7127,49 @@ Processing by DemoController#index as HTML
7127
7127
  Rendered text template (0.0ms)
7128
7128
  Sent data demo.pdf (3.1ms)
7129
7129
  Completed 200 OK in 3964ms (Views: 2.8ms)
7130
+
7131
+
7132
+ Started GET "/" for ::1 at 2015-11-23 12:53:02 +0200
7133
+ Processing by HomeController#show as HTML
7134
+ Rendered home/show.html.erb within layouts/application (108.5ms)
7135
+ Rendered shared/_navbar.html.erb (0.3ms)
7136
+ Completed 200 OK in 137ms (Views: 137.3ms)
7137
+
7138
+
7139
+ Started GET "/assets/bootstrap_yeti.self-059eb97cd9330d6f87d1258a5ccdf6b77da1dfb4d1f25fd816e565ddceb10d89.css?body=1" for ::1 at 2015-11-23 12:53:02 +0200
7140
+
7141
+
7142
+ Started GET "/assets/application.self-6d273ff6e9d9ac6785e2dee5fd5edca5946bf3ce4749c95a0947304a5556f993.css?body=1" for ::1 at 2015-11-23 12:53:02 +0200
7143
+
7144
+
7145
+ Started GET "/assets/formalizer-7fa0fcd4a93a254ba440686a358c4c3b484995a779cfb8a476687b3897688f45.png" for ::1 at 2015-11-23 12:53:02 +0200
7146
+
7147
+
7148
+ Started GET "/demo" for ::1 at 2015-11-23 12:53:04 +0200
7149
+ Processing by DemoController#index as HTML
7150
+ Rendered demo/index.html.erb within layouts/application (0.3ms)
7151
+ Rendered shared/_navbar.html.erb (0.0ms)
7152
+ Completed 200 OK in 27ms (Views: 9.8ms)
7153
+
7154
+
7155
+ Started GET "/demo/html_template" for ::1 at 2015-11-23 12:53:43 +0200
7156
+ Processing by DemoController#html_template as HTML
7157
+ Rendered html template (0.0ms)
7158
+ Completed 200 OK in 2ms (Views: 1.4ms)
7159
+
7160
+
7161
+ Started GET "/assets/form.css" for ::1 at 2015-11-23 12:53:43 +0200
7162
+
7163
+
7164
+ Started GET "/assets/acme_logo.jpg" for ::1 at 2015-11-23 12:53:43 +0200
7165
+
7166
+
7167
+ Started GET "/assets/form.css" for ::1 at 2015-11-23 12:58:22 +0200
7168
+
7169
+
7170
+ Started POST "/demo" for ::1 at 2015-11-23 13:02:04 +0200
7171
+ Processing by DemoController#index as HTML
7172
+ Parameters: {"day"=>"23", "month"=>"3", "year"=>"1999", "recipient"=>"ABCD", "recipient_address"=>"DEFG", "recipient_title"=>"title", "discloser"=>"", "discloser_address"=>"some address", "discloser_title"=>"", "confidential_information_subject"=>"", "non_disclosure_purpose"=>"", "recipient_signed_date"=>"", "discloser_signed_date"=>"", "export_PDF"=>"Export as PDF", "authenticity_token"=>"B29CTnKRNzEoMo51CS2m3h88NP+j2gJdkavZrV/tCL5sE+JCOY8D6tBhSByVFrjOM6yRqh9fWI4yW+LQS2XPLg=="}
7173
+ Rendered text template (0.0ms)
7174
+ Sent data demo.pdf (1.6ms)
7175
+ Completed 200 OK in 2356ms (Views: 1.4ms)
@@ -2679,3 +2679,133 @@ App 1567 stdout:
2679
2679
  [ 2015-11-14 11:50:25.4740 1553/0x7fff79eff000 age/Log/Main.cpp:436 ]: PassengerAgent logger shutdown finished
2680
2680
  [ 2015-11-14 11:50:25.4741 1551/0x700000396000 Ser/Server.h:455 ]: [AdminServer] Shutdown finished
2681
2681
  [ 2015-11-14 11:50:25.4984 1551/0x7fff79eff000 age/Hel/Main.cpp:876 ]: PassengerAgent server shutdown finished
2682
+ [ 2015-11-23 12:41:13.3324 6685/0x7fff753a2000 age/Wat/WatchdogMain.cpp:1276 ]: Starting Passenger watchdog...
2683
+ [ 2015-11-23 12:41:13.3450 6687/0x7fff753a2000 age/Cor/CoreMain.cpp:957 ]: Starting Passenger core...
2684
+ [ 2015-11-23 12:41:13.3456 6687/0x7fff753a2000 age/Cor/CoreMain.cpp:234 ]: Passenger core running in multi-application mode.
2685
+ [ 2015-11-23 12:41:13.3513 6687/0x7fff753a2000 age/Cor/CoreMain.cpp:707 ]: Passenger core online, PID 6687
2686
+ [ 2015-11-23 12:41:13.3571 6689/0x7fff753a2000 age/Ust/UstRouterMain.cpp:504 ]: Starting Passenger UstRouter...
2687
+ [ 2015-11-23 12:41:13.3577 6689/0x7fff753a2000 age/Ust/UstRouterMain.cpp:317 ]: Passenger UstRouter online, PID 6689
2688
+ App 6705 stdout:
2689
+ App 6705 stdout:
2690
+ [ 2015-11-23 12:41:15.8195 6687/0x700000b03000 age/Cor/App/Implementation.cpp:304 ]: Could not spawn process for application /Users/talyaniv/formalizer/test/dummy: An error occured while starting up the preloader.
2691
+ Error ID: 794818db
2692
+ Error details saved to: /var/folders/xx/kdsy00jj6lx44v6jdwwzfwfm0000gn/T//passenger-error-YCWl3E.html
2693
+ Message from application: <p>It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this application needs. To install your gems, please run:</p>
2694
+
2695
+ <pre class="commands">bundle install</pre>
2696
+
2697
+ <p>If that didn't work, then the problem is probably caused by your application being run under a different environment than it's supposed to. Please check the following:</p>
2698
+
2699
+ <ol>
2700
+ <li>Is this app supposed to be run as the <code>talyaniv</code> user?</li>
2701
+ <li>Is this app being run on the correct Ruby interpreter? Below you will
2702
+ see which Ruby interpreter Phusion Passenger attempted to use.</li>
2703
+ <li>Please check whether the correct RVM gemset is being used.</li>
2704
+ <li>Sometimes, RVM gemsets may be broken.
2705
+ <a href="https://github.com/phusion/passenger/wiki/Resetting-RVM-gemsets">Try resetting them.</a></li>
2706
+ </ol>
2707
+
2708
+ <p>-------- The exception is as follows: -------</p>
2709
+ Could not find wicked_pdf-1.0.0 in any of the sources (Bundler::GemNotFound)
2710
+ <pre> /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/spec_set.rb:92:in `block in materialize&#39;
2711
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/spec_set.rb:85:in `map!&#39;
2712
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/spec_set.rb:85:in `materialize&#39;
2713
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/definition.rb:140:in `specs&#39;
2714
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/definition.rb:185:in `specs_for&#39;
2715
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/definition.rb:174:in `requested_specs&#39;
2716
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/environment.rb:18:in `requested_specs&#39;
2717
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/runtime.rb:13:in `setup&#39;
2718
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler.rb:127:in `setup&#39;
2719
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/bundler-1.10.6/lib/bundler/setup.rb:18:in `&lt;top (required)&gt;&#39;
2720
+ /Users/talyaniv/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require&#39;
2721
+ /Users/talyaniv/.rvm/rubies/ruby-2.2.2/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require&#39;
2722
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb:430:in `activate_gem&#39;
2723
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb:297:in `block in run_load_path_setup_code&#39;
2724
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb:435:in `running_bundler&#39;
2725
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb:296:in `run_load_path_setup_code&#39;
2726
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/helper-scripts/rack-preloader.rb:100:in `preload_app&#39;
2727
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/helper-scripts/rack-preloader.rb:156:in `&lt;module:App&gt;&#39;
2728
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/helper-scripts/rack-preloader.rb:30:in `&lt;module:PhusionPassenger&gt;&#39;
2729
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/helper-scripts/rack-preloader.rb:29:in `&lt;main&gt;&#39;</pre>
2730
+
2731
+
2732
+ [ 2015-11-23 12:41:15.8247 6687/0x70000018a000 age/Cor/Req/CheckoutSession.cpp:253 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 794818db. Please see earlier logs for details about the error.
2733
+
2734
+
2735
+ [ 2015-11-23 12:41:19.1293 6687/0x70000018a000 age/Cor/CoreMain.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
2736
+ [ 2015-11-23 12:41:19.1293 6689/0x700000104000 age/Ust/UstRouterMain.cpp:397 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
2737
+ [ 2015-11-23 12:41:19.1293 6687/0x7fff753a2000 age/Cor/CoreMain.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
2738
+ [ 2015-11-23 12:41:19.1294 6689/0x7fff753a2000 age/Ust/UstRouterMain.cpp:467 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
2739
+ [ 2015-11-23 12:41:19.1294 6689/0x700000104000 Ser/Server.h:444 ]: [UstRouter] Shutdown finished
2740
+ [ 2015-11-23 12:41:19.1295 6689/0x70000020a000 Ser/Server.h:758 ]: [UstRouterApiServer] Freed 0 spare client objects
2741
+ [ 2015-11-23 12:41:19.1295 6689/0x70000020a000 Ser/Server.h:444 ]: [UstRouterApiServer] Shutdown finished
2742
+ [ 2015-11-23 12:41:19.1300 6687/0x700000290000 Ser/Server.h:758 ]: [ServerThr.2] Freed 128 spare client objects
2743
+ [ 2015-11-23 12:41:19.1300 6687/0x700000290000 Ser/Server.h:444 ]: [ServerThr.2] Shutdown finished
2744
+ [ 2015-11-23 12:41:19.1302 6687/0x7000005a2000 Ser/Server.h:758 ]: [ServerThr.5] Freed 128 spare client objects
2745
+ [ 2015-11-23 12:41:19.1303 6687/0x7000005a2000 Ser/Server.h:444 ]: [ServerThr.5] Shutdown finished
2746
+ [ 2015-11-23 12:41:19.1303 6689/0x7fff753a2000 age/Ust/UstRouterMain.cpp:498 ]: Passenger UstRouter shutdown finished
2747
+ [ 2015-11-23 12:41:19.1304 6687/0x7000009ba000 Ser/Server.h:758 ]: [ApiServer] Freed 0 spare client objects
2748
+ [ 2015-11-23 12:41:19.1304 6687/0x7000009ba000 Ser/Server.h:444 ]: [ApiServer] Shutdown finished
2749
+ [ 2015-11-23 12:41:19.1304 6687/0x7000008b4000 Ser/Server.h:758 ]: [ServerThr.8] Freed 128 spare client objects
2750
+ [ 2015-11-23 12:41:19.1305 6687/0x7000008b4000 Ser/Server.h:444 ]: [ServerThr.8] Shutdown finished
2751
+ [ 2015-11-23 12:41:19.1305 6687/0x700000396000 Ser/Server.h:758 ]: [ServerThr.3] Freed 128 spare client objects
2752
+ [ 2015-11-23 12:41:19.1306 6687/0x700000396000 Ser/Server.h:444 ]: [ServerThr.3] Shutdown finished
2753
+ [ 2015-11-23 12:41:19.1306 6687/0x70000018a000 Ser/Server.h:758 ]: [ServerThr.1] Freed 128 spare client objects
2754
+ [ 2015-11-23 12:41:19.1306 6687/0x70000049c000 Ser/Server.h:758 ]: [ServerThr.4] Freed 128 spare client objects
2755
+ [ 2015-11-23 12:41:19.1306 6687/0x70000018a000 Ser/Server.h:444 ]: [ServerThr.1] Shutdown finished
2756
+ [ 2015-11-23 12:41:19.1306 6687/0x70000049c000 Ser/Server.h:444 ]: [ServerThr.4] Shutdown finished
2757
+ [ 2015-11-23 12:41:19.1307 6687/0x7000006a8000 Ser/Server.h:758 ]: [ServerThr.6] Freed 128 spare client objects
2758
+ [ 2015-11-23 12:41:19.1307 6687/0x7000006a8000 Ser/Server.h:444 ]: [ServerThr.6] Shutdown finished
2759
+ [ 2015-11-23 12:41:19.1307 6687/0x7000007ae000 Ser/Server.h:758 ]: [ServerThr.7] Freed 128 spare client objects
2760
+ [ 2015-11-23 12:41:19.1307 6687/0x7000007ae000 Ser/Server.h:444 ]: [ServerThr.7] Shutdown finished
2761
+ [ 2015-11-23 12:41:19.1446 6687/0x7fff753a2000 age/Cor/CoreMain.cpp:942 ]: Passenger core shutdown finished
2762
+ [ 2015-11-23 12:42:04.0691 6741/0x7fff753a2000 age/Wat/WatchdogMain.cpp:1276 ]: Starting Passenger watchdog...
2763
+ [ 2015-11-23 12:42:04.0816 6743/0x7fff753a2000 age/Cor/CoreMain.cpp:957 ]: Starting Passenger core...
2764
+ [ 2015-11-23 12:42:04.0821 6743/0x7fff753a2000 age/Cor/CoreMain.cpp:234 ]: Passenger core running in multi-application mode.
2765
+ [ 2015-11-23 12:42:04.0878 6743/0x7fff753a2000 age/Cor/CoreMain.cpp:707 ]: Passenger core online, PID 6743
2766
+ [ 2015-11-23 12:42:04.0937 6745/0x7fff753a2000 age/Ust/UstRouterMain.cpp:504 ]: Starting Passenger UstRouter...
2767
+ [ 2015-11-23 12:42:04.0943 6745/0x7fff753a2000 age/Ust/UstRouterMain.cpp:317 ]: Passenger UstRouter online, PID 6745
2768
+ App 6758 stdout:
2769
+ App 6758 stdout:
2770
+ [ 2015-11-23 12:42:06.6633 6743/0x700000b03000 age/Cor/App/Implementation.cpp:304 ]: Could not spawn process for application /Users/talyaniv/formalizer/test/dummy: An error occured while starting up the preloader.
2771
+ Error ID: 65df6a7d
2772
+ Error details saved to: /var/folders/xx/kdsy00jj6lx44v6jdwwzfwfm0000gn/T//passenger-error-vh6ZFy.html
2773
+ Message from application: cannot load such file -- rack (LoadError)
2774
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb:430:in `require'
2775
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/ruby_supportlib/phusion_passenger/loader_shared_helpers.rb:430:in `activate_gem'
2776
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/helper-scripts/rack-preloader.rb:102:in `preload_app'
2777
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/helper-scripts/rack-preloader.rb:156:in `<module:App>'
2778
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/helper-scripts/rack-preloader.rb:30:in `<module:PhusionPassenger>'
2779
+ /Users/talyaniv/.rvm/gems/ruby-2.2.2/gems/passenger-5.0.21/src/helper-scripts/rack-preloader.rb:29:in `<main>'
2780
+
2781
+
2782
+ [ 2015-11-23 12:42:06.6688 6743/0x70000018a000 age/Cor/Req/CheckoutSession.cpp:253 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 65df6a7d. Please see earlier logs for details about the error.
2783
+
2784
+
2785
+ [ 2015-11-23 12:42:07.6156 6743/0x70000018a000 age/Cor/CoreMain.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
2786
+ [ 2015-11-23 12:42:07.6157 6745/0x700000104000 age/Ust/UstRouterMain.cpp:397 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
2787
+ [ 2015-11-23 12:42:07.6157 6743/0x7fff753a2000 age/Cor/CoreMain.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
2788
+ [ 2015-11-23 12:42:07.6157 6745/0x7fff753a2000 age/Ust/UstRouterMain.cpp:467 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
2789
+ [ 2015-11-23 12:42:07.6158 6745/0x700000104000 Ser/Server.h:444 ]: [UstRouter] Shutdown finished
2790
+ [ 2015-11-23 12:42:07.6158 6745/0x70000020a000 Ser/Server.h:758 ]: [UstRouterApiServer] Freed 0 spare client objects
2791
+ [ 2015-11-23 12:42:07.6158 6745/0x70000020a000 Ser/Server.h:444 ]: [UstRouterApiServer] Shutdown finished
2792
+ [ 2015-11-23 12:42:07.6161 6743/0x70000018a000 Ser/Server.h:758 ]: [ServerThr.1] Freed 128 spare client objects
2793
+ [ 2015-11-23 12:42:07.6162 6743/0x70000018a000 Ser/Server.h:444 ]: [ServerThr.1] Shutdown finished
2794
+ [ 2015-11-23 12:42:07.6162 6743/0x70000049c000 Ser/Server.h:758 ]: [ServerThr.4] Freed 128 spare client objects
2795
+ [ 2015-11-23 12:42:07.6162 6743/0x70000049c000 Ser/Server.h:444 ]: [ServerThr.4] Shutdown finished
2796
+ [ 2015-11-23 12:42:07.6162 6745/0x7fff753a2000 age/Ust/UstRouterMain.cpp:498 ]: Passenger UstRouter shutdown finished
2797
+ [ 2015-11-23 12:42:07.6164 6743/0x7000009ba000 Ser/Server.h:758 ]: [ApiServer] Freed 0 spare client objects
2798
+ [ 2015-11-23 12:42:07.6164 6743/0x7000009ba000 Ser/Server.h:444 ]: [ApiServer] Shutdown finished
2799
+ [ 2015-11-23 12:42:07.6166 6743/0x7000008b4000 Ser/Server.h:758 ]: [ServerThr.8] Freed 128 spare client objects
2800
+ [ 2015-11-23 12:42:07.6166 6743/0x7000008b4000 Ser/Server.h:444 ]: [ServerThr.8] Shutdown finished
2801
+ [ 2015-11-23 12:42:07.6168 6743/0x700000290000 Ser/Server.h:758 ]: [ServerThr.2] Freed 128 spare client objects
2802
+ [ 2015-11-23 12:42:07.6168 6743/0x7000005a2000 Ser/Server.h:758 ]: [ServerThr.5] Freed 128 spare client objects
2803
+ [ 2015-11-23 12:42:07.6168 6743/0x700000290000 Ser/Server.h:444 ]: [ServerThr.2] Shutdown finished
2804
+ [ 2015-11-23 12:42:07.6168 6743/0x7000005a2000 Ser/Server.h:444 ]: [ServerThr.5] Shutdown finished
2805
+ [ 2015-11-23 12:42:07.6168 6743/0x7000006a8000 Ser/Server.h:758 ]: [ServerThr.6] Freed 128 spare client objects
2806
+ [ 2015-11-23 12:42:07.6169 6743/0x7000006a8000 Ser/Server.h:444 ]: [ServerThr.6] Shutdown finished
2807
+ [ 2015-11-23 12:42:07.6169 6743/0x7000007ae000 Ser/Server.h:758 ]: [ServerThr.7] Freed 128 spare client objects
2808
+ [ 2015-11-23 12:42:07.6170 6743/0x7000007ae000 Ser/Server.h:444 ]: [ServerThr.7] Shutdown finished
2809
+ [ 2015-11-23 12:42:07.6170 6743/0x700000396000 Ser/Server.h:758 ]: [ServerThr.3] Freed 128 spare client objects
2810
+ [ 2015-11-23 12:42:07.6170 6743/0x700000396000 Ser/Server.h:444 ]: [ServerThr.3] Shutdown finished
2811
+ [ 2015-11-23 12:42:07.6302 6743/0x7fff753a2000 age/Cor/CoreMain.cpp:942 ]: Passenger core shutdown finished
@@ -5476,3 +5476,147 @@ FormalizerConfigTest: test_valid_config
5476
5476
  -----------------------------------------
5477
5477
  FormalizerConfigTest: test_invalid_config
5478
5478
  -----------------------------------------
5479
+ --------------------------
5480
+ UtilsTest: test_final_path
5481
+ --------------------------
5482
+ --------------------------
5483
+ UtilsTest: test_file_found
5484
+ --------------------------
5485
+ ------------------------------
5486
+ UtilsTest: test_file_not_found
5487
+ ------------------------------
5488
+ -----------------------------------------
5489
+ FormalizerConfigTest: test_invalid_config
5490
+ -----------------------------------------
5491
+ ---------------------------------------
5492
+ FormalizerConfigTest: test_valid_config
5493
+ ---------------------------------------
5494
+ -------------------------------------------
5495
+ FormalizerTest: test_formalizer_fill_fields
5496
+ -------------------------------------------
5497
+ ----------------------------------------
5498
+ FormalizerTest: test_fill_and_export_pdf
5499
+ ----------------------------------------
5500
+ -----------------------------------------
5501
+ FormalizerTest: test_fill_and_export_html
5502
+ -----------------------------------------
5503
+ -------------------------
5504
+ FormalizerTest: test_tags
5505
+ -------------------------
5506
+ ----------------------------------------
5507
+ FormFieldTest: test_set_form_field_value
5508
+ ----------------------------------------
5509
+ -------------------------------
5510
+ FormFieldTest: test_html_render
5511
+ -------------------------------
5512
+ -------------------------------------------
5513
+ FormFieldTest: test_form_field_valid_params
5514
+ -------------------------------------------
5515
+ ---------------------------------------------
5516
+ FormFieldTest: test_form_field_invalid_params
5517
+ ---------------------------------------------
5518
+ ----------------------------------------
5519
+ FormalizerFormTest: test_add_form_errors
5520
+ ----------------------------------------
5521
+ -----------------------------------------------------
5522
+ FormTest: test_fill_form_with_missing_required_fields
5523
+ -----------------------------------------------------
5524
+ ---------------------------------
5525
+ FormTest: test_new_form_from_path
5526
+ ---------------------------------
5527
+ -------------------------------------------
5528
+ FormTest: test_fill_form_with_missing_param
5529
+ -------------------------------------------
5530
+ -------------------------------------
5531
+ FormTest: test_from_from_invalid_path
5532
+ -------------------------------------
5533
+ ------------------------
5534
+ FormTest: test_fill_form
5535
+ ------------------------
5536
+ --------------------------------------------------
5537
+ FormTest: test_form_from_valid_path_but_wrong_html
5538
+ --------------------------------------------------
5539
+ ----------------------------------
5540
+ FormTest: test_form_invalid_params
5541
+ ----------------------------------
5542
+ --------------------------------------------
5543
+ FormTest: test_form_from_invalid_direct_html
5544
+ --------------------------------------------
5545
+ ----------------------------
5546
+ FormTest: test_export_to_pdf
5547
+ ----------------------------
5548
+ --------------------------------------------
5549
+ FormalizerFormFieldTest: test_add_form_field
5550
+ --------------------------------------------
5551
+ ---------------------------------------
5552
+ FormalizerConfigTest: test_valid_config
5553
+ ---------------------------------------
5554
+ -----------------------------------------
5555
+ FormalizerConfigTest: test_invalid_config
5556
+ -----------------------------------------
5557
+ -------------------------------
5558
+ FormFieldTest: test_html_render
5559
+ -------------------------------
5560
+ -------------------------------------------
5561
+ FormFieldTest: test_form_field_valid_params
5562
+ -------------------------------------------
5563
+ ---------------------------------------------
5564
+ FormFieldTest: test_form_field_invalid_params
5565
+ ---------------------------------------------
5566
+ ----------------------------------------
5567
+ FormFieldTest: test_set_form_field_value
5568
+ ----------------------------------------
5569
+ -------------------------------------------
5570
+ FormalizerTest: test_formalizer_fill_fields
5571
+ -------------------------------------------
5572
+ ----------------------------------------
5573
+ FormalizerTest: test_fill_and_export_pdf
5574
+ ----------------------------------------
5575
+ -----------------------------------------
5576
+ FormalizerTest: test_fill_and_export_html
5577
+ -----------------------------------------
5578
+ -------------------------
5579
+ FormalizerTest: test_tags
5580
+ -------------------------
5581
+ ----------------------------------------
5582
+ FormalizerFormTest: test_add_form_errors
5583
+ ----------------------------------------
5584
+ ----------------------------
5585
+ FormTest: test_export_to_pdf
5586
+ ----------------------------
5587
+ ----------------------------------
5588
+ FormTest: test_form_invalid_params
5589
+ ----------------------------------
5590
+ ---------------------------------
5591
+ FormTest: test_new_form_from_path
5592
+ ---------------------------------
5593
+ ------------------------
5594
+ FormTest: test_fill_form
5595
+ ------------------------
5596
+ -------------------------------------
5597
+ FormTest: test_from_from_invalid_path
5598
+ -------------------------------------
5599
+ --------------------------------------------
5600
+ FormTest: test_form_from_invalid_direct_html
5601
+ --------------------------------------------
5602
+ -----------------------------------------------------
5603
+ FormTest: test_fill_form_with_missing_required_fields
5604
+ -----------------------------------------------------
5605
+ -------------------------------------------
5606
+ FormTest: test_fill_form_with_missing_param
5607
+ -------------------------------------------
5608
+ --------------------------------------------------
5609
+ FormTest: test_form_from_valid_path_but_wrong_html
5610
+ --------------------------------------------------
5611
+ --------------------------------------------
5612
+ FormalizerFormFieldTest: test_add_form_field
5613
+ --------------------------------------------
5614
+ --------------------------
5615
+ UtilsTest: test_file_found
5616
+ --------------------------
5617
+ --------------------------
5618
+ UtilsTest: test_final_path
5619
+ --------------------------
5620
+ ------------------------------
5621
+ UtilsTest: test_file_not_found
5622
+ ------------------------------
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formalizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tal Yaniv, nrc2015
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-18 00:00:00.000000000 Z
11
+ date: 2015-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.3'
33
+ version: 1.6.7
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.3'
40
+ version: 1.6.7
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: wicked_pdf
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -545,7 +545,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
545
545
  version: '0'
546
546
  requirements: []
547
547
  rubyforge_project:
548
- rubygems_version: 2.4.6
548
+ rubygems_version: 2.4.8
549
549
  signing_key:
550
550
  specification_version: 4
551
551
  summary: Generate filled PDF documents from template HTML forms
@@ -989,4 +989,3 @@ test_files:
989
989
  - test/models/formalizer_form_test.rb
990
990
  - test/models/utils_test.rb
991
991
  - test/test_helper.rb
992
- has_rdoc: