Sha256: 10ed1cd88a4681062e59463e5e424618d58509f208c96648b5198f7b14189326
Contents?: true
Size: 908 Bytes
Versions: 9
Compression:
Stored size: 908 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'jsonity/version' Gem::Specification.new do |spec| spec.name = 'jsonity' spec.version = Jsonity::VERSION spec.authors = ['Yuki Iwanaga'] spec.email = ['yuki@creasty.com'] spec.summary = 'The most sexy language for building JSON in Ruby' spec.description = 'The most sexy language for building JSON in Ruby' spec.homepage = 'https://github.com/creasty/jsonity' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") 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.6' spec.add_development_dependency 'rake', '~> 10.3' end
Version data entries
9 entries across 9 versions & 1 rubygems