Sha256: b2378f022ea820f92e3596410fa619a39203aae7f6e12944b9b1e04209680fa3
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'vuejs2/version' Gem::Specification.new do |spec| spec.name = "vuejs2" spec.version = Vuejs2::VERSION spec.authors = ["Yudi Purwanto"] spec.email = ["purwantoyudi42@gmail.com"] spec.summary = %q{vue.js 2.0 asset pipeline.} spec.description = %q{A simple asset-pipeline wrapper for vue.js 2.0 by Evan You.} spec.homepage = "https://github.com/zhiephie/vuejs-rails-2.0" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. #if spec.respond_to?(:metadata) # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" #else # raise "RubyGems 2.0 or newer is required to protect against " \ # "public gem pushes." #end spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.13" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vuejs2-1.0.0 | vuejs2.gemspec |
vuejs2-0.1.0 | vuejs2.gemspec |