Sha256: 229e47ae0103c3f1b04f935ecab073c5fe1f39ee35cccc1ea1ae695547653e37
Contents?: true
Size: 746 Bytes
Versions: 4
Compression:
Stored size: 746 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "rabl/version" Gem::Specification.new do |s| s.name = "rabl" s.version = Rabl::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Nathan Esquenazi"] s.email = ["nesquena@gmail.com"] s.homepage = "https://github.com/nesquena/rabl" s.summary = %q{General ruby templating for json or xml} s.description = %q{General ruby templating for json or xml} s.rubyforge_project = "rabl" 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rabl-0.0.4 | rabl.gemspec |
rabl-0.0.3 | rabl.gemspec |
rabl-0.0.2 | rabl.gemspec |
rabl-0.0.1 | rabl.gemspec |