[DRE-commits] [ruby-rspec-instafail] 06/108: gemspec
Hideki Yamane
henrich at moszumanska.debian.org
Sun Nov 15 18:36:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch debian/sid
in repository ruby-rspec-instafail.
commit 7376ed36681965e3f6d1f32ced08b683b4c0344a
Author: grosser <grosser.michael at gmail.com>
Date: Sun Aug 15 17:58:36 2010 +0200
gemspec
---
rspec-instafail.gemspec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/rspec-instafail.gemspec b/rspec-instafail.gemspec
new file mode 100644
index 0000000..9c7d7cd
--- /dev/null
+++ b/rspec-instafail.gemspec
@@ -0,0 +1,48 @@
+# 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{rspec-instafail}
+ s.version = "0.1.0"
+
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
+ s.authors = ["Michael Grosser"]
+ s.date = %q{2010-08-15}
+ s.email = %q{grosser.michael at gmail.com}
+ s.files = [
+ "Rakefile",
+ "Readme.md",
+ "VERSION",
+ "lib/rspec/instafail.rb",
+ "spec/instafail_spec.rb",
+ "spec/rspec_1/Gemfile",
+ "spec/rspec_1/Gemfile.lock",
+ "spec/rspec_1/a_test.rb",
+ "spec/rspec_2/Gemfile",
+ "spec/rspec_2/Gemfile.lock",
+ "spec/rspec_2/a_test.rb"
+ ]
+ s.homepage = %q{http://github.com/grosser/rspec-instafail}
+ s.rdoc_options = ["--charset=UTF-8"]
+ s.require_paths = ["lib"]
+ s.rubygems_version = %q{1.3.6}
+ s.summary = %q{Show failing specs instantly}
+ s.test_files = [
+ "spec/rspec_1/a_test.rb",
+ "spec/rspec_2/a_test.rb",
+ "spec/instafail_spec.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
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec-instafail.git
More information about the Pkg-ruby-extras-commits
mailing list