formalizer 1.0.7 → 1.0.8

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: 598ad1c7a3214f94dafc6198d753fae7816bc553
4
- data.tar.gz: 8b8f29810d8fa806705569d749b955019dba9b03
3
+ metadata.gz: 09ff82d291e6134fdd0ff892208fec9d940e84e7
4
+ data.tar.gz: ae811c00f9485440ed6c76aa3fbe8209cde77fe0
5
5
  SHA512:
6
- metadata.gz: 07664fc477d31270efe3b31c7717b015235d5bc12071ea9d54d07ebecdcb7ae9064ad58c3889e69fcf048dc7ffb988e664b0d8a0f6f5097553c0f51c3b61ec6c
7
- data.tar.gz: e95e4f43402c49aaeef1743c9e12b6cd8cb0dd079fa672e121ca07c74a129645f2521f0011f7aae14d0a9ad0e9a6604a3837bac224e111fd2a00717089caaf80
6
+ metadata.gz: f608fb9a490746be739d82e7fcbd60692d1031c3156ef618f8fc709de6753f21599690aa50f9f7e788e8ab7b8cc86952d9d35d38e48b3ccee722cd6b46ab0951
7
+ data.tar.gz: 71d83a757d33daf738f215088ca643bbb6a1b87625c2ecabc94843b429535f41ff09248814daaf4ef9cce4e3ded394424f8da66140927f7372f2a3cb9e621f05
@@ -1,3 +1,3 @@
1
1
  class Formalizer
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
@@ -5620,3 +5620,75 @@ UtilsTest: test_final_path
5620
5620
  ------------------------------
5621
5621
  UtilsTest: test_file_not_found
5622
5622
  ------------------------------
5623
+ --------------------------------------------
5624
+ FormalizerFormFieldTest: test_add_form_field
5625
+ --------------------------------------------
5626
+ -----------------------------------------
5627
+ FormalizerTest: test_fill_and_export_html
5628
+ -----------------------------------------
5629
+ -------------------------
5630
+ FormalizerTest: test_tags
5631
+ -------------------------
5632
+ -------------------------------------------
5633
+ FormalizerTest: test_formalizer_fill_fields
5634
+ -------------------------------------------
5635
+ ----------------------------------------
5636
+ FormalizerTest: test_fill_and_export_pdf
5637
+ ----------------------------------------
5638
+ ----------------------------------------
5639
+ FormalizerFormTest: test_add_form_errors
5640
+ ----------------------------------------
5641
+ ----------------------------------------
5642
+ FormFieldTest: test_set_form_field_value
5643
+ ----------------------------------------
5644
+ -------------------------------------------
5645
+ FormFieldTest: test_form_field_valid_params
5646
+ -------------------------------------------
5647
+ -------------------------------
5648
+ FormFieldTest: test_html_render
5649
+ -------------------------------
5650
+ ---------------------------------------------
5651
+ FormFieldTest: test_form_field_invalid_params
5652
+ ---------------------------------------------
5653
+ ------------------------
5654
+ FormTest: test_fill_form
5655
+ ------------------------
5656
+ ----------------------------------
5657
+ FormTest: test_form_invalid_params
5658
+ ----------------------------------
5659
+ --------------------------------------------------
5660
+ FormTest: test_form_from_valid_path_but_wrong_html
5661
+ --------------------------------------------------
5662
+ ---------------------------------
5663
+ FormTest: test_new_form_from_path
5664
+ ---------------------------------
5665
+ -------------------------------------
5666
+ FormTest: test_from_from_invalid_path
5667
+ -------------------------------------
5668
+ -------------------------------------------
5669
+ FormTest: test_fill_form_with_missing_param
5670
+ -------------------------------------------
5671
+ -----------------------------------------------------
5672
+ FormTest: test_fill_form_with_missing_required_fields
5673
+ -----------------------------------------------------
5674
+ ----------------------------
5675
+ FormTest: test_export_to_pdf
5676
+ ----------------------------
5677
+ --------------------------------------------
5678
+ FormTest: test_form_from_invalid_direct_html
5679
+ --------------------------------------------
5680
+ -----------------------------------------
5681
+ FormalizerConfigTest: test_invalid_config
5682
+ -----------------------------------------
5683
+ ---------------------------------------
5684
+ FormalizerConfigTest: test_valid_config
5685
+ ---------------------------------------
5686
+ --------------------------
5687
+ UtilsTest: test_final_path
5688
+ --------------------------
5689
+ --------------------------
5690
+ UtilsTest: test_file_found
5691
+ --------------------------
5692
+ ------------------------------
5693
+ UtilsTest: test_file_not_found
5694
+ ------------------------------
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.7
4
+ version: 1.0.8
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: 2016-03-01 00:00:00.000000000 Z
11
+ date: 2016-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails