Sha256: 264a5a2928f2460b5d3610af7511a6a9dab52dc9e59e63da57d1bbc3cdd9ee56

Contents?: true

Size: 947 Bytes

Versions: 26

Compression:

Stored size: 947 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "edifice/version"

Gem::Specification.new do |s|
  s.name        = "edifice"
  s.version     = Edifice::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Tom Coleman", "Zoltan Olah", "Joe Dollard"]
  s.email       = ["tom@thesnail.org", "zol@me.com", "jdollard@gmail.com"]
  s.homepage    = "http://github.com/tmeasday/edifice"
  s.summary     = %q{Ediface is a Javascript framework released as a rails plugin.}
  s.description = %q{The idea here is to communicate which view is rendering to the javascript so that we can call the correct javascript files in an automagical way.}

  s.rubyforge_project = "edifice"

  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

26 entries across 26 versions & 1 rubygems

Version Path
edifice-1.0 edifice.gemspec
edifice-0.10.3 edifice.gemspec
edifice-0.10.2 edifice.gemspec
edifice-0.10.1 edifice.gemspec
edifice-0.10.0 edifice.gemspec
edifice-0.9.0 edifice.gemspec
edifice-0.8.0 edifice.gemspec
edifice-0.7.3 edifice.gemspec
edifice-0.7.2 edifice.gemspec
edifice-0.7.1 edifice.gemspec
edifice-0.7.0 edifice.gemspec
edifice-0.6.9 edifice.gemspec
edifice-0.6.8 edifice.gemspec
edifice-0.6.7 edifice.gemspec
edifice-0.6.6 edifice.gemspec
edifice-0.6.5 edifice.gemspec
edifice-0.6.4 edifice.gemspec
edifice-0.6.3 edifice.gemspec
edifice-0.6.2 edifice.gemspec
edifice-0.6.1 edifice.gemspec