Sha256: b55605c8fb0e140dd979c95ee9c825fbb66c0e4e242f079a9137b3864d692313
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
require_relative 'lib/rails-vue-helpers/version' Gem::Specification.new do |spec| spec.name = 'rails-vue-helpers' spec.version = RailsVueHelpers::VERSION spec.authors = ['Lucas Hourquebie'] spec.email = ['lucashour1993@gmail.com'] spec.summary = 'Main Rails helpers extension to support Vue.js attributes' spec.homepage = 'https://unagi.com.ar/' spec.license = 'MIT' spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.metadata["allowed_push_host"] = 'https://rubygems.org' # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.required_ruby_version = ">= 2.3.0" spec.add_dependency "actionview", ">= 4.2" spec.add_dependency "railties", ">= 4.2" spec.require_paths = ['lib'] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails-vue-helpers-0.1.1 | rails-vue-helpers.gemspec |
rails-vue-helpers-0.1.0 | rails-vue-helpers.gemspec |