Skip to content

Commit dab8284

Browse files
committed
Gem metadata updated
1 parent b2c0504 commit dab8284

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

rails-vue-helpers.gemspec

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
require_relative 'lib/rails-vue-helpers/version'
22

33
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'
811

9-
spec.summary = 'Main Rails helpers extension to support Vue.js attributes'
10-
spec.homepage = 'https://unagi.com.ar/'
11-
spec.license = 'MIT'
1212
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}"
1417

1518
# Specify which files should be added to the gem when it is released.
1619
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)