Sha256: 525710ee024c01958b640f2b852cdd44f896178e7540cf13f39f99fe39eb75a9
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
$: << "lib" require "o/version" Gem::Specification.new do |s| s.name = "o" s.version = O::VERSION::IS s.summary = "a configuration library for Ruby" s.description = <<-EOF a coonfiguration library for Ruby EOF s.author = "Guten" s.email = "ywzhaifei@Gmail.com" s.homepage = "http://github.com/GutenYe/o" s.rubyforge_project = "xx" s.files = `git ls-files`.split("\n") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
o-2.0.3 | o.gemspec |