Sha256: 7a6be2857865bc4ae91324aed98b1c08411cad91d0a74721823acc4e1c5a3542
Contents?: true
Size: 880 Bytes
Versions: 2
Compression:
Stored size: 880 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rails_stats/version' Gem::Specification.new do |spec| spec.name = "rails_stats" spec.version = RailsStats::VERSION spec.authors = ["Brian Leonard"] spec.email = ["brian@bleonard.com"] spec.summary = %q{Analyze a Rails project} spec.description = %q{Point it to a directory and see stuff about the app} spec.homepage = "https://github.com/fastruby/rails_stats" 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_dependency "rake" spec.add_dependency "bundler-stats", ">= 2.1" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_stats-2.0.1 | rails_stats.gemspec |
rails_stats-2.0.0 | rails_stats.gemspec |