Sha256: 848064d2f5ac2771c732b839372ec87e5a32d4c69005327908435c0b52e9da21

Contents?: true

Size: 435 Bytes

Versions: 3

Compression:

Stored size: 435 Bytes

Contents

$: << "lib"
require "o/version"

Gem::Specification.new do |s|
	s.name = "o"
	s.version = O::VERSION::IS
	s.summary = "a configuration libraray for Ruby"
	s.description = <<-EOF
a coonfiguration libraray 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")
	#s.executables = ["x"]

	#s.add_dependency "x"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
o-2.0.2 o.gemspec
o-2.0.1 o.gemspec
o-2.0.0 o.gemspec