File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 11require_relative 'lib/rails-vue-helpers/version'
22
33Gem ::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.
You can’t perform that action at this time.
0 commit comments