split 3.3.0 → 3.4.0

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
  SHA256:
3
- metadata.gz: ac2527f0dab7b1f6c2de3e21b02fd933eef302046e7cdd4b8f42da20a3cdf1ba
4
- data.tar.gz: 6332eabde240b1c408ff434850b7ac520b3081bfd5fe76f7343259a8eae039b6
3
+ metadata.gz: 9a24a0e9549dc87669984c000cc285627233dec8824829897b39c2787925ca4d
4
+ data.tar.gz: be237da0ea36471894503a9eee2a2dbfba2fe6f9a4563b6071950f449760e069
5
5
  SHA512:
6
- metadata.gz: 331863e4c78e8dabf7eb23551608be301cdd33d4c14186ab47def00485b028c05784f70009fd66d1b3e240963d1cd45b61d2233b651fd0bcbcb79e2871d2a6ad
7
- data.tar.gz: 2c8723105824b9dfc315f88de450be5c18aa32d20e2253a25ca9fcbb6b65b082697c0782719198a2f7b401e66824597a50c3f97dece30a3c9ceccb3fcd62fa95
6
+ metadata.gz: 3b5218890aedc5ec4de12c4f5b03f25eb3857aadd337c188f8cb71608ba9bc8519e8f9b4040b638d1ce443220acb5535064a7815ba71bb1d802026d2c4798e13
7
+ data.tar.gz: efd41eb33dd434dfd6e0c961b4c3b37b9097a0e0b7e6677ac537a62527c0b5e9938d2e7b232a6ee3e6268946ca96e6f4e38fae60ace6341d77fa82ee88affaa3
data/.eslintrc CHANGED
@@ -9,7 +9,7 @@ env:
9
9
  jquery: true
10
10
  node: true
11
11
 
12
- # http://eslint.org/docs/rules/
12
+ # https://eslint.org/docs/rules/
13
13
  rules:
14
14
  # Possible Errors
15
15
  comma-dangle: [2, never]
@@ -0,0 +1,24 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+ title: ''
5
+ labels: ''
6
+ assignees: andrehjr
7
+
8
+ ---
9
+
10
+ **Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ **To Reproduce**
14
+ Steps to reproduce the behavior:
15
+ 1. Go to '...'
16
+ 2. Click on '....'
17
+ 3. Scroll down to '....'
18
+ 4. See error
19
+
20
+ **Expected behavior**
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ **Additional context**
24
+ Add any other context about the problem here.
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --profile