Sha256: 11622f9fa11ca77048450e878e542c96919ec090ec2d0058a03ea2ee8a82fab1
Contents?: true
Size: 821 Bytes
Versions: 1
Compression:
Stored size: 821 Bytes
Contents
Gem::Specification.new do |s| s.name = "hosted_gem_development" s.version = "0.1.0" s.authors = ["Alex Fortuna"] s.email = ["alex.r@askit.org"] s.homepage = "http://github.com/dadooda/hosted_gem_development" # Copy these from class's description, adjust markup. s.summary = %q{Hosted gem/plugin development infrastructure} s.description = %q{"Hosted" development infrastructure makes gem development easier by including them into (making them "hosted by") your live application. Then you update your gem's code like you update regular application code. } # end of s.description= 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hosted_gem_development-0.1.0 | hosted_gem_development.gemspec |