[DRE-commits] [ruby-docile] 06/17: Imported Upstream version 2.8.0

Christian Hofstaedtler zeha at moszumanska.debian.org
Sat Dec 28 12:17:40 UTC 2013


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to annotated tag debian/2.10.0-2
in repository ruby-docile.

commit 56f9f847725a8923f522f603d35d07e93217eaf6
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Jan 9 14:49:15 2012 +0100

    Imported Upstream version 2.8.0
---
 .document            |  2 --
 .gitignore           |  7 -----
 Gemfile              |  7 -----
 License.txt          |  4 ++-
 README.markdown      |  6 ++--
 Rakefile             | 16 -----------
 lib/rspec/version.rb |  2 +-
 metadata.yml         | 79 ++++++++++++++++++++++++----------------------------
 rspec.gemspec        | 29 -------------------
 9 files changed, 43 insertions(+), 109 deletions(-)

diff --git a/.document b/.document
deleted file mode 100644
index 197d26e..0000000
--- a/.document
+++ /dev/null
@@ -1,2 +0,0 @@
-README.markdown
-License.txt
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 0644a68..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-*.sw?
-.DS_Store
-coverage
-doc
-pkg
-Gemfile.lock
-.bundle
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index 590a6cc..0000000
--- a/Gemfile
+++ /dev/null
@@ -1,7 +0,0 @@
-source :rubygems
-
-gem "rake"
-
-%w[rspec-core rspec-expectations rspec-mocks].each do |lib|
-  gem lib, :path => File.expand_path("../../#{lib}", __FILE__)
-end
diff --git a/License.txt b/License.txt
index 722cd08..02bc06c 100644
--- a/License.txt
+++ b/License.txt
@@ -1,6 +1,8 @@
 (The MIT License)
 
-Copyright (c) 2009, 2010 David Chelimsky, Chad Humphries
+Copyright (c) 2009 Chad Humphries, David Chelimsky
+Copyright (c) 2006 David Chelimsky, The RSpec Development Team
+Copyright (c) 2005 Steven Baker
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/README.markdown b/README.markdown
index 627ed73..904ebe6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -20,17 +20,17 @@ components of rspec that you're not using.
 ### rspec-core
 
 * [Cucumber features](http://relishapp.com/rspec/rspec-core)
-* [RDoc](http://rubydoc.info/gems/rspec-core/2.4.0/frames)
+* [RDoc](http://rubydoc.info/gems/rspec-core/frames)
 
 ### rspec-expectations
 
 * [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
-* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)
+* [RDoc](http://rubydoc.info/gems/rspec-expectations/frames)
 
 ### rspec-mocks
 
 * [Cucumber features](http://relishapp.com/rspec/rspec-mocks)
-* [RDoc](http://rubydoc.info/gems/rspec-mocks/2.4.0/frames)
+* [RDoc](http://rubydoc.info/gems/rspec-mocks/frames)
 
 ## Install
 
diff --git a/Rakefile b/Rakefile
deleted file mode 100644
index 2b52127..0000000
--- a/Rakefile
+++ /dev/null
@@ -1,16 +0,0 @@
-require "bundler"
-Bundler.setup
-Bundler::GemHelper.install_tasks
-
-require 'rake'
-require 'fileutils'
-require 'pathname'
-
-task :clobber do
-  rm_rf 'pkg'
-end
-
-task :default do
-  puts "Nothing to do for the default task"
-end
-
diff --git a/lib/rspec/version.rb b/lib/rspec/version.rb
index 2524264..d40ba03 100644
--- a/lib/rspec/version.rb
+++ b/lib/rspec/version.rb
@@ -1,5 +1,5 @@
 module RSpec # :nodoc:
   module Version # :nodoc:
-    STRING = '2.5.0'
+    STRING = '2.8.0'
   end
 end
diff --git a/metadata.yml b/metadata.yml
index cba32bf..41f9c6d 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,74 +1,73 @@
 --- !ruby/object:Gem::Specification 
 name: rspec
 version: !ruby/object:Gem::Version 
-  hash: 27
-  prerelease: false
+  hash: 47
+  prerelease: 
   segments: 
   - 2
-  - 5
+  - 8
   - 0
-  version: 2.5.0
+  version: 2.8.0
 platform: ruby
 authors: 
+- Steven Baker
 - David Chelimsky
-- Chad Humphries
 autorequire: 
 bindir: bin
 cert_chain: []
 
-date: 2011-02-05 00:00:00 -06:00
-default_executable: 
+date: 2012-01-05 00:00:00 Z
 dependencies: 
 - !ruby/object:Gem::Dependency 
-  requirement: &id001 !ruby/object:Gem::Requirement 
+  version_requirements: &id001 !ruby/object:Gem::Requirement 
     none: false
     requirements: 
     - - ~>
       - !ruby/object:Gem::Version 
-        hash: 27
+        hash: 47
         segments: 
         - 2
-        - 5
+        - 8
         - 0
-        version: 2.5.0
-  type: :runtime
-  name: rspec-core
+        version: 2.8.0
   prerelease: false
-  version_requirements: *id001
+  requirement: *id001
+  name: rspec-core
+  type: :runtime
 - !ruby/object:Gem::Dependency 
-  requirement: &id002 !ruby/object:Gem::Requirement 
+  version_requirements: &id002 !ruby/object:Gem::Requirement 
     none: false
     requirements: 
     - - ~>
       - !ruby/object:Gem::Version 
-        hash: 27
+        hash: 47
         segments: 
         - 2
-        - 5
+        - 8
         - 0
-        version: 2.5.0
-  type: :runtime
-  name: rspec-expectations
+        version: 2.8.0
   prerelease: false
-  version_requirements: *id002
+  requirement: *id002
+  name: rspec-expectations
+  type: :runtime
 - !ruby/object:Gem::Dependency 
-  requirement: &id003 !ruby/object:Gem::Requirement 
+  version_requirements: &id003 !ruby/object:Gem::Requirement 
     none: false
     requirements: 
     - - ~>
       - !ruby/object:Gem::Version 
-        hash: 27
+        hash: 47
         segments: 
         - 2
-        - 5
+        - 8
         - 0
-        version: 2.5.0
-  type: :runtime
-  name: rspec-mocks
+        version: 2.8.0
   prerelease: false
-  version_requirements: *id003
-description: Meta-gem that depends on the other rspec gems
-email: dchelimsky at gmail.com;chad.humphries at gmail.com
+  requirement: *id003
+  name: rspec-mocks
+  type: :runtime
+description: BDD for Ruby
+email: rspec-users at rubyforge.org
 executables: []
 
 extensions: []
@@ -76,19 +75,13 @@ extensions: []
 extra_rdoc_files: 
 - README.markdown
 files: 
-- .document
-- .gitignore
-- Gemfile
-- License.txt
-- README.markdown
-- Rakefile
 - lib/rspec.rb
 - lib/rspec/version.rb
-- rspec.gemspec
-has_rdoc: true
-homepage: http://github.com/rspec/rspec
-licenses: []
-
+- License.txt
+- README.markdown
+homepage: http://github.com/rspec
+licenses: 
+- MIT
 post_install_message: 
 rdoc_options: 
 - --charset=UTF-8
@@ -115,9 +108,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
 requirements: []
 
 rubyforge_project: rspec
-rubygems_version: 1.3.7
+rubygems_version: 1.8.11
 signing_key: 
 specification_version: 3
-summary: rspec-2.5.0
+summary: rspec-2.8.0
 test_files: []
 
diff --git a/rspec.gemspec b/rspec.gemspec
deleted file mode 100644
index 5e918ae..0000000
--- a/rspec.gemspec
+++ /dev/null
@@ -1,29 +0,0 @@
-# -*- encoding: utf-8 -*-
-
-$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
-require "rspec/version"
-
-Gem::Specification.new do |s|
-  s.name        = "rspec"
-  s.version     = RSpec::Version::STRING
-  s.platform    = Gem::Platform::RUBY
-  s.authors     = ["David Chelimsky", "Chad Humphries"]
-  s.email       = "dchelimsky at gmail.com;chad.humphries at gmail.com"
-  s.homepage    = "http://github.com/rspec/rspec"
-  s.summary     = "rspec-#{RSpec::Version::STRING}"
-  s.description = "Meta-gem that depends on the other rspec gems"
-
-  s.rubygems_version   = "1.3.7"
-  s.rubyforge_project  = "rspec"
-
-  s.files            = `git ls-files`.split("\n")
-  s.test_files       = `git ls-files -- {spec,features}/*`.split("\n")
-  s.executables      = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
-  s.extra_rdoc_files = [ "README.markdown" ]
-  s.rdoc_options     = ["--charset=UTF-8"]
-  s.require_path     = "lib"
-
-  %w[core expectations mocks].each do |name|
-    s.add_runtime_dependency "rspec-#{name}", "~> #{RSpec::Version::STRING.split('.')[0..1].concat(['0']).join('.')}"
-  end
-end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-docile.git



More information about the Pkg-ruby-extras-commits mailing list