Hello community,

here is the log from the commit of package rubygem-bcrypt for openSUSE:Factory 
checked in at 2016-07-12 23:53:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bcrypt (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-bcrypt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-bcrypt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-bcrypt/rubygem-bcrypt.changes    
2015-02-11 16:45:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bcrypt.new/rubygem-bcrypt.changes       
2016-07-12 23:53:33.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Mar  7 05:28:23 UTC 2016 - [email protected]
+
+- updated to version 3.1.11
+ see installed CHANGELOG
+
+  
+  3.1.11 Mar 06 2016
+    - Add support for Ruby 2.2 in compiled Windows binaries
+
+-------------------------------------------------------------------

Old:
----
  bcrypt-3.1.10.gem

New:
----
  bcrypt-3.1.11.gem

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

Other differences:
------------------
++++++ rubygem-bcrypt.spec ++++++
--- /var/tmp/diff_new_pack.aFxtSd/_old  2016-07-12 23:53:34.000000000 +0200
+++ /var/tmp/diff_new_pack.aFxtSd/_new  2016-07-12 23:53:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bcrypt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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-bcrypt
-Version:        3.1.10
+Version:        3.1.11
 Release:        0
 %define mod_name bcrypt
 %define mod_full_name %{mod_name}-%{version}

++++++ bcrypt-3.1.10.gem -> bcrypt-3.1.11.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2015-01-29 06:17:05.000000000 +0100
+++ new/.travis.yml     2016-03-06 06:45:05.000000000 +0100
@@ -6,6 +6,7 @@
   - 2.0.0
   - 2.1.0
   - 2.2.0
+  - 2.3.0
   - ruby-head
   - jruby-18mode
   - jruby-19mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG new/CHANGELOG
--- old/CHANGELOG       2015-01-29 06:17:05.000000000 +0100
+++ new/CHANGELOG       2016-03-06 06:45:05.000000000 +0100
@@ -79,3 +79,6 @@
 
 3.1.10 Jan 28 2015
   - Fix issue with dumping a BCrypt::Password instance to YAML in Ruby 2.2 [GH 
#107 by @mattwildig]
+
+3.1.11 Mar 06 2016
+  - Add support for Ruby 2.2 in compiled Windows binaries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock    2015-01-29 06:17:05.000000000 +0100
+++ new/Gemfile.lock    2016-03-06 06:45:05.000000000 +0100
@@ -1,31 +1,32 @@
 PATH
   remote: .
   specs:
-    bcrypt (3.1.10)
+    bcrypt (3.1.11)
 
 GEM
   remote: https://rubygems.org/
   specs:
     diff-lcs (1.2.5)
-    json (1.8.1)
-    json (1.8.1-java)
-    rake (10.1.0)
-    rake-compiler (0.9.2)
+    json (1.8.3)
+    json (1.8.3-java)
+    rake (10.4.2)
+    rake-compiler (0.9.5)
       rake
     rdoc (3.12.2)
       json (~> 1.4)
-    rspec (3.0.0)
-      rspec-core (~> 3.0.0)
-      rspec-expectations (~> 3.0.0)
-      rspec-mocks (~> 3.0.0)
-    rspec-core (3.0.2)
-      rspec-support (~> 3.0.0)
-    rspec-expectations (3.0.2)
+    rspec (3.3.0)
+      rspec-core (~> 3.3.0)
+      rspec-expectations (~> 3.3.0)
+      rspec-mocks (~> 3.3.0)
+    rspec-core (3.3.2)
+      rspec-support (~> 3.3.0)
+    rspec-expectations (3.3.1)
       diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (~> 3.0.0)
-    rspec-mocks (3.0.2)
-      rspec-support (~> 3.0.0)
-    rspec-support (3.0.2)
+      rspec-support (~> 3.3.0)
+    rspec-mocks (3.3.2)
+      diff-lcs (>= 1.2.0, < 2.0)
+      rspec-support (~> 3.3.0)
+    rspec-support (3.3.0)
 
 PLATFORMS
   java
@@ -38,3 +39,6 @@
   rake-compiler (~> 0.9.2)
   rdoc (~> 3.12)
   rspec (>= 3)
+
+BUNDLED WITH
+   1.11.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2015-01-29 06:17:05.000000000 +0100
+++ new/README.md       2016-03-06 06:45:05.000000000 +0100
@@ -30,8 +30,8 @@
 The bcrypt gem is available on the following ruby platforms:
 
 * JRuby
-* RubyInstaller 1.8, 1.9, 2.0, and 2.1 builds on win32
-* Any 1.8, 1.9, 2.0, 2.1, or 2.2 Ruby on a BSD/OS X/Linux system with a 
compiler
+* RubyInstaller 1.8, 1.9, 2.0, 2.1, and 2.2 builds on win32
+* Any 1.8, 1.9, 2.0, 2.1, 2.2, or 2.3 Ruby on a BSD/OS X/Linux system with a 
compiler
 
 ## How to use `bcrypt()` in your Rails application
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt.gemspec new/bcrypt.gemspec
--- old/bcrypt.gemspec  2015-01-29 06:17:05.000000000 +0100
+++ new/bcrypt.gemspec  2016-03-06 06:45:05.000000000 +0100
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'bcrypt'
-  s.version = '3.1.10'
+  s.version = '3.1.11'
 
   s.summary = "OpenBSD's bcrypt() password hashing algorithm."
   s.description = <<-EOF
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-01-29 06:17:05.000000000 +0100
+++ new/metadata        2016-03-06 06:45:05.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: bcrypt
 version: !ruby/object:Gem::Version
-  version: 3.1.10
+  version: 3.1.11
 platform: ruby
 authors:
 - Coda Hale
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-01-29 00:00:00.000000000 Z
+date: 2016-03-06 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake-compiler
@@ -122,7 +122,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.5
+rubygems_version: 2.4.3
 signing_key: 
 specification_version: 4
 summary: OpenBSD's bcrypt() password hashing algorithm.


Reply via email to