keystone.gemspec in keystone-0.0.31 vs keystone.gemspec in keystone-0.0.32

- old
+ new

@@ -1,25 +1,27 @@ # Generated by jeweler -# DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# DO NOT EDIT THIS FILE +# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{keystone} - s.version = "0.0.29" + s.name = "keystone" + s.version = "0.0.32" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["paco"] - s.date = %q{2010-09-02} - s.description = %q{oreore library} - s.email = %q{paco.jp@gmail.com} + s.date = "2011-12-07" + s.description = "oreore library" + s.email = "paco.jp@gmail.com" s.extra_rdoc_files = [ - "README" + "README", + "README.ore" ] s.files = [ ".gitignore", "README", + "README.ore", "Rakefile", "VERSION", "doc/classes/Dir.html", "doc/classes/Dir.src/M000003.html", "doc/classes/FlagSetMaker.html", @@ -158,52 +160,52 @@ "lib/keystone/core_ext/ipaddr.rb", "lib/keystone/core_ext/object.rb", "lib/keystone/core_ext/tempfile.rb", "lib/keystone/core_ext/uri.rb", "lib/keystone/mail.rb", - "lib/keystone/mail/address.rb", - "lib/keystone/mail/content_type.rb", - "lib/keystone/mail/message.rb", - "lib/keystone/mail/message_factory.rb", - "lib/keystone/mail/message_iso2022jp.rb", - "lib/keystone/mail/message_sjis.rb", - "lib/keystone/mail/receive.rb", "lib/keystone/mail/send.rb", + "lib/keystone/mail__old/address.rb", + "lib/keystone/mail__old/content_type.rb", + "lib/keystone/mail__old/message.rb", + "lib/keystone/mail__old/message_factory.rb", + "lib/keystone/mail__old/message_iso2022jp.rb", + "lib/keystone/mail__old/message_sjis.rb", + "lib/keystone/mail__old/receive.rb", + "lib/keystone/mail__old/send.rb", "lib/keystone/os.rb", "lib/keystone/os/abstract_os.rb", "lib/keystone/os/centos.rb", "lib/keystone/os/darwin.rb", "lib/keystone/os/linux.rb", "lib/keystone/os/osx.rb", "lib/keystone/os/unix.rb", "lib/keystone/string_util.rb", "test/test_core_ext.rb", "test/test_string_util.rb", + "test_local/batch.rb", "util/README", "util/bin/command_broadcast.rb", "util/bin/disk_size_check.rb", "util/bin/notice", "util/bin/ve2tar.rb", "vendor/flag_set_maker.rb", "vendor/moji.rb" ] - s.homepage = %q{http://github.com/kanamei/keystone} + s.homepage = "http://github.com/kanamei/keystone" s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} - s.summary = %q{oreore library} + s.rubygems_version = "1.8.11" + s.summary = "oreore library" s.test_files = [ "test/test_core_ext.rb", "test/test_string_util.rb" ] if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end -