Hello community,
here is the log from the commit of package rubygem-capistrano-harrow for
openSUSE:Factory checked in at 2016-06-29 15:10:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-capistrano-harrow (Old)
and /work/SRC/openSUSE:Factory/.rubygem-capistrano-harrow.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-capistrano-harrow"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-capistrano-harrow/rubygem-capistrano-harrow.changes
2016-06-11 00:01:13.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-capistrano-harrow.new/rubygem-capistrano-harrow.changes
2016-06-29 15:10:38.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jun 22 04:30:44 UTC 2016 - [email protected]
+
+- updated to version 0.5.2
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
capistrano-harrow-0.5.1.gem
New:
----
capistrano-harrow-0.5.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-capistrano-harrow.spec ++++++
--- /var/tmp/diff_new_pack.zt5xtT/_old 2016-06-29 15:10:39.000000000 +0200
+++ /var/tmp/diff_new_pack.zt5xtT/_new 2016-06-29 15:10:39.000000000 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-capistrano-harrow
-Version: 0.5.1
+Version: 0.5.2
Release: 0
%define mod_name capistrano-harrow
%define mod_full_name %{mod_name}-%{version}
@@ -49,7 +49,7 @@
%install
%gem_install \
- --doc-files="README.md" \
+ --doc-files="LICENSE.txt README.md" \
-f
%gem_packages
++++++ capistrano-harrow-0.5.1.gem -> capistrano-harrow-0.5.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt
--- old/LICENSE.txt 1970-01-01 01:00:00.000000000 +0100
+++ new/LICENSE.txt 2016-06-21 19:49:32.000000000 +0200
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2016 Harrow GmbH
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/capistrano-harrow.gemspec
new/capistrano-harrow.gemspec
--- old/capistrano-harrow.gemspec 2016-05-06 18:14:39.000000000 +0200
+++ new/capistrano-harrow.gemspec 2016-06-21 19:49:32.000000000 +0200
@@ -13,6 +13,7 @@
spec.summary = %q{A plugin to improve the user experience for users of
Capistrano and Harrow}
spec.description = %q{Hooks to allow people experiencing problems with
Capistrano to register with a service to get help and have a smoother workflow.}
spec.homepage = "https://github.com/harrowio/capistrano-harrow"
+ spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").reject { |f|
f.match(%r{^(test|spec|features)/}) }
spec.bindir = "exe"
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/capistrano/harrow/version.rb
new/lib/capistrano/harrow/version.rb
--- old/lib/capistrano/harrow/version.rb 2016-05-06 18:14:39.000000000
+0200
+++ new/lib/capistrano/harrow/version.rb 2016-06-21 19:49:32.000000000
+0200
@@ -1,5 +1,5 @@
module Capistrano
module Harrow
- VERSION = "0.5.1"
+ VERSION = "0.5.2"
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2016-05-06 18:14:39.000000000 +0200
+++ new/metadata 2016-06-21 19:49:32.000000000 +0200
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: capistrano-harrow
version: !ruby/object:Gem::Version
- version: 0.5.1
+ version: 0.5.2
platform: ruby
authors:
- Lee Hambley
@@ -9,7 +9,7 @@
autorequire:
bindir: exe
cert_chain: []
-date: 2016-05-06 00:00:00.000000000 Z
+date: 2016-06-21 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: bundler
@@ -120,6 +120,7 @@
files:
- ".gitignore"
- Gemfile
+- LICENSE.txt
- README.md
- Rakefile
- bin/console
@@ -139,7 +140,8 @@
- lib/capistrano/harrow/ui/tty.rb
- lib/capistrano/harrow/version.rb
homepage: https://github.com/harrowio/capistrano-harrow
-licenses: []
+licenses:
+- MIT
metadata: {}
post_install_message: |2+
@@ -166,7 +168,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.4.8
+rubygems_version: 2.6.3
signing_key:
specification_version: 4
summary: A plugin to improve the user experience for users of Capistrano and
Harrow