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