commit rubygem-stomp for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-stomp for openSUSE:Factory 
checked in at 2020-10-05 19:34:01

Comparing /work/SRC/openSUSE:Factory/rubygem-stomp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-stomp.new.4249 (New)


Package is "rubygem-stomp"

Mon Oct  5 19:34:01 2020 rev:7 rq:838086 version:1.4.10

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-stomp/rubygem-stomp.changes  
2020-03-07 21:40:23.180359163 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-stomp.new.4249/rubygem-stomp.changes
2020-10-05 19:34:01.541252977 +0200
@@ -1,0 +2,16 @@
+Fri Sep 25 15:00:08 UTC 2020 - Stephan Kulow 
+
+updated to version 1.4.10
+ see installed CHANGELOG.md
+
+  ## 1.4.10 20200819
+  
+  * Fix issue #165
+  * Reinstate autoflush behavior
+  * Correct _receive method signature
+  * Update version
+  
+  * More debugging messages in netio.rb.
+  
+
+---

Old:

  stomp-1.4.9.gem

New:

  stomp-1.4.10.gem



Other differences:
--
++ rubygem-stomp.spec ++
--- /var/tmp/diff_new_pack.di5Gsm/_old  2020-10-05 19:34:02.113253536 +0200
+++ /var/tmp/diff_new_pack.di5Gsm/_new  2020-10-05 19:34:02.117253539 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-stomp
-Version:1.4.9
+Version:1.4.10
 Release:0
 %define mod_name stomp
 %define mod_full_name %{mod_name}-%{version}

++ stomp-1.4.9.gem -> stomp-1.4.10.gem ++
 1693 lines of diff (skipped)




commit rubygem-stomp for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-stomp for openSUSE:Factory 
checked in at 2020-03-07 21:40:19

Comparing /work/SRC/openSUSE:Factory/rubygem-stomp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-stomp.new.26092 (New)


Package is "rubygem-stomp"

Sat Mar  7 21:40:19 2020 rev:6 rq:773856 version:1.4.9

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-stomp/rubygem-stomp.changes  
2019-01-21 10:54:48.987695224 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-stomp.new.26092/rubygem-stomp.changes   
2020-03-07 21:40:23.180359163 +0100
@@ -1,0 +2,17 @@
+Mon Feb 10 15:53:23 UTC 2020 - Stephan Kulow 
+
+- updated to version 1.4.9
+ see installed CHANGELOG.md
+
+  ## 1.4.9 20191116
+  
+  * More debugging messages in netio.rb.
+  * Test workaround for Artemis-2289.
+  * New put and get examples.
+  * Fix issue #160.
+  * Address issue #155.
+  * Suppress SSL stacktrace to stdout.
+  * Example logger enhancements.
+  * Optional STOMP frame in examples.
+
+---

Old:

  stomp-1.4.8.gem

New:

  stomp-1.4.9.gem



Other differences:
--
++ rubygem-stomp.spec ++
--- /var/tmp/diff_new_pack.mXZQb1/_old  2020-03-07 21:40:23.924359665 +0100
+++ /var/tmp/diff_new_pack.mXZQb1/_new  2020-03-07 21:40:23.928359668 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-stomp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-stomp
-Version:1.4.8
+Version:1.4.9
 Release:0
 %define mod_name stomp
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:https://github.com/stompgem/stomp
+URL:https://github.com/stompgem/stomp
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Ruby client for the Stomp messaging protocol

++ stomp-1.4.8.gem -> stomp-1.4.9.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-12-19 16:44:53.0 +0100
+++ new/CHANGELOG.md2019-11-16 19:32:57.0 +0100
@@ -1,5 +1,16 @@
 # Stomp Gem Change Log
 
+## 1.4.9 20191116
+
+* More debugging messages in netio.rb.
+* Test workaround for Artemis-2289.
+* New put and get examples.
+* Fix issue #160.
+* Address issue #155.
+* Suppress SSL stacktrace to stdout.
+* Example logger enhancements.
+* Optional STOMP frame in examples.
+
 ## 1.4.8 20181219
 
 * Fix missed merge from 1.4.7 release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-12-19 16:44:53.0 +0100
+++ new/README.md   2019-11-16 19:32:57.0 +0100
@@ -6,94 +6,97 @@
 
 An implementation of the Stomp protocol for Ruby. See:
 
-* [STOMP 1.0, 1.1, and 1.2] (http://stomp.github.com/index.html)
+* [STOMP 1.0](http://stomp.github.io/stomp-specification-1.0.html)
+* [STOMP 1.1](http://stomp.github.io/stomp-specification-1.1.html)
+* [STOMP 1.2](http://stomp.github.io/stomp-specification-1.2.html)
 
 ## Hash Login Example Usage (**this is the recommended login technique**):
 
-```
-hash = {
-:hosts => [
-# First connect is to remotehost1
-{:login => "login1", :passcode => "passcode1", :host => "remotehost1", 
:port => 61612, :ssl => true},
-# First failover connect is to remotehost2
-{:login => "login2", :passcode => "passcode2", :host => "remotehost2", 
:port => 61613, :ssl => false},
-],
-# These are the default parameters and do not need to be set
-:reliable => true,  # reliable (use failover)
-:initial_reconnect_delay => 0.01,   # initial delay before reconnect 
(secs)
-:max_reconnect_delay => 30.0,   # max delay before reconnect
-:use_exponential_back_off => true,  # increase delay between reconnect 
attpempts
-:back_off_multiplier => 2,  # next delay multiplier
-:max_reconnect_attempts => 0,   # retry forever, use # for maximum 
attempts
-:randomize => false,# do not radomize hosts hash 
before reconnect
-:connect_timeout => 0,  # Timeout for TCP/TLS connects, 
use # for max seconds
-:connect_headers => {}, # user supplied CONNECT headers 
(req'd for Stomp 

commit rubygem-stomp for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-stomp for openSUSE:Factory 
checked in at 2019-01-21 10:54:26

Comparing /work/SRC/openSUSE:Factory/rubygem-stomp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-stomp.new.28833 (New)


Package is "rubygem-stomp"

Mon Jan 21 10:54:26 2019 rev:5 rq:666104 version:1.4.8

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-stomp/rubygem-stomp.changes  
2018-11-26 10:36:33.176589068 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-stomp.new.28833/rubygem-stomp.changes   
2019-01-21 10:54:48.987695224 +0100
@@ -1,0 +2,24 @@
+Mon Jan 14 13:59:23 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.4.8
+ see installed CHANGELOG.md
+
+  ## 1.4.8 20181219
+  
+  * Fix missed merge from 1.4.7 release.
+  * Add global debug output flag to all unit tests.
+
+---
+Wed Dec 19 07:16:49 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.4.7
+ see installed CHANGELOG.md
+
+  ## 1.4.7 20181210
+  
+  * Support SSL cert/key in text format.
+  * Test adjustments for Artemis
+  * Correct missing variable name
+  * Fix Ruby 2.6 test indentation warning
+
+---

Old:

  stomp-1.4.6.gem

New:

  stomp-1.4.8.gem



Other differences:
--
++ rubygem-stomp.spec ++
--- /var/tmp/diff_new_pack.dFvPSZ/_old  2019-01-21 10:54:49.687694381 +0100
+++ /var/tmp/diff_new_pack.dFvPSZ/_new  2019-01-21 10:54:49.691694376 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-stomp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-stomp
-Version:1.4.6
+Version:1.4.8
 Release:0
 %define mod_name stomp
 %define mod_full_name %{mod_name}-%{version}
@@ -42,8 +42,7 @@
 PreReq: update-alternatives
 
 %description
-Ruby client for the Stomp messaging protocol.  Note that this gem is no longer
-supported on rubyforge.
+Ruby client for the Stomp messaging protocol.
 
 %prep
 

++ stomp-1.4.6.gem -> stomp-1.4.8.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-11-05 17:06:09.0 +0100
+++ new/CHANGELOG.md2018-12-19 16:44:53.0 +0100
@@ -1,5 +1,17 @@
 # Stomp Gem Change Log
 
+## 1.4.8 20181219
+
+* Fix missed merge from 1.4.7 release.
+* Add global debug output flag to all unit tests.
+
+## 1.4.7 20181210
+
+* Support SSL cert/key in text format.
+* Test adjustments for Artemis
+* Correct missing variable name
+* Fix Ruby 2.6 test indentation warning
+
 ## 1.4.6 20181105
 
 * Fix broken JRuby support.  Issue #153.
@@ -31,7 +43,7 @@
 
 ## 1.4.3 20160821
 
-* Quick fix of install failures.  Do not try to use install 1.4.2.
+* Quick fix of install failures.  Do not try to install 1.4.2.
 
 ## 1.4.2 20160820
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-11-05 17:06:10.0 +0100
+++ new/README.md   2018-12-19 16:44:53.0 +0100
@@ -94,6 +94,8 @@
 
 See _CHANGELOG.rdoc_ for details.
 
+* Gem version 1.4.8. Fix missed merge in 1.4.7 release.
+* Gem version 1.4.7. Add support for text SSL certs.  Do not use, use 1.4.8 
instead.
 * Gem version 1.4.6. Fix version 1.4.5 which breaks JRuby support.
 * Gem version 1.4.5. JRuby broken here.  Use is not recommended.
 * Gem version 1.4.4. Miscellaneous fixes, see CHANGELOG.md for details.
@@ -292,7 +294,7 @@
 2009-12-25
 
 
-(0364)
+(0362)
 
 
 
@@ -320,7 +322,7 @@
 2010-03-23
 
 
-(0087)
+(0092)
 
 
 
@@ -805,5 +807,18 @@
  / mo...@cmu.edu
 
 
+
+
+2018-11-19
+
+
+(0003)
+
+
+
+Katharine
+
+ / krsibb...@gmail.com
+
+
 
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2018-11-05 17:06:10.0 +0100
+++ new/Rakefile2018-12-19 16:44:53.0 +0100
@@ -33,7 +33,7 @@
 gem.version = Stomp::Version::STRING
 gem.summary = %Q{Ruby client for the Stomp messaging protocol}
 gem.license = "Apache-2.0"
-gem.description = %Q{Ruby client for the Stomp messaging protocol.  Note 
that this gem is no longer supported on rubyforge.}
+gem.description = %Q{Ruby client for the Stomp messaging protocol.}
 gem.email = ["bri...@apache.org", 'mar...@stones.com', 
'morel...@gmail.com',
'allard.gu...@gmail.com' ]
  

commit rubygem-stomp for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package rubygem-stomp for openSUSE:Factory 
checked in at 2018-11-26 10:33:55

Comparing /work/SRC/openSUSE:Factory/rubygem-stomp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-stomp.new.19453 (New)


Package is "rubygem-stomp"

Mon Nov 26 10:33:55 2018 rev:4 rq:651620 version:1.4.6

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-stomp/rubygem-stomp.changes  
2017-06-20 09:39:27.284025308 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-stomp.new.19453/rubygem-stomp.changes   
2018-11-26 10:36:33.176589068 +0100
@@ -1,0 +2,25 @@
+Thu Nov 22 05:38:32 UTC 2018 - Stephan Kulow 
+
+- updated to version 1.4.6
+ see installed CHANGELOG.md
+
+  ## 1.4.6 20181105
+  
+  * Fix broken JRuby support.  Issue #153.
+  * Rework many tests for JRuby support.
+  * Add optional debug output to all tests.
+  
+  ## 1.4.5 20181027
+  
+  * Add option for no timeout on network read
+  * Lock check of @io.ready for SSL sockets
+  * Squelch some deprecation warnings
+  * Address issue #146
+  * Reintroduce named excepton on nil header
+  * Environmentally control some debug flags
+  * Raise named exception on bad server frame
+  * Attempt to address issue #152
+  * Eliminate Ruby 2.5 warnings in unit tests
+  * Major refactor of all gem examples
+
+---

Old:

  stomp-1.4.4.gem

New:

  stomp-1.4.6.gem



Other differences:
--
++ rubygem-stomp.spec ++
--- /var/tmp/diff_new_pack.GDahmc/_old  2018-11-26 10:36:42.576578073 +0100
+++ /var/tmp/diff_new_pack.GDahmc/_new  2018-11-26 10:36:42.580578069 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-stomp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-stomp
-Version:1.4.4
+Version:1.4.6
 Release:0
 %define mod_name stomp
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:https://github.com/stompgem/stomp
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Ruby client for the Stomp messaging protocol
 License:Apache-2.0

++ stomp-1.4.4.gem -> stomp-1.4.6.gem ++
 8733 lines of diff (skipped)




commit rubygem-stomp for openSUSE:Factory

2017-06-20 Thread root
Hello community,

here is the log from the commit of package rubygem-stomp for openSUSE:Factory 
checked in at 2017-06-20 09:39:26

Comparing /work/SRC/openSUSE:Factory/rubygem-stomp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-stomp.new (New)


Package is "rubygem-stomp"

Tue Jun 20 09:39:26 2017 rev:3 rq:504000 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-stomp/rubygem-stomp.changes  
2016-10-10 16:22:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-stomp.new/rubygem-stomp.changes 
2017-06-20 09:39:27.284025308 +0200
@@ -1,0 +2,16 @@
+Tue Jun 13 20:55:58 UTC 2017 - co...@suse.com
+
+- updated to version 1.4.4
+ see installed CHANGELOG.md
+
+  ## 1.4.4 20170611
+  
+  * Merge fix for issue 141.
+  * Fix broken MatReconnectAttempts
+  * Attempt to detect mismatched SSL port and params.
+  * Issue 139, add ssl checks to receive timeout logic.
+  * Eliminate assert_nothing_raised from tests.
+  * Add Artemis suport to standard test bed.
+  * Run JRuby tests more easily.
+
+---

Old:

  stomp-1.4.3.gem

New:

  stomp-1.4.4.gem



Other differences:
--
++ rubygem-stomp.spec ++
--- /var/tmp/diff_new_pack.hecKRu/_old  2017-06-20 09:39:27.947931702 +0200
+++ /var/tmp/diff_new_pack.hecKRu/_new  2017-06-20 09:39:27.947931702 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-stomp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-stomp
-Version:1.4.3
+Version:1.4.4
 Release:0
 %define mod_name stomp
 %define mod_full_name %{mod_name}-%{version}

++ stomp-1.4.3.gem -> stomp-1.4.4.gem ++
 2491 lines of diff (skipped)




commit rubygem-stomp for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-stomp for openSUSE:Factory 
checked in at 2016-10-10 16:22:41

Comparing /work/SRC/openSUSE:Factory/rubygem-stomp (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-stomp.new (New)


Package is "rubygem-stomp"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-stomp/rubygem-stomp.changes  
2016-09-21 18:47:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-stomp.new/rubygem-stomp.changes 
2016-10-10 16:22:45.0 +0200
@@ -1,0 +2,30 @@
+Sat Sep 10 04:39:54 UTC 2016 - co...@suse.com
+
+- updated to version 1.4.3
+ see installed CHANGELOG.md
+
+  ## 1.4.3 20160821
+  
+  * Quick fix of install failures.  Do not try to use install 1.4.2.
+
+---
+Sun Aug 21 04:39:11 UTC 2016 - co...@suse.com
+
+- updated to version 1.4.2
+ see installed CHANGELOG.md
+
+  ## 1.4.2 20160820
+  
+  * Refine SSL examples.
+  * Address issue #124 with additional RDOC.
+  * spec for Stomp::Client - check that headers passed to connection contain 
+required values as well as given custom and that given hash is not 
modified.
+  * Stomp::Client now does not modify given headers hash
+  * spec description enhancement.
+  * fix build_subscription_id - symbol and string were mixed up.
+  * STOMP_TESTSSL flag should enable all SSL tests.
+  * Add a basic Gemfile.
+  * Fix a memory leak in receipt implementation.
+  * Add unit test helper script.
+
+---

Old:

  stomp-1.4.1.gem

New:

  stomp-1.4.3.gem



Other differences:
--
++ rubygem-stomp.spec ++
--- /var/tmp/diff_new_pack.BpfjvK/_old  2016-10-10 16:22:47.0 +0200
+++ /var/tmp/diff_new_pack.BpfjvK/_new  2016-10-10 16:22:47.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-stomp
-Version:1.4.1
+Version:1.4.3
 Release:0
 %define mod_name stomp
 %define mod_full_name %{mod_name}-%{version}

++ stomp-1.4.1.gem -> stomp-1.4.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-06-23 21:27:59.0 +0200
+++ new/CHANGELOG.md2016-08-22 00:54:57.0 +0200
@@ -1,5 +1,23 @@
 # Stomp Gem Change Log
 
+## 1.4.3 20160821
+
+* Quick fix of install failures.  Do not try to use install 1.4.2.
+
+## 1.4.2 20160820
+
+* Refine SSL examples.
+* Address issue #124 with additional RDOC.
+* spec for Stomp::Client - check that headers passed to connection contain 
+  required values as well as given custom and that given hash is not modified.
+* Stomp::Client now does not modify given headers hash
+* spec description enhancement.
+* fix build_subscription_id - symbol and string were mixed up.
+* STOMP_TESTSSL flag should enable all SSL tests.
+* Add a basic Gemfile.
+* Fix a memory leak in receipt implementation.
+* Add unit test helper script.
+
 ## 1.4.1 20160623
 
 * Add call to #post_connection_check to normal SSL processing.  This change
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-06-23 21:27:59.0 +0200
+++ new/README.md   2016-08-22 00:54:57.0 +0200
@@ -93,6 +93,8 @@
 
 See _CHANGELOG.rdoc_ for details.
 
+* Gem version 1.4.3. Fix broken install.  Do not try to install 1.4.2.
+* Gem version 1.4.2. Fix memory leak, and others !: see CHANGELOG.md for 
details.
 * Gem version 1.4.1. Important SSL changes !: see CHANGELOG.md for details.
 * Gem version 1.4.0. Note: Change sementics of :parse_timeout, see 
CHANGELOG.md for details.
 * Gem version 1.3.5. Miscellaneous fixes, see CHANGELOG.rdoc for details.
@@ -291,7 +293,7 @@
 2009-12-25
 
 
-(0362)
+(0369)
 
 
 
@@ -706,5 +708,60 @@
  / wayne.robin...@gmail.com
 
 
+
+
+2016-07-12
+
+
+(0006)
+
+
+
+Nikolay Khasanov
+
+ / nkhasa...@groupon.com
+
+
+
+
+2016-07-16
+
+
+(0004)
+
+
+
+GitHub
+
+ / nore...@github.com
+
+
+
+
+2016-06-02
+
+
+(0001)
+
+
+
+Ryan Rosenblum
+
+ / ryan.rosenb...@gmail.com
+
+
+
+
+2016-08-17
+
+
+(0002)
+
+
+
+Alexandre Moutot
+
+ / a.mou...@alphalink.fr
+
+
 
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-06-23 21:27:59.0 +0200
+++ new/Rakefile2016-08-22 00:54:57.0 +0200
@@ -39,7 +39,7 @@
 gem.homepage = "https://github.com/stompgem/stomp;
 gem.authors = ["Brian McCallister", 'Marius Mathiesen', 'Thiago Morello',
 'Guy M. Allard']
-gem.add_development_dependency "rspec", '>= 2.14.1'
+gem.add_development_dependency 'rspec', '~>