Hello community,
here is the log from the commit of package rubygem-sprockets-rails for
openSUSE:Factory checked in at 2017-09-12 19:54:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets-rails (Old)
and /work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-sprockets-rails"
Tue Sep 12 19:54:33 2017 rev:18 rq:523018 version:3.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
2016-09-12 13:26:19.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
2017-09-12 19:55:07.649333195 +0200
@@ -1,0 +2,6 @@
+Fri Sep 8 13:11:18 UTC 2017 - [email protected]
+
+- updated to version 3.2.1
+ * Fix load error with ActionView::Helpers. [#383]
+
+-------------------------------------------------------------------
Old:
----
sprockets-rails-3.2.0.gem
New:
----
sprockets-rails-3.2.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-sprockets-rails.spec ++++++
--- /var/tmp/diff_new_pack.rhonlq/_old 2017-09-12 19:55:08.417225224 +0200
+++ /var/tmp/diff_new_pack.rhonlq/_new 2017-09-12 19:55:08.421224662 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-sprockets-rails
#
-# 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-sprockets-rails
-Version: 3.2.0
+Version: 3.2.1
Release: 0
%define mod_name sprockets-rails
%define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
Url: https://github.com/rails/sprockets-rails
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Sprockets Rails integration
License: MIT
++++++ sprockets-rails-3.2.0.gem -> sprockets-rails-3.2.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2016-09-01 17:14:04.000000000 +0200
+++ new/README.md 2017-08-31 22:34:54.000000000 +0200
@@ -187,6 +187,6 @@
## Code Status
-* [](http://travis-ci.org/rails/sprockets-rails)
+* [](http://travis-ci.org/rails/sprockets-rails)
* [](http://badge.fury.io/rb/sprockets-rails)
*
[](https://gemnasium.com/rails/sprockets-rails)
Binary 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/context.rb
new/lib/sprockets/rails/context.rb
--- old/lib/sprockets/rails/context.rb 2016-09-01 17:14:04.000000000 +0200
+++ new/lib/sprockets/rails/context.rb 2017-08-31 22:34:54.000000000 +0200
@@ -1,4 +1,4 @@
-require 'action_view'
+require 'action_view/helpers'
require 'sprockets'
module Sprockets
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 2016-09-01 17:14:04.000000000 +0200
+++ new/lib/sprockets/rails/helper.rb 2017-08-31 22:34:54.000000000 +0200
@@ -88,7 +88,7 @@
message << "To bypass the asset pipeline and preserve this
behavior,\n"
message << "use the `skip_pipeline: true` option.\n"
- call_stack = respond_to?(:caller_locations) ? caller_locations :
caller
+ call_stack = Kernel.respond_to?(:caller_locations) &&
::Rails::VERSION::MAJOR >= 5 ? caller_locations : caller
ActiveSupport::Deprecation.warn(message, call_stack)
end
super
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-09-01 17:14:04.000000000 +0200
+++ new/lib/sprockets/rails/version.rb 2017-08-31 22:34:54.000000000 +0200
@@ -1,5 +1,5 @@
module Sprockets
module Rails
- VERSION = "3.2.0"
+ VERSION = "3.2.1"
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2016-09-01 17:14:04.000000000 +0200
+++ new/metadata 2017-08-31 22:34:54.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: sprockets-rails
version: !ruby/object:Gem::Version
- version: 3.2.0
+ version: 3.2.1
platform: ruby
authors:
- Joshua Peek
autorequire:
bindir: bin
cert_chain: []
-date: 2016-09-01 00:00:00.000000000 Z
+date: 2017-08-31 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: sprockets
@@ -145,7 +145,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.6.4
+rubygems_version: 2.5.2
signing_key:
specification_version: 4
summary: Sprockets Rails integration