Sha256: aac9110b6a20d0ad24656e9eef1a3888e34821b8e82103e14f3e0b577808b7c7
Contents?: true
Size: 447 Bytes
Versions: 1
Compression:
Stored size: 447 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 from version 2.0.4, it renamed to optimism, new home page is github.com/GutenYe/optimism EOF s.author = "Guten" s.email = "ywzhaifei@Gmail.com" s.homepage = "http://github.com/GutenYe/optimism" 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.4 | o.gemspec |