Hello community,

here is the log from the commit of package rubygem-rspec for openSUSE:Factory 
checked in at 2015-12-01 10:02:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rspec (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rspec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rspec"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rspec/rubygem-rspec.changes      
2015-06-15 17:46:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rspec.new/rubygem-rspec.changes 
2015-12-01 10:02:27.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Nov 14 05:38:52 UTC 2015 - [email protected]
+
+- updated to version 3.4.0
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  rspec-3.3.0.gem

New:
----
  rspec-3.4.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-rspec.spec ++++++
--- /var/tmp/diff_new_pack.IfpMuc/_old  2015-12-01 10:02:28.000000000 +0100
+++ /var/tmp/diff_new_pack.IfpMuc/_new  2015-12-01 10:02:28.000000000 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-rspec
-Version:        3.3.0
+Version:        3.4.0
 Release:        0
 %define mod_name rspec
 %define mod_full_name %{mod_name}-%{version}
@@ -49,7 +49,7 @@
 
 %install
 %gem_install \
-  --doc-files="License.txt README.md" \
+  --doc-files="LICENSE.md README.md" \
   -f
 
 %gem_packages

++++++ rspec-3.3.0.gem -> rspec-3.4.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE.md new/LICENSE.md
--- old/LICENSE.md      1970-01-01 01:00:00.000000000 +0100
+++ new/LICENSE.md      2015-11-12 08:47:46.000000000 +0100
@@ -0,0 +1,27 @@
+The MIT License (MIT)
+=====================
+
+Copyright © 2009 Chad Humphries, David Chelimsky  
+Copyright © 2006 David Chelimsky, The RSpec Development Team  
+Copyright © 2005 Steven Baker
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the “Software”), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/License.txt new/License.txt
--- old/License.txt     2015-06-12 17:04:35.000000000 +0200
+++ new/License.txt     1970-01-01 01:00:00.000000000 +0100
@@ -1,24 +0,0 @@
-(The MIT License)
-
-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
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2015-06-12 17:04:35.000000000 +0200
+++ new/README.md       2015-11-12 08:47:46.000000000 +0100
@@ -4,16 +4,20 @@
 
 # Description
 
-rspec is a meta-gem, which depends on the 
[rspec-core](https://github.com/rspec/rspec-core), 
[rspec-expectations](https://github.com/rspec/rspec-expectations)
-and [rspec-mocks](https://github.com/rspec/rspec-mocks) gems. Each of these 
can be installed separately and loaded in
-isolation using `require`. Among other benefits, this allows you to use
-rspec-expectations, for example, in Test::Unit::TestCase if you happen to
-prefer that style.
+rspec is a meta-gem, which depends on the
+[rspec-core](https://github.com/rspec/rspec-core),
+[rspec-expectations](https://github.com/rspec/rspec-expectations)
+and [rspec-mocks](https://github.com/rspec/rspec-mocks) gems. Each of these
+can be installed separately and loaded in isolation using `require`. Among
+other benefits, this allows you to use rspec-expectations, for example, in
+Test::Unit::TestCase if you happen to prefer that style.
 
 Conversely, if you like RSpec's approach to declaring example groups and
-examples (`describe` and `it`) but prefer Test::Unit assertions and mocha, rr
-or flexmock for mocking, you'll be able to do that without having to install 
or load the
-components of RSpec that you're not using.
+examples (`describe` and `it`) but prefer Test::Unit assertions and
+[mocha](https://github.com/mochajs/mocha), [rr] (https://github.com/btakita/rr)
+or [flexmock] (https://github.com/jimweirich/flexmock) for mocking, you'll be
+able to do that without having to install or load the components of RSpec that
+you're not using.
 
 ## Documentation
 
@@ -29,6 +33,7 @@
 
 ## Also see
 
-* <http://github.com/rspec/rspec-core>
-* <http://github.com/rspec/rspec-expectations>
-* <http://github.com/rspec/rspec-mocks>
+* [https://github.com/rspec/rspec-core](https://github.com/rspec/rspec-core)
+* 
[https://github.com/rspec/rspec-expectations](https://github.com/rspec/rspec-expectations)
+* [https://github.com/rspec/rspec-mocks](https://github.com/rspec/rspec-mocks)
+* [https://github.com/rspec/rspec-rails](https://github.com/rspec/rspec-rails)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rspec/version.rb new/lib/rspec/version.rb
--- old/lib/rspec/version.rb    2015-06-12 17:04:35.000000000 +0200
+++ new/lib/rspec/version.rb    2015-11-12 08:47:46.000000000 +0100
@@ -1,5 +1,5 @@
 module RSpec # :nodoc:
   module Version # :nodoc:
-    STRING = '3.3.0'
+    STRING = '3.4.0'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-06-12 17:04:35.000000000 +0200
+++ new/metadata        2015-11-12 08:47:46.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rspec
 version: !ruby/object:Gem::Version
-  version: 3.3.0
+  version: 3.4.0
 platform: ruby
 authors:
 - Steven Baker
@@ -45,7 +45,7 @@
   ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
   F3MdtaDehhjC
   -----END CERTIFICATE-----
-date: 2015-06-12 00:00:00.000000000 Z
+date: 2015-11-12 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec-core
@@ -53,42 +53,42 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.3.0
+        version: 3.4.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.3.0
+        version: 3.4.0
 - !ruby/object:Gem::Dependency
   name: rspec-expectations
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.3.0
+        version: 3.4.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.3.0
+        version: 3.4.0
 - !ruby/object:Gem::Dependency
   name: rspec-mocks
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.3.0
+        version: 3.4.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.3.0
+        version: 3.4.0
 description: BDD for Ruby
 email: [email protected]
 executables: []
@@ -96,7 +96,7 @@
 extra_rdoc_files:
 - README.md
 files:
-- License.txt
+- LICENSE.md
 - README.md
 - lib/rspec.rb
 - lib/rspec/version.rb
@@ -124,5 +124,5 @@
 rubygems_version: 2.2.2
 signing_key: 
 specification_version: 4
-summary: rspec-3.3.0
+summary: rspec-3.4.0
 test_files: []
Files old/metadata.gz.sig and new/metadata.gz.sig differ


Reply via email to