Sha256: 9f107176aa1847bd39aa28699b832b842d3b44823eb9824a7edf38885117342d

Contents?: true

Size: 1.18 KB

Versions: 41

Compression:

Stored size: 1.18 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}

  # Models are to be used in Rails 3 environment, but the logger can work with Rails 2 apps
  # But, for testing appstats itself, you will need Rails 3
  s.add_dependency('rails','>=2.3.0')
  s.add_dependency('daemons')
  s.add_dependency('net-scp')
  
  s.add_development_dependency('rspec')
  s.add_development_dependency('ZenTest')
  s.add_development_dependency('standalone_migrations')
  s.add_development_dependency('mysql')
  
  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

41 entries across 41 versions & 1 rubygems

Version Path
appstats-0.16.6 appstats.gemspec
appstats-0.16.5 appstats.gemspec
appstats-0.16.4 appstats.gemspec
appstats-0.16.3 appstats.gemspec
appstats-0.16.2 appstats.gemspec
appstats-0.16.1 appstats.gemspec
appstats-0.15.1 appstats.gemspec
appstats-0.15.0 appstats.gemspec
appstats-0.14.0 appstats.gemspec
appstats-0.13.4 appstats.gemspec
appstats-0.13.3 appstats.gemspec
appstats-0.13.2 appstats.gemspec
appstats-0.13.1 appstats.gemspec
appstats-0.13.0 appstats.gemspec
appstats-0.12.5 appstats.gemspec
appstats-0.12.4 appstats.gemspec
appstats-0.12.2 appstats.gemspec
appstats-0.12.1 appstats.gemspec
appstats-0.11.7 appstats.gemspec
appstats-0.11.6 appstats.gemspec