linux-tools.gemspec in linux-tools-0.2.1 vs linux-tools.gemspec in linux-tools-0.3.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "linux-tools" - s.version = "0.2.1" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Mrigesh Pokhrel"] - s.date = "2012-06-22" + s.date = "2012-07-12" s.description = "Common *NIX tools and commands which can be used easily in irb" s.email = "mrigeshpokhrel@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -22,10 +22,12 @@ ".yardoc/objects/root.dat", ".yardoc/proxy_types", "Gemfile", "Gemfile.lock", "LICENSE.txt", + "Marshal.4.8", + "Marshal.4.8.Z", "README.rdoc", "Rakefile", "VERSION", "doc/Lt.html", "doc/_index.html", @@ -44,11 +46,17 @@ "doc/method_list.html", "doc/top-level-namespace.html", "features/linux-tools.feature", "features/step_definitions/linux-tools_steps.rb", "features/support/env.rb", + "latest_specs.4.8", + "latest_specs.4.8.gz", "lib/linux-tools.rb", "linux-tools.gemspec", + "prerelease_specs.4.8", + "prerelease_specs.4.8.gz", + "specs.4.8", + "specs.4.8.gz", "tests/linux-tools_tests.rb", "tests/tests_helper.rb" ] s.homepage = "http://github.com/mrigesh/linux-tools" s.licenses = ["MIT"]