Sha256: 7d54e42b423194162593c4d319aa143fa5b4b9695faec3452b36c204efc5e9bb
Contents?: true
Size: 767 Bytes
Versions: 5
Compression:
Stored size: 767 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/dynaspan/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Daniel P. Clark'] gem.email = ['6ftdan@gmail.com'] gem.description = %q{In place text editing with AJAX substituting text to input field.} gem.summary = %q{Text to AJAX editing in place.} gem.homepage = 'https://github.com/danielpclark/dynaspan' gem.licenses = ['MIT'] gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = 'dynaspan' gem.require_paths = ['lib'] gem.version = Dynaspan::VERSION end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
dynaspan-0.0.5 | dynaspan.gemspec |
dynaspan-0.0.4 | dynaspan.gemspec |
dynaspan-0.0.3 | dynaspan.gemspec |
dynaspan-0.0.2 | dynaspan.gemspec |
dynaspan-0.0.1 | dynaspan.gemspec |