Sha256: e7bbb2b77fbaf070cb732168ed9c12e6e52f0595f5b3e8c43b4d9cf5244e1cd0
Contents?: true
Size: 774 Bytes
Versions: 1
Compression:
Stored size: 774 Bytes
Contents
Gem::Specification.new do |s| s.name = "sayso-permalink_fu" s.version = "0.0.1.001" s.authors = ['SaySo'] s.platform = Gem::Platform::RUBY s.rubyforge_project = "knapo-permalink_fu" s.homepage = "http://github.com/sayso/permalink_fu" s.summary = 'Simple plugin extracted from Mephisto for creating permalinks from attributes - forked and gemified for sayso' 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"] s.add_dependency('rails', '>= 3.0.5') s.add_dependency('activerecord', '>= 3.0.5') s.add_dependency('activesupport', '>= 3.0.5') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sayso-permalink_fu-0.0.1.001 | permalink_fu.gemspec |