Sha256: fa80991b8491141d970fe5a4da83c225e0802fde204540773446151a40ec5b8d
Contents?: true
Size: 849 Bytes
Versions: 3
Compression:
Stored size: 849 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "active_sample/version" Gem::Specification.new do |spec| spec.name = "active_sample" spec.version = ActiveSample::VERSION spec.authors = ["JuanitoFatas"] spec.email = ["katehuang0320@gmail.com"] spec.summary = %(Sample functionality for Active Record.) spec.description = spec.summary spec.homepage = "https://github.com/JuanitoFatas/active_sample" spec.license = "Apache 2.0" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "activerecord" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_sample-1.0.2 | active_sample.gemspec |
active_sample-1.0.1 | active_sample.gemspec |
active_sample-1.0.0 | active_sample.gemspec |