Sha256: 2e168e1183069ffd3cc89c17431859e8cb30d93847ed592caaeb5bdf9e7c22e9
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "appstats/version" Gem::Specification.new do |s| s.name = "appstats" s.version = Appstats::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Andrew Forward"] s.email = ["aforward@gmail.com"] s.homepage = "http://github.com/aforward/appstats" s.summary = %q{Provide usage statistics about how your application is being used} s.description = %q{Provide usage statistics about how your application is being used} s.add_dependency('rails','2.3.8') s.add_development_dependency('rspec') s.add_development_dependency('ZenTest') s.add_development_dependency('standalone_migrations') s.add_development_dependency('mysql') # only on a mac machine # s.add_development_dependency('autotest-fsevent') s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
appstats-0.0.7 | appstats.gemspec |
appstats-0.0.6 | appstats.gemspec |
appstats-0.0.5 | appstats.gemspec |