[macruby-changes] [4612] DietRB/trunk/dietrb.gemspec

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 8 03:48:32 PDT 2010


Revision: 4612
          http://trac.macosforge.org/projects/ruby/changeset/4612
Author:   eloy.de.enige at gmail.com
Date:     2010-10-08 03:48:31 -0700 (Fri, 08 Oct 2010)
Log Message:
-----------
Add gemspec for 0.1.0

From: Eloy Duran <eloy.de.enige at gmail.com>

Added Paths:
-----------
    DietRB/trunk/dietrb.gemspec

Added: DietRB/trunk/dietrb.gemspec
===================================================================
--- DietRB/trunk/dietrb.gemspec	                        (rev 0)
+++ DietRB/trunk/dietrb.gemspec	2010-10-08 10:48:31 UTC (rev 4612)
@@ -0,0 +1,53 @@
+# Generated by jeweler
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# -*- encoding: utf-8 -*-
+
+Gem::Specification.new do |s|
+  s.name = %q{dietrb}
+  s.version = "0.1.0"
+
+  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
+  s.authors = ["Eloy Duran"]
+  s.date = %q{2010-02-07}
+  s.default_executable = %q{dietrb}
+  s.description = %q{IRB on a diet, for MacRuby / Ruby 1.9}
+  s.email = %q{eloy.de.enige at gmail.com}
+  s.executables = ["dietrb"]
+  s.extra_rdoc_files = [
+    "README"
+  ]
+  s.files = [
+    "README",
+     "Rakefile",
+     "VERSION",
+     "bin/dietrb",
+     "lib/irb.rb",
+     "lib/irb/context.rb",
+     "lib/irb/source.rb",
+     "spec/context_spec.rb",
+     "spec/source_spec.rb",
+     "spec/spec_helper.rb"
+  ]
+  s.homepage = %q{http://github.com/alloy/dietrb}
+  s.rdoc_options = ["--charset=UTF-8"]
+  s.require_paths = ["lib"]
+  s.rubygems_version = %q{1.3.5}
+  s.summary = %q{IRB on a diet, for MacRuby / Ruby 1.9}
+  s.test_files = [
+    "spec/context_spec.rb",
+     "spec/source_spec.rb",
+     "spec/spec_helper.rb"
+  ]
+
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 3
+
+    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+    else
+    end
+  else
+  end
+end
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101008/9469519b/attachment.html>


More information about the macruby-changes mailing list