Hello community,
here is the log from the commit of package rubygem-sprockets-rails for
openSUSE:Factory checked in at 2015-05-15 07:44:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2015-05-10 10:47:06.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
2015-05-15 07:44:27.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 13 04:30:57 UTC 2015 - [email protected]
+
+- updated to version 2.3.1
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
sprockets-rails-2.3.0.gem
New:
----
sprockets-rails-2.3.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-sprockets-rails.spec ++++++
--- /var/tmp/diff_new_pack.HkSBAA/_old 2015-05-15 07:44:27.000000000 +0200
+++ /var/tmp/diff_new_pack.HkSBAA/_new 2015-05-15 07:44:27.000000000 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-sprockets-rails
-Version: 2.3.0
+Version: 2.3.1
Release: 0
%define mod_name sprockets-rails
%define mod_full_name %{mod_name}-%{version}
++++++ sprockets-rails-2.3.0.gem -> sprockets-rails-2.3.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/helper.rb
new/lib/sprockets/rails/helper.rb
--- old/lib/sprockets/rails/helper.rb 2015-05-07 20:18:21.000000000 +0200
+++ new/lib/sprockets/rails/helper.rb 2015-05-12 21:53:51.000000000 +0200
@@ -130,7 +130,7 @@
if environment = assets_environment
if asset = environment[path]
- if self.raise_runtime_errors && path != asset.logical_path
+ if self.is_a?(ActionView::Base) && self.raise_runtime_errors &&
path != asset.logical_path
raise AssetAliasUsed.new(path, asset.logical_path)
end
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 2015-05-07 20:18:21.000000000 +0200
+++ new/lib/sprockets/rails/version.rb 2015-05-12 21:53:51.000000000 +0200
@@ -1,5 +1,5 @@
module Sprockets
module Rails
- VERSION = "2.3.0"
+ VERSION = "2.3.1"
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2015-05-07 20:18:21.000000000 +0200
+++ new/metadata 2015-05-12 21:53:51.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: sprockets-rails
version: !ruby/object:Gem::Version
- version: 2.3.0
+ version: 2.3.1
platform: ruby
authors:
- Joshua Peek
autorequire:
bindir: bin
cert_chain: []
-date: 2015-05-07 00:00:00.000000000 Z
+date: 2015-05-12 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: sprockets