builtinextension.gemspec in builtinextension-0.0.1 vs builtinextension.gemspec in builtinextension-0.0.2

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "builtinextension" - s.version = "0.0.1" + s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["ippei94da"] s.date = "2012-04-02" s.description = "Personally frequently used methods for builtin classes,\n e.g., String, Array, etc.\n These methods are not implemented in Ruby and\n are doubted to offer to be implemented into Ruby core system.\n A main target is my personal programming.\n " @@ -23,12 +23,23 @@ "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "builtinextension.gemspec", + "lib/array_include_eql.rb", + "lib/array_select_indices.rb", + "lib/string_color.rb", "lib/string_escape_zsh.rb", + "lib/string_mismatch.rb", + "lib/string_width.rb", + "spec/array_include_eql_spec.rb", + "spec/array_select_indices_spec.rb", + "spec/print_color", "spec/spec_helper.rb", - "spec/string_escape_zsh_spec.rb" + "spec/string_color_spec.rb", + "spec/string_escape_zsh_spec.rb", + "spec/string_mismatch_spec.rb", + "spec/string_width_spec.rb" ] s.homepage = "http://github.com/ippei94da/builtinextension" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.21"