rails-vue-helpers 0.1.1 → 0.1.2

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: 7a24ffe13257c6f549cedb054a32ec13feed0fdd8148fa6d10a05d2bec1cd081
4
- data.tar.gz: 47b8962e20a1080a6a3d1e5b557b5aaebc8f353959fba74af3c1baaa991adda4
3
+ metadata.gz: fa73d71ea49e95ed2383f62f2e941a0e64e48c47ede042d44d87f63080cc58fb
4
+ data.tar.gz: c01a2aa4072cdc61d372270fb870977876a58e19299acdcff10c09ab3286cabe
5
5
  SHA512:
6
- metadata.gz: 59687e4e9db6aa5c85847de9f075ab88d556745d457e165db823c9477d20e1dcdbe158453623a0ef695abbb14f788beda9a181faea3e6dea104d7d23185a7c53
7
- data.tar.gz: 4321a0426d7fe294fc81d09b7815f5aafc761ecff82d06c8eb357dcdc18252d56088d6bc2bffbd56ddac005e2fbaf2c351c06cf1a836064b5753da90f66ce26d
6
+ metadata.gz: 38941568aa32dc383317b39875d4b6f779ca9ca6d6f67384311a1c5bad973ed80a48123b59ac13f2a095977e14ff50f1883246015a3267ff5518843863cb2862
7
+ data.tar.gz: c58ebc5d230b8d5786925032462dc35326a0352df82574cdb4dc5fdabf09c018f8159b76f5d598fe9f53e6ed7e2cb0a52a2d97086b97b4c9b4f8e9bfe56b929c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails-vue-helpers (0.1.1)
4
+ rails-vue-helpers (0.1.2)
5
5
  actionview (>= 4.2)
6
6
  railties (>= 4.2)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module RailsVueHelpers
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
@@ -1,16 +1,19 @@
1
1
  require_relative 'lib/rails-vue-helpers/version'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
- spec.name = 'rails-vue-helpers'
5
- spec.version = RailsVueHelpers::VERSION
6
- spec.authors = ['Lucas Hourquebie']
7
- spec.email = ['lucashour1993@gmail.com']
4
+ spec.name = 'rails-vue-helpers'
5
+ spec.version = RailsVueHelpers::VERSION
6
+ spec.authors = ['Lucas Hourquebie']
7
+ spec.email = ['lucashour1993@gmail.com']
8
+ spec.summary = 'Rails helpers extension to support Vue.js attributes'
9
+ spec.homepage = 'https://github.com/unagisoftware/rails-vue-helpers'
10
+ spec.license = 'MIT'
8
11
 
9
- spec.summary = 'Main Rails helpers extension to support Vue.js attributes'
10
- spec.homepage = 'https://unagi.com.ar/'
11
- spec.license = 'MIT'
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
- spec.metadata["allowed_push_host"] = 'https://rubygems.org'
13
+
14
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
15
+ spec.metadata['documentation_uri'] = "https://github.com/unagisoftware/rails-vue-helpers/blob/v#{RailsVueHelpers::VERSION}/README.md"
16
+ spec.metadata['source_code_uri'] = "https://github.com/unagisoftware/rails-vue-helpers/tree/v#{RailsVueHelpers::VERSION}"
14
17
 
15
18
  # Specify which files should be added to the gem when it is released.
16
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-vue-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Hourquebie
@@ -59,11 +59,13 @@ files:
59
59
  - lib/rails-vue-helpers/tag_helpers.rb
60
60
  - lib/rails-vue-helpers/version.rb
61
61
  - rails-vue-helpers.gemspec
62
- homepage: https://unagi.com.ar/
62
+ homepage: https://github.com/unagisoftware/rails-vue-helpers
63
63
  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.2/README.md
68
+ source_code_uri: https://github.com/unagisoftware/rails-vue-helpers/tree/v0.1.2
67
69
  post_install_message:
68
70
  rdoc_options: []
69
71
  require_paths:
@@ -83,5 +85,5 @@ rubyforge_project:
83
85
  rubygems_version: 2.7.6
84
86
  signing_key:
85
87
  specification_version: 4
86
- summary: Main Rails helpers extension to support Vue.js attributes
88
+ summary: Rails helpers extension to support Vue.js attributes
87
89
  test_files: []