Module: Geostats
- Defined in:
- lib/geostats.rb,
lib/geostats/http.rb,
lib/geostats/stats.rb,
lib/geostats/utils.rb,
lib/geostats/version.rb,
lib/geostats/database.rb,
lib/geostats/generator.rb,
lib/geostats/models/log.rb,
lib/geostats/views/base.rb,
lib/geostats/grabber/log.rb,
lib/geostats/commands/set.rb,
lib/geostats/grabber/logs.rb,
lib/geostats/grabber/user.rb,
lib/geostats/models/cache.rb,
lib/geostats/commands/help.rb,
lib/geostats/commands/init.rb,
lib/geostats/commands/push.rb,
lib/geostats/grabber/cache.rb,
lib/geostats/views/default.rb,
lib/geostats/models/setting.rb,
lib/geostats/commands/update.rb,
lib/geostats/models/log_type.rb,
lib/geostats/commands/console.rb,
lib/geostats/commands/migrate.rb,
lib/geostats/views/milestones.rb,
lib/geostats/commands/generate.rb,
lib/geostats/models/cache_type.rb,
lib/geostats/views/monthly_founds.rb,
lib/geostats/views/founds_by_cache_type.rb,
lib/geostats/views/difficulty_terrain_matrix.rb,
lib/geostats/commands/base.rb
Defined Under Namespace
Modules: Commands, Grabber, Utils, Views Classes: Cache, CacheType, Database, Generator, HTTP, Log, LogType, Setting, Stats
Constant Summary collapse
- COMMANDS =
%w(console generate help init migrate push set update)
- ROOT =
File.join(File.(File.dirname(__FILE__)), "geostats")
- VERSION =
"0.1.0"