triangulum 0.5.1 → 0.5.2

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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Triangulum
4
- VERSION = '0.5.1'
4
+ VERSION = '0.5.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: triangulum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick
@@ -177,6 +177,7 @@ extra_rdoc_files: []
177
177
  files:
178
178
  - README.md
179
179
  - lib/triangulum.rb
180
+ - lib/triangulum/js/single-validation.js
180
181
  - lib/triangulum/validation.rb
181
182
  - lib/triangulum/version.rb
182
183
  homepage: https://github.com/code0-tech/triangulum