Sha256: 75443b951dd471172a204519b4c0bc8581d434742278d223b3c5f3b977a78074

Contents?: true

Size: 583 Bytes

Versions: 1

Compression:

Stored size: 583 Bytes

Contents

Gem::Specification.new do |s|
  s.name     = "access_loggable"
  s.version  = "0.0.2"
  s.date     = "2011-02-06"
  s.authors  = ["Dimko"]
  s.email    = "deemox@gmail.com"
  s.summary  = "Provides easy way to register actions with your models"
  s.homepage = "http://github.com/dimko/access_loggable"
  s.rubyforge_project = s.name
  s.has_rdoc = false

  s.files    = ["access_loggable.gemspec", "init.rb", "lib/access_loggable.rb", "Rakefile", "README.md"]
  # s.require_path = "lib"

  s.add_runtime_dependency 'rails', '>= 2.0.0'

  s.required_rubygems_version = ">= 1.3.4"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
access_loggable-0.0.2 access_loggable.gemspec