Hello community,
here is the log from the commit of package rubygem-sass-rails for
openSUSE:Factory checked in at 2017-11-18 00:21:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sass-rails (Old)
and /work/SRC/openSUSE:Factory/.rubygem-sass-rails.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-sass-rails"
Sat Nov 18 00:21:43 2017 rev:6 rq:542644 version:5.0.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sass-rails/rubygem-sass-rails.changes
2016-07-30 00:26:32.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-sass-rails.new/rubygem-sass-rails.changes
2017-11-18 00:21:43.810160519 +0100
@@ -1,0 +2,6 @@
+Fri Nov 17 08:18:41 UTC 2017 - [email protected]
+
+- updated to version 5.0.7
+ * Remove ruby warnings
+
+-------------------------------------------------------------------
Old:
----
sass-rails-5.0.6.gem
New:
----
sass-rails-5.0.7.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-sass-rails.spec ++++++
--- /var/tmp/diff_new_pack.vBsxvD/_old 2017-11-18 00:21:44.530134304 +0100
+++ /var/tmp/diff_new_pack.vBsxvD/_new 2017-11-18 00:21:44.530134304 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-sass-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-sass-rails
-Version: 5.0.6
+Version: 5.0.7
Release: 0
%define mod_name sass-rails
%define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
Url: https://github.com/rails/sass-rails
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Sass adapter for the Rails asset pipeline
License: MIT
++++++ sass-rails-5.0.6.gem -> sass-rails-5.0.7.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/sass/rails/helpers.rb
new/lib/sass/rails/helpers.rb
--- old/lib/sass/rails/helpers.rb 2016-07-23 00:43:04.000000000 +0200
+++ new/lib/sass/rails/helpers.rb 2017-11-14 20:41:13.000000000 +0100
@@ -3,6 +3,7 @@
module Sprockets
module SassFunctions
+ remove_method :asset_data_url if method_defined?(:asset_data_url)
def asset_data_url(path)
Sass::Script::String.new("url(" +
sprockets_context.asset_data_uri(path.value) + ")")
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/sass/rails/version.rb
new/lib/sass/rails/version.rb
--- old/lib/sass/rails/version.rb 2016-07-23 00:43:04.000000000 +0200
+++ new/lib/sass/rails/version.rb 2017-11-14 20:41:13.000000000 +0100
@@ -1,5 +1,5 @@
module Sass
module Rails
- VERSION = "5.0.6"
+ VERSION = "5.0.7"
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2016-07-23 00:43:04.000000000 +0200
+++ new/metadata 2017-11-14 20:41:13.000000000 +0100
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: sass-rails
version: !ruby/object:Gem::Version
- version: 5.0.6
+ version: 5.0.7
platform: ruby
authors:
- wycats
@@ -9,7 +9,7 @@
autorequire:
bindir: bin
cert_chain: []
-date: 2016-07-22 00:00:00.000000000 Z
+date: 2017-11-14 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: railties
@@ -165,7 +165,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.5.1
+rubygems_version: 2.6.12
signing_key:
specification_version: 4
summary: Sass adapter for the Rails asset pipeline.