Hello community,

here is the log from the commit of package rubygem-rspec for openSUSE:Factory 
checked in at 2015-06-15 17:46:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-08 13:03:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rspec.new/rubygem-rspec.changes 
2015-06-15 17:46:21.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jun 13 04:34:22 UTC 2015 - co...@suse.com
+
+- updated to version 3.3.0
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  rspec-3.2.0.gem

New:
----
  rspec-3.3.0.gem

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

Other differences:
------------------
++++++ rubygem-rspec.spec ++++++
--- /var/tmp/diff_new_pack.kkEfzq/_old  2015-06-15 17:46:22.000000000 +0200
+++ /var/tmp/diff_new_pack.kkEfzq/_new  2015-06-15 17:46:22.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-rspec
-Version:        3.2.0
+Version:        3.3.0
 Release:        0
 %define mod_name rspec
 %define mod_full_name %{mod_name}-%{version}

++++++ rspec-3.2.0.gem -> rspec-3.3.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2015-02-03 16:33:11.000000000 +0100
+++ new/README.md       2015-06-12 17:04:35.000000000 +0200
@@ -4,33 +4,20 @@
 
 # Description
 
-rspec is a meta-gem, which depends on the rspec-core, rspec-expectations
-and rspec-mocks gems. Each of these can be installed separately and actived in
-isolation with the `gem` command. Among other benefits, this allows you to use
+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 load the
-components of rspec that you're not using.
+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.
 
 ## Documentation
 
-### rspec-core
-
-* [Cucumber features](http://relishapp.com/rspec/rspec-core)
-* [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/frames)
-
-### rspec-mocks
-
-* [Cucumber features](http://relishapp.com/rspec/rspec-mocks)
-* [RDoc](http://rubydoc.info/gems/rspec-mocks/frames)
+See http://rspec.info/documentation/ for links to documentation for all gems.
 
 ## Install
 
@@ -42,6 +29,6 @@
 
 ## Also see
 
-* [http://github.com/rspec/rspec-core](http://github.com/rspec/rspec-core)
-* 
[http://github.com/rspec/rspec-expectations](http://github.com/rspec/rspec-expectations)
-* [http://github.com/rspec/rspec-mocks](http://github.com/rspec/rspec-mocks)
+* <http://github.com/rspec/rspec-core>
+* <http://github.com/rspec/rspec-expectations>
+* <http://github.com/rspec/rspec-mocks>
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-02-03 16:33:11.000000000 +0100
+++ new/lib/rspec/version.rb    2015-06-12 17:04:35.000000000 +0200
@@ -1,5 +1,5 @@
 module RSpec # :nodoc:
   module Version # :nodoc:
-    STRING = '3.2.0'
+    STRING = '3.3.0'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-02-03 16:33:11.000000000 +0100
+++ new/metadata        2015-06-12 17:04:35.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rspec
 version: !ruby/object:Gem::Version
-  version: 3.2.0
+  version: 3.3.0
 platform: ruby
 authors:
 - Steven Baker
@@ -45,7 +45,7 @@
   ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
   F3MdtaDehhjC
   -----END CERTIFICATE-----
-date: 2015-02-03 00:00:00.000000000 Z
+date: 2015-06-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.2.0
+        version: 3.3.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.2.0
+        version: 3.3.0
 - !ruby/object:Gem::Dependency
   name: rspec-expectations
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.2.0
+        version: 3.3.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.2.0
+        version: 3.3.0
 - !ruby/object:Gem::Dependency
   name: rspec-mocks
   requirement: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.2.0
+        version: 3.3.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 3.2.0
+        version: 3.3.0
 description: BDD for Ruby
 email: rs...@googlegroups.com
 executables: []
@@ -120,9 +120,9 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubyforge_project: rspec
+rubyforge_project: 
 rubygems_version: 2.2.2
 signing_key: 
 specification_version: 4
-summary: rspec-3.2.0
+summary: rspec-3.3.0
 test_files: []
Files old/metadata.gz.sig and new/metadata.gz.sig differ


Reply via email to