Hello community,
here is the log from the commit of package rubygem-font-awesome-rails for
openSUSE:Factory checked in at 2019-06-19 20:59:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-font-awesome-rails (Old)
and /work/SRC/openSUSE:Factory/.rubygem-font-awesome-rails.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-font-awesome-rails"
Wed Jun 19 20:59:49 2019 rev:4 rq:705990 version:4.7.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-font-awesome-rails/rubygem-font-awesome-rails.changes
2018-04-11 14:04:01.914378227 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-font-awesome-rails.new.4811/rubygem-font-awesome-rails.changes
2019-06-19 20:59:51.058059050 +0200
@@ -1,0 +2,6 @@
+Sun May 5 09:26:12 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 4.7.0.5
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
font-awesome-rails-4.7.0.4.gem
New:
----
font-awesome-rails-4.7.0.5.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-font-awesome-rails.spec ++++++
--- /var/tmp/diff_new_pack.v4KK9F/_old 2019-06-19 20:59:51.786059702 +0200
+++ /var/tmp/diff_new_pack.v4KK9F/_new 2019-06-19 20:59:51.786059702 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-font-awesome-rails
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,7 +24,7 @@
#
Name: rubygem-font-awesome-rails
-Version: 4.7.0.4
+Version: 4.7.0.5
Release: 0
%define mod_name font-awesome-rails
%define mod_full_name %{mod_name}-%{version}
++++++ font-awesome-rails-4.7.0.4.gem -> font-awesome-rails-4.7.0.5.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2018-04-10 02:45:38.000000000 +0200
+++ new/README.md 2019-04-16 17:32:54.000000000 +0200
@@ -97,7 +97,7 @@
### Rails engines
When building a Rails engine that includes font-awesome-rails as a dependency,
-be sure to `require "font-awesome-rails"` somewhere during the intialization of
+be sure to `require "font-awesome-rails"` somewhere during the initialization
of
your engine. Otherwise, Rails will not automatically pick up the load path of
the font-awesome-rails assets and helpers ([source
1](https://github.com/bokmann/font-awesome-rails/issues/130#issuecomment-95308175),
[source
2](https://bibwild.wordpress.com/2013/02/27/gem-depends-on-rails-engine-gem-gotcha-need-explicit-require/),
[source
3](http://stackoverflow.com/questions/5159607/rails-engine-gems-dependencies-how-to-load-them-into-the-application/5850503#5850503)).
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/font-awesome-rails/version.rb
new/lib/font-awesome-rails/version.rb
--- old/lib/font-awesome-rails/version.rb 2018-04-10 02:45:38.000000000
+0200
+++ new/lib/font-awesome-rails/version.rb 2019-04-16 17:32:54.000000000
+0200
@@ -1,6 +1,6 @@
module FontAwesome
module Rails
FA_VERSION = "4.7.0"
- VERSION = "4.7.0.4"
+ VERSION = "4.7.0.5"
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2018-04-10 02:45:38.000000000 +0200
+++ new/metadata 2019-04-16 17:32:54.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: font-awesome-rails
version: !ruby/object:Gem::Version
- version: 4.7.0.4
+ version: 4.7.0.5
platform: ruby
authors:
- bokmann
autorequire:
bindir: bin
cert_chain: []
-date: 2018-04-10 00:00:00.000000000 Z
+date: 2019-04-16 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: railties
@@ -19,7 +19,7 @@
version: '3.2'
- - "<"
- !ruby/object:Gem::Version
- version: '6.0'
+ version: '6.1'
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@
version: '3.2'
- - "<"
- !ruby/object:Gem::Version
- version: '6.0'
+ version: '6.1'
- !ruby/object:Gem::Dependency
name: activesupport
requirement: !ruby/object:Gem::Requirement
@@ -116,7 +116,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.7.6
+rubygems_version: 2.6.14.3
signing_key:
specification_version: 4
summary: an asset gemification of the font-awesome icon font library