Sha256: 452b560106f4997068df57869e6265171420f95c41353a34cd50488e24c77810
Contents?: true
Size: 945 Bytes
Versions: 1
Compression:
Stored size: 945 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'dashing_json/version' Gem::Specification.new do |spec| spec.name = "dashing_json" spec.version = DashingJson::VERSION spec.authors = ["John Otander"] spec.email = ["johnotander@gmail.com"] spec.description = %q{Make your JSON absolutely dashing in your rails HTML views.} spec.summary = %q{Make your JSON absolutely dashing in your rails HTML views.} spec.homepage = "https://github.com/johnotander/dashing_json" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dashing_json-0.0.1 | dashing_json.gemspec |