rails-vue-helpers 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9e3a531c2069d4a4dd96fda95ac2c123eea7943a354c3d64ff81ba6f3b44ba1
4
- data.tar.gz: b353bd1984d80f56c119a16e3af5d7a667ec1c4b93e041a407fc094958930212
3
+ metadata.gz: 4285e2bb2fc941840612bb1782188bd4254f707921f1807bf42c2583a01a9715
4
+ data.tar.gz: 3ea684d897693bfeb842e9f07167de7afb8944920a3959b4e04b7da4e782affe
5
5
  SHA512:
6
- metadata.gz: 781af8d4d809c3e51bd8171f5eac905cb31bdc677ab81331de24fea6cf3cbede750cd7ba91136c051f06905c31e7c991a1df1e968d7f00aba35a1255697c950a
7
- data.tar.gz: 8961b99a0fd439a25644a87804e532c1b401ee6b7b75748aae649bdec187a7643f6973456fd4cea431d28cac53a96d31553b4affbc675dd4cc6152f828348045
6
+ metadata.gz: 49370692f1179e1b8679e76fe0cce95c5f0d348b713318b6b79e62ecb2191735356faadd5b167d6a6d326499b84f4723da7169f6d072c9dfd4155e6486eb4d82
7
+ data.tar.gz: 28b5be469df17cdf03a048da8d0f7fc22d4fbf24fbf1b222d90e0b7b6db5bef06a3fe7cf55c3e2b400be76e96566d714d6c19f13f4fb30579cd0539e93b6b2aa
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails-vue-helpers (0.1.3)
4
+ rails-vue-helpers (0.1.4)
5
5
  actionview (>= 4.2)
6
6
  railties (>= 4.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (5.2.4.2)
12
- actionview (= 5.2.4.2)
13
- activesupport (= 5.2.4.2)
11
+ actionpack (5.2.4.3)
12
+ actionview (= 5.2.4.3)
13
+ activesupport (= 5.2.4.3)
14
14
  rack (~> 2.0, >= 2.0.8)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
- actionview (5.2.4.2)
19
- activesupport (= 5.2.4.2)
18
+ actionview (5.2.4.3)
19
+ activesupport (= 5.2.4.3)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
- activesupport (5.2.4.2)
24
+ activesupport (5.2.4.3)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
26
  i18n (>= 0.7, < 2)
27
27
  minitest (~> 5.1)
@@ -37,7 +37,7 @@ GEM
37
37
  nokogiri (>= 1.5.9)
38
38
  method_source (1.0.0)
39
39
  mini_portile2 (2.4.0)
40
- minitest (5.14.0)
40
+ minitest (5.14.1)
41
41
  nokogiri (1.10.9)
42
42
  mini_portile2 (~> 2.4.0)
43
43
  rack (2.2.2)
@@ -48,9 +48,9 @@ GEM
48
48
  nokogiri (>= 1.6)
49
49
  rails-html-sanitizer (1.3.0)
50
50
  loofah (~> 2.3)
51
- railties (5.2.4.2)
52
- actionpack (= 5.2.4.2)
53
- activesupport (= 5.2.4.2)
51
+ railties (5.2.4.3)
52
+ actionpack (= 5.2.4.3)
53
+ activesupport (= 5.2.4.3)
54
54
  method_source
55
55
  rake (>= 0.8.7)
56
56
  thor (>= 0.19.0, < 2.0)
@@ -1,3 +1,3 @@
1
1
  module RailsVueHelpers
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-vue-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Hourquebie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-20 00:00:00.000000000 Z
11
+ date: 2020-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview
@@ -64,8 +64,8 @@ licenses:
64
64
  - MIT
65
65
  metadata:
66
66
  allowed_push_host: https://rubygems.org
67
- documentation_uri: https://github.com/unagisoftware/rails-vue-helpers/blob/v0.1.3/README.md
68
- source_code_uri: https://github.com/unagisoftware/rails-vue-helpers/tree/v0.1.3
67
+ documentation_uri: https://github.com/unagisoftware/rails-vue-helpers/blob/v0.1.4/README.md
68
+ source_code_uri: https://github.com/unagisoftware/rails-vue-helpers/tree/v0.1.4
69
69
  post_install_message:
70
70
  rdoc_options: []
71
71
  require_paths: