Hello community,
here is the log from the commit of package rubygem-path_expander for
openSUSE:Factory checked in at 2017-06-08 15:01:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-path_expander (Old)
and /work/SRC/openSUSE:Factory/.rubygem-path_expander.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-path_expander"
Thu Jun 8 15:01:36 2017 rev:3 rq:497711 version:1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-path_expander/rubygem-path_expander.changes
2016-12-11 13:29:43.007355679 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-path_expander.new/rubygem-path_expander.changes
2017-06-08 15:01:38.682526112 +0200
@@ -1,0 +2,12 @@
+Tue May 23 10:10:02 UTC 2017 - [email protected]
+
+- updated to version 1.0.2
+ see installed History.rdoc
+
+ === 1.0.2 / 2017-05-09
+
+ * 1 bug fix:
+
+ * Fixed expand_dirs_to_files returning non-files on glob expansion.
+
+-------------------------------------------------------------------
Old:
----
path_expander-1.0.1.gem
New:
----
path_expander-1.0.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-path_expander.spec ++++++
--- /var/tmp/diff_new_pack.vcqmby/_old 2017-06-08 15:01:39.202452734 +0200
+++ /var/tmp/diff_new_pack.vcqmby/_new 2017-06-08 15:01:39.206452171 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-path_expander
#
-# 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-path_expander
-Version: 1.0.1
+Version: 1.0.2
Release: 0
%define mod_name path_expander
%define mod_full_name %{mod_name}-%{version}
++++++ path_expander-1.0.1.gem -> path_expander-1.0.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc 2016-12-01 02:37:38.000000000 +0100
+++ new/History.rdoc 2017-05-10 00:35:13.000000000 +0200
@@ -1,3 +1,9 @@
+=== 1.0.2 / 2017-05-09
+
+* 1 bug fix:
+
+ * Fixed expand_dirs_to_files returning non-files on glob expansion.
+
=== 1.0.1 / 2016-11-30
* 1 bug fix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Manifest.txt new/Manifest.txt
--- old/Manifest.txt 2016-12-01 02:37:38.000000000 +0100
+++ new/Manifest.txt 2017-05-10 00:35:13.000000000 +0200
@@ -4,5 +4,6 @@
README.rdoc
Rakefile
lib/path_expander.rb
+test/bad_named_dir.rb/.ignore
test/test_bad.rb
test/test_path_expander.rb
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/path_expander.rb new/lib/path_expander.rb
--- old/lib/path_expander.rb 2016-12-01 02:37:38.000000000 +0100
+++ new/lib/path_expander.rb 2017-05-10 00:35:13.000000000 +0200
@@ -13,7 +13,7 @@
# PathExpander.
class PathExpander
- VERSION = "1.0.1" # :nodoc:
+ VERSION = "1.0.2" # :nodoc:
##
# The args array to process.
@@ -42,7 +42,7 @@
def expand_dirs_to_files *dirs
dirs.flatten.map { |p|
if File.directory? p then
- Dir[File.join(p, glob)]
+ Dir[File.join(p, glob)].find_all { |f| File.file? f }
else
p
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2016-12-01 02:37:38.000000000 +0100
+++ new/metadata 2017-05-10 00:35:13.000000000 +0200
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: path_expander
version: !ruby/object:Gem::Version
- version: 1.0.1
+ version: 1.0.2
platform: ruby
authors:
- Ryan Davis
@@ -30,36 +30,36 @@
E4oJcnPkJAr0rw504JGtlZtONZQblwmRJOIdXzolaE3NRGUzGVOUSptZppAKiavY
fO6tdKQc/5RfA8oQEkg8hrxA5PQSz4TOFJGLpFvIapEk6tMruQ0bHgkhr9auXg==
-----END CERTIFICATE-----
-date: 2016-12-01 00:00:00.000000000 Z
+date: 2017-05-09 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: rdoc
requirement: !ruby/object:Gem::Requirement
requirements:
- - - ~>
+ - - "~>"
- !ruby/object:Gem::Version
version: '4.0'
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - - ~>
+ - - "~>"
- !ruby/object:Gem::Version
version: '4.0'
- !ruby/object:Gem::Dependency
name: hoe
requirement: !ruby/object:Gem::Requirement
requirements:
- - - ~>
+ - - "~>"
- !ruby/object:Gem::Version
- version: '3.15'
+ version: '3.16'
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - - ~>
+ - - "~>"
- !ruby/object:Gem::Version
- version: '3.15'
+ version: '3.16'
description: |-
PathExpander helps pre-process command-line arguments expanding
directories into their constituent files. It further helps by
@@ -82,12 +82,13 @@
- Manifest.txt
- README.rdoc
files:
-- .autotest
+- ".autotest"
- History.rdoc
- Manifest.txt
- README.rdoc
- Rakefile
- lib/path_expander.rb
+- test/bad_named_dir.rb/.ignore
- test/test_bad.rb
- test/test_path_expander.rb
homepage: https://github.com/seattlerb/path_expander
@@ -96,23 +97,23 @@
metadata: {}
post_install_message:
rdoc_options:
-- --main
+- "--main"
- README.rdoc
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - - '>='
+ - - ">="
- !ruby/object:Gem::Version
version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - - '>='
+ - - ">="
- !ruby/object:Gem::Version
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.4.5
+rubygems_version: 2.6.8
signing_key:
specification_version: 4
summary: PathExpander helps pre-process command-line arguments expanding
directories
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ