Hello community,
here is the log from the commit of package rubygem-sprockets-rails for
openSUSE:Factory checked in at 2016-07-21 07:57:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
and /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-sprockets-rails"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
2016-07-01 09:59:14.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
2016-07-21 07:57:24.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jun 29 04:33:34 UTC 2016 - [email protected]
+
+- updated to version 3.1.1
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
sprockets-rails-3.1.0.gem
New:
----
sprockets-rails-3.1.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-sprockets-rails.spec ++++++
--- /var/tmp/diff_new_pack.ZodAb6/_old 2016-07-21 07:57:26.000000000 +0200
+++ /var/tmp/diff_new_pack.ZodAb6/_new 2016-07-21 07:57:26.000000000 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-sprockets-rails
-Version: 3.1.0
+Version: 3.1.1
Release: 0
%define mod_name sprockets-rails
%define mod_full_name %{mod_name}-%{version}
++++++ sprockets-rails-3.1.0.gem -> sprockets-rails-3.1.1.gem ++++++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/sprockets/rails/version.rb
new/lib/sprockets/rails/version.rb
--- old/lib/sprockets/rails/version.rb 2016-06-28 03:25:48.000000000 +0200
+++ new/lib/sprockets/rails/version.rb 2016-06-29 05:24:33.000000000 +0200
@@ -1,5 +1,5 @@
module Sprockets
module Rails
- VERSION = "3.1.0"
+ VERSION = "3.1.1"
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/sprockets/railtie.rb new/lib/sprockets/railtie.rb
--- old/lib/sprockets/railtie.rb 2016-06-28 03:25:48.000000000 +0200
+++ new/lib/sprockets/railtie.rb 2016-06-29 05:24:33.000000000 +0200
@@ -155,7 +155,7 @@
end
config.assets.configure do |env|
- env.gzip = config.assets.gzip
+ env.gzip = config.assets.gzip if env.respond_to?(:gzip=)
end
rake_tasks do |app|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2016-06-28 03:25:48.000000000 +0200
+++ new/metadata 2016-06-29 05:24:33.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: sprockets-rails
version: !ruby/object:Gem::Version
- version: 3.1.0
+ version: 3.1.1
platform: ruby
authors:
- Joshua Peek
autorequire:
bindir: bin
cert_chain: []
-date: 2016-06-28 00:00:00.000000000 Z
+date: 2016-06-29 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: sprockets