Sha256: 0d48b189d9c0d56be1ee76ec001779cb52301c938f3ccc0981aa42bd6335f8e6
Contents?: true
Size: 981 Bytes
Versions: 1
Compression:
Stored size: 981 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'andy_rails_toolbox/version' Gem::Specification.new do |spec| spec.name = "andy_rails_toolbox" spec.version = AndyRailsToolbox::VERSION spec.authors = ["ChouAndy"] spec.email = ["chouandy625@gmail.com"] spec.summary = %q{Includes many useful helpers for rails development.} spec.description = %q{Andy Rails Toolbox includes many useful helpers for rails development.} spec.homepage = "https://github.com/ChouAndy/andy_rails_toolbox" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
andy_rails_toolbox-0.0.1 | andy_rails_toolbox.gemspec |