Sha256: c91e0eeb7feef4f435910492db9493149f8913ac9467a5fec4ca64e9a86235b3
Contents?: true
Size: 1021 Bytes
Versions: 1
Compression:
Stored size: 1021 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'vex-rails/version' Gem::Specification.new do |spec| spec.name = "vex-rails" spec.version = VexRails::VERSION spec.authors = ["Marcel Ruhf"] spec.email = ["marcel@marcelruhf.com"] spec.description = %q{Vex is a modern dialog library which is highly configurable, easily stylable, and gets out of the way.} spec.summary = %q{Vex is a modern dialog library which is highly configurable, easily stylable, and gets out of the way.} spec.homepage = "http://github.com/marcelruhf/vex-rails" spec.license = "Apache 2.0 License" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vex-rails-1.0.0 | vex-rails.gemspec |