commit rubygem-pry for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2020-05-04 18:39:19

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new.2738 (New)


Package is "rubygem-pry"

Mon May  4 18:39:19 2020 rev:22 rq:800037 version:0.13.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2018-12-04 
20:57:01.132673699 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new.2738/rubygem-pry.changes
2020-05-04 18:40:08.577004701 +0200
@@ -1,0 +2,11 @@
+Mon May  4 11:58:42 UTC 2020 - Manuel Schnitzer 
+
+- Regenerated spec file to fix building
+
+---
+Mon Apr 27 18:47:15 UTC 2020 - Marcus Rueckert 
+
+- updated to version 0.13.1
+  see installed CHANGELOG.md
+
+---

Old:

  pry-0.12.2.gem

New:

  pry-0.13.1.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.aHzvdk/_old  2020-05-04 18:40:09.429006458 +0200
+++ /var/tmp/diff_new_pack.aHzvdk/_new  2020-05-04 18:40:09.429006458 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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-pry
-Version:0.12.2
+Version:0.13.1
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
@@ -33,16 +33,18 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:http://pryrepl.org
+URL:http://pry.github.io
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:An IRB alternative and runtime developer console
+Summary:A runtime developer console and IRB alternative with powerful
 License:MIT
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description
-An IRB alternative and runtime developer console.
+Pry is a runtime developer console and IRB alternative with powerful
+introspection capabilities. Pry aims to be more than an IRB replacement. It is
+an attempt to bring REPL driven programming to the Ruby language.
 
 %prep
 

++ pry-0.12.2.gem -> pry-0.13.1.gem ++
 20900 lines of diff (skipped)




commit rubygem-pry for openSUSE:Factory

2018-12-04 Thread root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2018-12-04 20:56:59

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new.19453 (New)


Package is "rubygem-pry"

Tue Dec  4 20:56:59 2018 rev:21 rq:653705 version:0.12.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2017-11-18 
00:21:40.674274695 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new.19453/rubygem-pry.changes   
2018-12-04 20:57:01.132673699 +0100
@@ -1,0 +2,28 @@
+Thu Nov 22 05:27:43 UTC 2018 - Stephan Kulow 
+
+- updated to version 0.12.2
+ see installed CHANGELOG.md
+
+  ### [v0.12.2][v0.12.2] (November 12, 2018)
+  
+   Bug fixes
+  
+  * Restore removed deprecations, which were removed by accident due to a bad
+rebase.
+  
+  ### [v0.12.1][v0.12.1] (November 12, 2018)
+  
+   Bug fixes
+  
+  * Stopped creating a new hash each time `Pry::Prompt#[]` is invoked
+([#1855](https://github.com/pry/pry/pull/1855))
+  * Fixed `less` pager not working when it's available
+([#1861](https://github.com/pry/pry/pull/1861))
+  
+  ### [v0.12.0][v0.12.0] (November 5, 2018)
+  
+   Major changes
+  
+  * Dropped support for Rubinius 
([#1785](https://github.com/pry/pry/pull/1785))
+
+---

Old:

  pry-0.11.3.gem

New:

  pry-0.12.2.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.Y2DZRK/_old  2018-12-04 20:57:02.140672587 +0100
+++ /var/tmp/diff_new_pack.Y2DZRK/_new  2018-12-04 20:57:02.140672587 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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-pry
-Version:0.11.3
+Version:0.12.2
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

++ pry-0.11.3.gem -> pry-0.12.2.gem ++
 7194 lines of diff (skipped)




commit rubygem-pry for openSUSE:Factory

2017-11-17 Thread root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2017-11-18 00:21:36

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is "rubygem-pry"

Sat Nov 18 00:21:36 2017 rev:20 rq:542641 version:0.11.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2017-10-23 
16:53:32.247995010 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2017-11-18 00:21:40.674274695 +0100
@@ -1,0 +2,20 @@
+Fri Nov 17 09:38:37 UTC 2017 - mschnit...@suse.com
+
+- updated to version 0.11.3
+
+  # Features
+
+- Deprecate Pry::Command#text. Please use black(), white(), etc directly 
instead (as you would with helper functions from BaseHelpers and CommandHelpers)
+- Add Pry::Testable, an improved modular replacement for PryTestHelpers. 
breaking change.
+- Add a new category module: "Pry::Platform". Loosely related to #1668 
below.
+- Add mac_osx? and linux? utility functions to Pry::Helpers::BaseHelpers.
+- Add utility functions for drawing colorised text on a colorised 
background.
+
+  # Bug fixes
+
+- Fix a case of infinite recursion in 
Pry::Method::WeirdMethodLocator#find_method_in_superclass that users of the 
Hanami web framework experienced and reported since 2015.
+- Fix a bug where Method objects were not returned for setters inherited 
from a default (Pry::Config::Default). Eg, this is no longer an error:
+- Do not capture unused Proc objects in Text helper methods no_color and 
no_paging, for performance reasons. Improve the documentation of both methods.
+- Fix String#pp output color.
+
+---

Old:

  pry-0.11.2.gem

New:

  pry-0.11.3.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.TJvye8/_old  2017-11-18 00:21:41.522243821 +0100
+++ /var/tmp/diff_new_pack.TJvye8/_new  2017-11-18 00:21:41.526243675 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pry
-Version:0.11.2
+Version:0.11.3
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

++ pry-0.11.2.gem -> pry-0.11.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-10-18 23:40:15.0 +0200
+++ new/CHANGELOG.md2017-11-14 15:06:19.0 +0100
@@ -1,3 +1,49 @@
+### HEAD
+
+ Features
+
+* Add Pry::Testable, an improved modular replacement for PryTestHelpers.
+  **breaking change**.
+
+See pull request [#1679](https://github.com/pry/pry/pull/1679).
+
+* Add a new category module: "Pry::Platform". Loosely related to #1668 below.
+
+See pull request [#1670](https://github.com/pry/pry/pull/1670)
+
+* Add `mac_osx?` and `linux?` utility functions to Pry::Helpers::BaseHelpers.
+
+See pull request [#1668](https://github.com/pry/pry/pull/1668).
+
+* Add utility functions for drawing colorised text on a colorised background.
+
+See pull request [#1673](https://github.com/pry/pry/pull/1673).
+
+ Bug fixes
+
+* Fix a case of infinite recursion in 
`Pry::Method::WeirdMethodLocator#find_method_in_superclass`
+  that users of the [Hanami](http://hanamirb.org/) web framework experienced 
and
+  reported since 2015.
+
+See pull request [#1639](https://github.com/pry/pry/pull/1689).
+
+* Fix a bug where Method objects were not returned for setters inherited
+  from a default (Pry::Config::Default). Eg, this is no longer an error:
+
+  pry(main)> d = Pry::Config.from_hash({}, Pry::Config::Default.new)
+  pry(main)> d.method(:exception_whitelist=) # Error
+
+See pull request [#1688](https://github.com/pry/pry/pull/1688).
+
+* Do not capture unused Proc objects in Text helper methods `no_color` and 
`no_paging`,
+  for performance reasons. Improve the documentation of both methods.
+
+See pull request [#1691](https://github.com/pry/pry/pull/1691).
+
+* Fix `String#pp` output color.
+
+See pull request [#1674](https://github.com/pry/pry/pull/1674).
+
 ### 0.11.0
 
 * Add alias 'whereami[?!]+' for 'whereami' command. 
([#1597](https://github.com/pry/pry/pull/1597))
@@ -47,7 +93,6 @@
 * Move to rspec for testing (from bacon)
 * Clean up ruby warnings
 
-
 ### 0.10.0
 
  Features
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/color_printer.rb new/lib/pry/color_printer.rb
--- old/lib/pry/color_printer.rb2017-10-18 23:40:15.0 +0200
+++ new/lib/pry/color_printer.rb2017-11-14 15:06:19.0 

commit rubygem-pry for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2017-10-23 16:52:39

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is "rubygem-pry"

Mon Oct 23 16:52:39 2017 rev:19 rq:535845 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2017-09-26 
21:17:43.542532326 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2017-10-23 16:53:32.247995010 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 05:41:27 UTC 2017 - mschnit...@suse.com
+
+- updated to version 0.11.2
+ see installed CHANGELOG.md
+
+---

Old:

  pry-0.11.1.gem

New:

  pry-0.11.2.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.zAoDQb/_old  2017-10-23 16:53:32.735972172 +0200
+++ /var/tmp/diff_new_pack.zAoDQb/_new  2017-10-23 16:53:32.739971986 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pry
-Version:0.11.1
+Version:0.11.2
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

++ pry-0.11.1.gem -> pry-0.11.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-26 14:07:57.0 +0200
+++ new/CHANGELOG.md2017-10-18 23:40:15.0 +0200
@@ -1,4 +1,4 @@
-### HEAD
+### 0.11.0
 
 * Add alias 'whereami[?!]+' for 'whereami' command. 
([#1597](https://github.com/pry/pry/pull/1597))
 * Improve Ruby 2.4 support ([#1611](https://github.com/pry/pry/pull/1611)):
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/helpers/base_helpers.rb 
new/lib/pry/helpers/base_helpers.rb
--- old/lib/pry/helpers/base_helpers.rb 2017-09-26 14:07:58.0 +0200
+++ new/lib/pry/helpers/base_helpers.rb 2017-10-18 23:40:15.0 +0200
@@ -98,7 +98,7 @@
   # enabled). Infers where to send the output if used as a mixin.
   # DEPRECATED.
   def stagger_output(text, out = nil)
-if _pry_
+if defined?(_pry_) && _pry_
   _pry_.pager.page text
 else
   Pry.new.pager.page text
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/version.rb new/lib/pry/version.rb
--- old/lib/pry/version.rb  2017-09-26 14:07:58.0 +0200
+++ new/lib/pry/version.rb  2017-10-18 23:40:15.0 +0200
@@ -1,3 +1,3 @@
 class Pry
-  VERSION = "0.11.1"
+  VERSION = "0.11.2"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-09-26 14:07:57.0 +0200
+++ new/metadata2017-10-18 23:40:15.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: pry
 version: !ruby/object:Gem::Version
-  version: 0.11.1
+  version: 0.11.2
 platform: ruby
 authors:
 - John Mair (banisterfiend)
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-09-26 00:00:00.0 Z
+date: 2017-10-18 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: coderay
@@ -222,7 +222,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.12
+rubygems_version: 2.5.1
 signing_key: 
 specification_version: 4
 summary: An IRB alternative and runtime developer console




commit rubygem-pry for openSUSE:Factory

2017-09-26 Thread root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2017-09-26 21:16:40

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is "rubygem-pry"

Tue Sep 26 21:16:40 2017 rev:18 rq:528821 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2017-09-22 
21:34:29.347796216 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2017-09-26 21:17:43.542532326 +0200
@@ -1,0 +2,6 @@
+Tue Sep 26 12:54:08 UTC 2017 - mde...@suse.com
+
+- updated to version 0.11.1 
+ see installed CHANGELOG.md
+ 
+---

Old:

  pry-0.11.0.gem

New:

  pry-0.11.1.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.4uDznr/_old  2017-09-26 21:17:44.214437862 +0200
+++ /var/tmp/diff_new_pack.4uDznr/_new  2017-09-26 21:17:44.214437862 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pry
-Version:0.11.0
+Version:0.11.1
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

++ pry-0.11.0.gem -> pry-0.11.1.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/pry/version.rb new/lib/pry/version.rb
--- old/lib/pry/version.rb  2017-09-20 17:26:44.0 +0200
+++ new/lib/pry/version.rb  2017-09-26 14:07:58.0 +0200
@@ -1,3 +1,3 @@
 class Pry
-  VERSION = "0.11.0"
+  VERSION = "0.11.1"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-09-20 17:26:44.0 +0200
+++ new/metadata2017-09-26 14:07:57.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: pry
 version: !ruby/object:Gem::Version
-  version: 0.11.0
+  version: 0.11.1
 platform: ruby
 authors:
 - John Mair (banisterfiend)
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-09-20 00:00:00.0 Z
+date: 2017-09-26 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: coderay
@@ -32,14 +32,14 @@
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 0.8.1
+version: 0.9.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - "~>"
   - !ruby/object:Gem::Version
-version: 0.8.1
+version: 0.9.0
 - !ruby/object:Gem::Dependency
   name: bundler
   requirement: !ruby/object:Gem::Requirement




commit rubygem-pry for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2017-09-22 21:34:25

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is "rubygem-pry"

Fri Sep 22 21:34:25 2017 rev:17 rq:527705 version:0.11.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2016-07-12 
23:53:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2017-09-22 21:34:29.347796216 +0200
@@ -1,0 +2,6 @@
+Thu Sep 21 09:07:52 UTC 2017 - co...@suse.com
+
+- updated to version 0.11.0
+ see installed CHANGELOG.md
+
+---

Old:

  pry-0.10.4.gem

New:

  pry-0.11.0.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.ER4qVY/_old  2017-09-22 21:34:29.947711768 +0200
+++ /var/tmp/diff_new_pack.ER4qVY/_new  2017-09-22 21:34:29.947711768 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry
 #
-# 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,17 +24,17 @@
 #
 
 Name:   rubygem-pry
-Version:0.10.4
+Version:0.11.0
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://pryrepl.org
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:An IRB alternative and runtime developer console
 License:MIT

++ pry-0.10.4.gem -> pry-0.11.0.gem ++
 5057 lines of diff (skipped)




commit rubygem-pry for openSUSE:Factory

2016-07-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2016-07-12 23:53:25

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is "rubygem-pry"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2015-10-20 
00:05:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2016-07-12 23:53:27.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 11 04:29:42 UTC 2016 - co...@suse.com
+
+- updated to version 0.10.4
+ see installed CHANGELOG.md
+
+---

Old:

  pry-0.10.3.gem

New:

  pry-0.10.4.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.KiZmiO/_old  2016-07-12 23:53:28.0 +0200
+++ /var/tmp/diff_new_pack.KiZmiO/_new  2016-07-12 23:53:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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-pry
-Version:0.10.3
+Version:0.10.4
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

++ pry-0.10.3.gem -> pry-0.10.4.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/code.rb new/lib/pry/code.rb
--- old/lib/pry/code.rb 1970-01-01 01:00:00.0 +0100
+++ new/lib/pry/code.rb 2016-07-11 04:26:04.0 +0200
@@ -91,6 +91,8 @@
   @lines = lines.each_with_index.map { |line, lineno|
 LOC.new(line, lineno + start_line.to_i) }
   @code_type = code_type
+
+  @with_marker = @with_indentation = nil
 end
 
 # Append the given line. +lineno+ is one more than the last existing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/commands/show_info.rb 
new/lib/pry/commands/show_info.rb
--- old/lib/pry/commands/show_info.rb   1970-01-01 01:00:00.0 +0100
+++ new/lib/pry/commands/show_info.rb   2016-07-11 04:26:04.0 +0200
@@ -4,6 +4,12 @@
 
 command_options :shellwords => false, :interpolate => false
 
+def initialize(*)
+  super
+
+  @used_super = nil
+end
+
 def options(opt)
   opt.on :s, :super, "Select the 'super' method. Can be repeated to 
traverse the ancestors", :as => :count
   opt.on :l, "line-numbers", "Show line numbers"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/commands/whereami.rb 
new/lib/pry/commands/whereami.rb
--- old/lib/pry/commands/whereami.rb1970-01-01 01:00:00.0 +0100
+++ new/lib/pry/commands/whereami.rb2016-07-11 04:26:04.0 +0200
@@ -1,6 +1,12 @@
 class Pry
   class Command::Whereami < Pry::ClassCommand
 
+def initialize(*)
+  super
+
+  @method_code = nil
+end
+
 class << self
   attr_accessor :method_size_cutoff
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/history.rb new/lib/pry/history.rb
--- old/lib/pry/history.rb  1970-01-01 01:00:00.0 +0100
+++ new/lib/pry/history.rb  2016-07-11 04:26:04.0 +0200
@@ -83,7 +83,7 @@
 def read_from_file
   path = history_file_path
 
-  if File.exists?(path)
+  if File.exist?(path)
 File.foreach(path) { |line| yield(line) }
   end
 rescue => error
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/module_candidate.rb 
new/lib/pry/module_candidate.rb
--- old/lib/pry/module_candidate.rb 1970-01-01 01:00:00.0 +0100
+++ new/lib/pry/module_candidate.rb 2016-07-11 04:26:04.0 +0200
@@ -49,6 +49,7 @@
   raise CommandError, "No such module candidate. Allowed candidates 
range is from 0 to #{number_of_candidates - 1}"
 end
 
+@source = @source_location = nil
 @rank = rank
 @file, @line = source_location
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/pager.rb new/lib/pry/pager.rb
--- old/lib/pry/pager.rb1970-01-01 01:00:00.0 +0100
+++ new/lib/pry/pager.rb2016-07-11 04:26:04.0 +0200
@@ -133,6 +133,8 @@
   pager
 end
 
+@system_pager = nil
+
 def self.available?
   if 

commit rubygem-pry for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2015-10-19 22:51:45

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is "rubygem-pry"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2015-09-27 
08:39:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2015-10-20 00:05:35.0 +0200
@@ -1,0 +2,10 @@
+Thu Oct 15 04:30:45 UTC 2015 - co...@suse.com
+
+- updated to version 0.10.3
+ see installed CHANGELOG.md
+
+  ### 0.10.3
+  
+  * cherry-pick 0d1d72b and e0e5c75 to fix the install of Pry on Windows.
+
+---

Old:

  pry-0.10.2.gem

New:

  pry-0.10.3.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.BLjFzO/_old  2015-10-20 00:05:35.0 +0200
+++ /var/tmp/diff_new_pack.BLjFzO/_new  2015-10-20 00:05:35.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pry
-Version:0.10.2
+Version:0.10.3
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

++ pry-0.10.2.gem -> pry-0.10.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-09-25 02:35:04.0 +0200
+++ new/CHANGELOG.md1970-01-01 01:00:00.0 +0100
@@ -1,3 +1,7 @@
+### 0.10.3
+
+* cherry-pick 0d1d72b and e0e5c75 to fix the install of Pry on Windows.
+
 ### 0.10.2
 
 * cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix inf. 
loop with prepended methods source retrieval)
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/version.rb new/lib/pry/version.rb
--- old/lib/pry/version.rb  2015-09-25 02:35:04.0 +0200
+++ new/lib/pry/version.rb  1970-01-01 01:00:00.0 +0100
@@ -1,3 +1,3 @@
 class Pry
-  VERSION = "0.10.2"
+  VERSION = "0.10.3"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-09-25 02:35:04.0 +0200
+++ new/metadata1970-01-01 01:00:00.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: pry
 version: !ruby/object:Gem::Version
-  version: 0.10.2
+  version: 0.10.3
 platform: ruby
 authors:
 - John Mair (banisterfiend)
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-09-25 00:00:00.0 Z
+date: 2015-10-15 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: coderay
@@ -227,7 +227,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.6
+rubygems_version: 2.0.14
 signing_key: 
 specification_version: 4
 summary: An IRB alternative and runtime developer console




commit rubygem-pry for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2015-09-27 08:40:15

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is "rubygem-pry"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2014-10-14 
07:12:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2015-09-27 08:39:41.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep 25 04:30:40 UTC 2015 - co...@suse.com
+
+- updated to version 0.10.2
+ see installed CHANGELOG.md
+
+  ### 0.10.2
+  
+  * cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix 
inf. loop with prepended methods source retrieval)
+  * Update some specs for recent ruby versions  (2.2+)
+
+---

Old:

  pry-0.10.1.gem

New:

  pry-0.10.2.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.nG6CHS/_old  2015-09-27 08:39:42.0 +0200
+++ /var/tmp/diff_new_pack.nG6CHS/_new  2015-09-27 08:39:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-pry
-Version:0.10.1
+Version:0.10.2
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

++ pry-0.10.1.gem -> pry-0.10.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-08-17 01:34:59.0 +0200
+++ new/CHANGELOG.md2015-09-25 02:35:04.0 +0200
@@ -1,3 +1,8 @@
+### 0.10.2
+
+* cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix inf. 
loop with prepended methods source retrieval)
+* Update some specs for recent ruby versions  (2.2+)
+
 ### 0.10.1
 
 * Fix bugs with jruby
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/exceptions.rb new/lib/pry/exceptions.rb
--- old/lib/pry/exceptions.rb   2014-08-17 01:34:59.0 +0200
+++ new/lib/pry/exceptions.rb   2015-09-25 02:35:04.0 +0200
@@ -52,6 +52,7 @@
 def self.===(exception)
   ["can't modify frozen class/module",
"can't modify frozen Class",
+   "can't modify frozen object"
   ].include?(exception.message)
 end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/method/weird_method_locator.rb 
new/lib/pry/method/weird_method_locator.rb
--- old/lib/pry/method/weird_method_locator.rb  2014-08-17 01:34:59.0 
+0200
+++ new/lib/pry/method/weird_method_locator.rb  2015-09-25 02:35:04.0 
+0200
@@ -104,8 +104,10 @@
   # TODO: Fix up the exception handling so we don't need a bare rescue
   if normal_method?(guess)
 return guess
-  else
+  elsif guess != guess.super
 guess = guess.super
+  else
+break
   end
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pry/version.rb new/lib/pry/version.rb
--- old/lib/pry/version.rb  2014-08-17 01:34:59.0 +0200
+++ new/lib/pry/version.rb  2015-09-25 02:35:04.0 +0200
@@ -1,3 +1,3 @@
 class Pry
-  VERSION = "0.10.1"
+  VERSION = "0.10.2"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2014-08-17 01:34:59.0 +0200
+++ new/metadata2015-09-25 02:35:04.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: pry
 version: !ruby/object:Gem::Version
-  version: 0.10.1
+  version: 0.10.2
 platform: ruby
 authors:
 - John Mair (banisterfiend)
@@ -10,62 +10,62 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-08-16 00:00:00.0 Z
+date: 2015-09-25 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: coderay
   requirement: !ruby/object:Gem::Requirement
 requirements:
-

commit rubygem-pry for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2014-10-14 07:11:37

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is rubygem-pry

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2014-02-25 
07:40:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2014-10-14 07:12:22.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 12 16:56:35 UTC 2014 - co...@suse.com
+
+- updated to version 0.10.1, see CHANGELOG.md
+
+---
+Sun Oct 12 11:55:28 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---

Old:

  pry-0.9.12.6.gem

New:

  gem2rpm.yml
  pry-0.10.1.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.kLx3lv/_old  2014-10-14 07:12:23.0 +0200
+++ /var/tmp/diff_new_pack.kLx3lv/_new  2014-10-14 07:12:23.0 +0200
@@ -17,80 +17,37 @@
 
 
 Name:   rubygem-pry
-Version:0.9.12.6
+Version:0.10.1
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 912
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
-Url:http://pry.github.com
+Url:http://pryrepl.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:An IRB alternative and runtime developer console
 License:MIT
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description
-An IRB alternative and runtime developer console
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
-#MANUAL
-#NOTE: No seperate doc package because we also have 'rubygem-pry-doc' :-)
+An IRB alternative and runtime developer console.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/pry{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/pry
-ln -s %{_sysconfdir}/alternatives/pry %{buildroot}%{_bindir}/pry
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-
-# MANUAL
-rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/pry pry %{_bindir}/pry%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove pry %{_bindir}/pry%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/pry%{mod_branch}
-%{_bindir}/pry
-%ghost %{_sysconfdir}/alternatives/pry
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --no-rdoc --no-ri \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
:disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
# :sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## 

commit rubygem-pry for openSUSE:Factory

2014-02-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2014-02-25 07:39:58

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is rubygem-pry

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2013-11-27 
15:33:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2014-02-25 07:40:00.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb 22 06:25:42 UTC 2014 - co...@suse.com
+
+- updated to version 0.9.12.6
+
+---

Old:

  pry-0.9.12.4.gem

New:

  pry-0.9.12.6.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.QX8xbU/_old  2014-02-25 07:40:01.0 +0100
+++ /var/tmp/diff_new_pack.QX8xbU/_new  2014-02-25 07:40:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,21 @@
 
 
 Name:   rubygem-pry
-Version:0.9.12.4
+Version:0.9.12.6
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 912
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-# MANUAL
-BuildRequires:  rubygem(rdoc) = 3.12
+BuildRequires:  ruby-macros = 3
+BuildRequires:  update-alternatives
 Url:http://pry.github.com
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:An IRB alternative and runtime developer console
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -0.9.12
-%define mod_weight 0
 PreReq: update-alternatives
 
 %description
@@ -58,10 +57,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/pry{,%{mod_branch}}
-ln -s pry%{mod_branch} %{buildroot}%{_bindir}/pry
+touch %{buildroot}%{_sysconfdir}/alternatives/pry
+ln -s %{_sysconfdir}/alternatives/pry %{buildroot}%{_bindir}/pry
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 
 # MANUAL
 rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
@@ -79,14 +82,15 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/pry%{mod_branch}
-%ghost %{_bindir}/pry
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{_bindir}/pry
+%ghost %{_sysconfdir}/alternatives/pry
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-pry for openSUSE:Factory

2013-11-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2013-11-27 15:33:06

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is rubygem-pry

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2013-11-24 
18:13:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2013-11-27 15:33:07.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 25 07:31:51 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.12.4, no changelog
+
+---

Old:

  pry-0.9.12.3.gem

New:

  pry-0.9.12.4.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.iG9k8t/_old  2013-11-27 15:33:07.0 +0100
+++ /var/tmp/diff_new_pack.iG9k8t/_new  2013-11-27 15:33:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-pry
-Version:0.9.12.3
+Version:0.9.12.4
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-pry for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2013-11-24 18:13:03

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is rubygem-pry

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2013-05-27 
10:00:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2013-11-24 18:13:05.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 22 08:40:32 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.12.3
+
+---

Old:

  pry-0.9.12.2.gem

New:

  pry-0.9.12.3.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.aq297W/_old  2013-11-24 18:13:06.0 +0100
+++ /var/tmp/diff_new_pack.aq297W/_new  2013-11-24 18:13:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-pry
-Version:0.9.12.2
+Version:0.9.12.3
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-pry for openSUSE:Factory

2013-05-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2013-05-27 10:00:44

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is rubygem-pry

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2013-05-02 
11:47:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2013-05-27 10:00:45.0 +0200
@@ -1,0 +2,6 @@
+Mon May 13 07:35:19 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.12.2
+ * reload-code (with no args) should reload 'current file', issue #920 
+
+---

Old:

  pry-0.9.12.1.gem

New:

  pry-0.9.12.2.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.yklvrv/_old  2013-05-27 10:00:46.0 +0200
+++ /var/tmp/diff_new_pack.yklvrv/_new  2013-05-27 10:00:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-pry
-Version:0.9.12.1
+Version:0.9.12.2
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
@@ -60,6 +60,8 @@
 %gem_install -f
 mv %{buildroot}%{_bindir}/pry{,%{mod_branch}}
 ln -s pry%{mod_branch} %{buildroot}%{_bindir}/pry
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
 
 # MANUAL
 rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
@@ -75,6 +77,7 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/pry%{mod_branch}
 %ghost %{_bindir}/pry
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-pry for openSUSE:Factory

2013-03-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2013-03-21 22:15:17

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is rubygem-pry, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2012-09-15 
17:29:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2013-03-21 22:15:19.0 +0100
@@ -1,0 +2,52 @@
+Wed Mar 20 09:06:18 UTC 2013 - co...@suse.com
+
+- buildrequire rdoc (see https://gist.github.com/saketoba/4662125)
+
+---
+Wed Mar 20 06:04:41 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.12
+ Bug fixes:
+ * Fix major bug where commands broke due to slop looking at ARGV
+instead of command parameters (#828)
+ * Fix bug where pager broke in some situations (#845)
+ * Fix broken rendering of some docs (#795)
+ * silence warnings during failed tab-completion attempts
+ * fix broken prompt when prompt is colored (#822 / #823)
+ * added reload-method alias for reload-code (for backwards compat)
+ * Reopen Readline.output if it is not a tty (see 1538bc0990)
+ 
+ Features:
+ * added pry --gem (see 19bfc13aa)
+ * show-source now works on commands created with create_command
+ * add -m (method) -c (class) and -f (file) switches to 'whereami' command
+ * show-source now falls back to superclass if can't find class code
+(displays warning)
+ * show-source/show-doc now indicate when -a option is available.
+
+---
+Thu Jan 24 06:41:50 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.11.4
+ * fixed pager bug (wouldn't render color codes in some circumstances)
+ * added Pry.last_internal_error, useful for devs debugging commands
+ 
+ * fix Pry.run_command
+ * improve `ls` output
+ * add :requires_gem = jist to 'gist' command (so deps can be installed
+via install-command)
+ * improve help for 'edit' command
+ 
+ * minor bug fix for gist on windows, rescuing Jist::ClipboardError
+ rather than letting the scary error spill out to users and potentially
+ have them think the gist didnt post.
+ 
+ * fixed minor bug in 'gist' command where i neglected to remove
+   a call to a non-existent method (no_arg) which was called when
+   `gist` is invoked with no parameters
+ 
+ dependency changes:
+ * upgrade the slop gem to version ~ 3.4
+ * new optional dependency: Bond (you'll need to perform `gem install bond`). 
+
+---

Old:

  pry-0.9.10.gem

New:

  pry-0.9.12.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.Vqw339/_old  2013-03-21 22:15:20.0 +0100
+++ /var/tmp/diff_new_pack.Vqw339/_new  2013-03-21 22:15:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,27 @@
 
 
 Name:   rubygem-pry
-Version:0.9.10
+Version:0.9.12
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+# MANUAL
+BuildRequires:  rubygem(rdoc) = 3.12
 Url:http://pry.github.com
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:An IRB alternative and runtime developer console
 License:MIT
 Group:  Development/Languages/Ruby
+%define mod_branch -0.9.12
+%define mod_weight 0
+PreReq: update-alternatives
 
 %description
 An IRB alternative and runtime developer console
 
-#MANUAL
-#NOTE: No seperate doc package because we also have 'rubygem-pry-doc' :-)
-
 %package testsuite
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
@@ -44,6 +46,9 @@
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
+#MANUAL
+#NOTE: No seperate doc package because we also have 'rubygem-pry-doc' :-)
+
 %prep
 #gem_unpack
 #if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
@@ -53,18 +58,32 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/pry{,%{mod_branch}}
+ln -s pry%{mod_branch} %{buildroot}%{_bindir}/pry
+
+# MANUAL
+rm -rf 

commit rubygem-pry for openSUSE:Factory

2012-09-15 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2012-09-15 17:29:51

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is rubygem-pry, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2012-07-23 
10:39:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2012-09-15 17:29:52.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 30 08:03:03 UTC 2012 - co...@suse.com
+
+- updated to version 0.9.10
+
+---



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.1bmx28/_old  2012-09-15 17:29:53.0 +0200
+++ /var/tmp/diff_new_pack.1bmx28/_new  2012-09-15 17:29:53.0 +0200
@@ -21,26 +21,11 @@
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
-#
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-# coderay ~ 1.0.5
-BuildRequires:  rubygem-coderay-1_0 = 1.0.5
-Requires:   rubygem-coderay-1_0 = 1.0.5
-# slop ~ 3.3.1
-BuildRequires:  rubygem-slop-3_3 = 3.3.1
-Requires:   rubygem-slop-3_3 = 3.3.1
-# method_source ~ 0.8
-BuildRequires:  rubygem-method_source-0 = 0.8
-Requires:   rubygem-method_source-0 = 0.8
-Provides:   rubygem-pry-0 = %{version}
-Provides:   rubygem-pry-0_9 = %{version}
-#
+BuildRequires:  ruby-macros = 1
 Url:http://pry.github.com
 Source: %{mod_full_name}.gem
-#
 Summary:An IRB alternative and runtime developer console
 License:MIT
 Group:  Development/Languages/Ruby
@@ -48,7 +33,7 @@
 %description
 An IRB alternative and runtime developer console
 
-#%%package doc
+#MANUAL
 #NOTE: No seperate doc package because we also have 'rubygem-pry-doc' :-)
 
 %package testsuite
@@ -60,9 +45,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-pry for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2012-07-23 10:39:15

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is rubygem-pry, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2012-07-09 
13:17:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2012-07-23 10:39:17.0 +0200
@@ -1,0 +2,86 @@
+Sun Jul 15 09:13:47 UTC 2012 - co...@suse.com
+
+- update to 0.9.10
+ dependency changes:
+ * #561 upgrade the slop gem to version 3
+ * #590 move to the jist gem from gist.
+ * upgrade method_source to 0.8
+ 
+ new features:
+ * #572 add --hist, -o and -k flags to gist command
+ * #584 support show-source/doc on methods defined in class-eval
+ * #585 support show-source/doc on gem methods defined in C
+ * #596 add --disable-plugin and --select-plugin options
+ * #597 allow cd - to switch between bindings
+ * #612 add Pry.config.should_load_local_rc to turn off ./.pryrc
+ * allow running a file of pry input with pry file
+ * support colours in ri command
+ * add before_eval hook
+ * prompt now gets a lot more data when proc arity is 1
+ 
+ bug fixes c.
+ * #554 removed the req command
+ * #567 fix rendering bugs when starting pry
+ * #568 fix Array#pretty_print on Jruby
+ * #575 fix edit on windows
+ * #576 fix find-method in the presence of badly behaved objects
+ * #580 fix whereami in erb files on rails
+ * #632 raise fewer exceptions while tab completing
+ * #605 dont immediately quite pry when an error happens in readline
+ * #606 support for ansicon to give jruby windows users colour
+ * #613 massive speed improvements to show-source for modules
+ * #620 improve whereami command when not in a binding.pry
+ * #622 support embedded documents (=begin ... =end)
+ * #627 support editing files with spaces in the name
+ * changed __binding_impl__ to __pry__
+ * support for absolute paths in $EDITOR
+ * fix cat command on files with unknown extensions
+ * many many internal refactorings and tidyings
+
+---
+Sun Jul 15 06:36:20 UTC 2012 - co...@suse.com
+
+- update to 0.9.9.6
+  * fixed ZeroDivisionError in correct_indentation, bug #558
+  * fix double highlighting in rdoc, bug #562
+  * autocreate configuration for plugins, bug #548
+  
+  * fixed `NoMethodError: undefined method `winsize' for #IO:STDOUT`, bug 
#549
+  * fixes for jruby
+  * breakage on `exit` syntax error, fixes, #550
+  * heredoc content no longer auto-indented
+  
+  * show-doc would fail on some core classes, i.e `show-doc Bignum`. This is 
now fixed
+  and show allow a wider range of core documentation to be viewed directly in 
Pry.
+  
+  * make correct_indentation's auto-colorization respect Pry.color
+  
+  * cleared up confusion in show-source/show-doc docs that -a switch applies 
to classes
+  as well as modules
+  
+  MAJOR NEW FEATURES
+  * lines of input are syntax highlighted upon 'enter' keypress
+  * show-source command can now show class/module sourcecode (use -a to see 
all monkeypatches). Hard dependency on ruby18_source_location gem in MRI 1.8
+  * show-doc command can show class/module docs (use -a to see docs for all 
monkeypatches) Hard dependency on ruby18_source_location gem in MRI 1.8.
+  * new `find-method` command, performs a recursive search in a namespace for 
the existence of methods.
+  * pry-coolline now works properly with Pry 
(https://github.com/pry/pry-coolline)
+  * alias_command method now much more powerful, e.g: alias_command lM, ls 
-M
+  * `whereami` is now more intelligent, automatically showing entire 
sourcecode of current method if current context is a method (thanks robgleeson).
+  * new `raise-up` command. Allows you to raise an exception that will bubble 
out of pry (ending the session) and escape into enclosing program.
+  
+  remaining items:
+  * fixed windows crashing bug when paging
+  * lines ending with \ are incomplete (kudos to fowl)
+  * `edit-method -n` no longer blocks (thanks misfo)s
+  * show instance methods of modules by default in ls
+  * docs for REPL defined methods can now be displayed using show-doc
+  * autoload ruby18_source_location on mri18, when available 
(https://github.com/conradirwin/ruby18_source_location)
+  * tab completion should work on first line now (historic bug fixed)
+  * :quiet = true option added to `Pry.start`, turns off whereami
+  * another easter egg added
+  * show unloaded constants in yellow for ls
+  * improved documentation for Pry.config options
+  * improved auto indentation
+  * JRuby: heuristics used to clean up 'ls' output (less internal methods 
polluting output)
+

commit rubygem-pry for openSUSE:Factory

2012-07-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2012-07-09 13:17:08

Comparing /work/SRC/openSUSE:Factory/rubygem-pry (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry.new (New)


Package is rubygem-pry, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2012-07-09 13:17:14.0 +0200
@@ -0,0 +1,111 @@
+---
+Fri Apr 20 10:41:08 UTC 2012 - sasc...@suse.de
+
+- Provide rubygem-pry-0_9 for rubygem-pry_debug (and probably others)
+
+---
+Thu Apr 19 12:25:59 UTC 2012 - sasc...@suse.de
+
+- Don't split out doc package (fix last commit), because there is also
+  rubygem-pry-doc
+
+---
+Thu Apr 12 07:50:20 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.9.8.4:
+  * ~/.pry_history wasnt being created (if it did not exist)! FIXED
+  * `hist --save` saved colors! FIXED
+  * added Pry#add_sticky_local API for adding sticky locals to individual pry 
instances
+- Changes from version 0.9.8.3:
+  * various tweaks to improve rbx support
+  * commands now support optional block arguments
+  * much improved help command
+  * updated method_source dependencya
+  * added wtf command
+  * jruby should now work in windows (though without color)
+- Changes from version 0.9.8.2:
+  * fixed bugs related to --super
+  * upgraded slop dependency
+  * added edit -c (edit current line)
+  * edit now respects Pry.config.disable_autoreload option
+- Changes from version 0.9.8.1:
+  * fixed broken --no-plugins option
+  * Ensure ARGV is not mutated during option parsing.
+  * Use a more rbx-friendly test for unicodeness
+  * Use rbx-{18,19}mode as indicated 
http://about.travis-ci.org/docs/user/languages/ruby/
+  * Don't explode in gem-list [Fixes #453, #454]
+  * Check for command-name collision on assignment [Fixes #450]
+
+---
+Fri Jan 27 00:15:34 UTC 2012 - mrueck...@suse.de
+
+- update to 0.9.8
+  /usr/lib*/ruby/gems/1.8/gems/pry-0.9.8/CHANGELOG
+
+---
+Thu Sep 15 16:57:50 UTC 2011 - mrueck...@suse.de
+
+- update to 0.9.5
+  - JRuby support, including show-method/edit-method and editor
+integration on both 1.8 and 1.9 versions
+  - extended cd syntax: cd ../@x/y
+  - play command now works much better with _in_ array (this is a
+very powerful feature, esp with Pry::NAV_PROMPT)
+  - history saving/loading is now lightning fast
+  - 'edit' (entered by itself) now opens current lines in input
+buffer in an editor, and evals on exit
+  - 'edit' command is also, in general more intelligent
+  - ls output no longer in array format, and colors can be
+configured, e.g: Pry.config.ls.ivar_color = :bright_blue
+  - new switch-to command for moving around the binding stack
+without exiting out of sessions
+  - more sophisticated prompts, Pry::NAV_PROMPT to ease deep
+spelunking of code
+  - major bug fix for windows systems
+  - much better support for huge objects, should no longer hang pry
+(see #245)
+  - cat --ex and edit --ex now work better
+  for all changes see /usr/lib*/ruby/gems/1.8/gems/pry-0.9.5/CHANGELOG
+- dont split out the docs anymore: package conflicts with pry-doc
+  gem
+
+---
+Tue Jul  5 13:14:23 UTC 2011 - mrueck...@suse.de
+
+- update to 0.9.2
+  - fixed string interpolation bug (caused valid ruby code not to
+execute, sorry!)
+  - fixed `ls` command, so it can properly display members of
+Object and classes, and BasicObject, etc
+  - added a few git related commands to experimental command set,
+blame and diff
+  - plugin system
+  - regex commands
+  - show-method works on methods defined in REPL
+  - new command system/API
+  - rubinius core support
+  - more backports to ruby 1.8
+  - inp/out special locals
+  - _ex_ backtrace navigation object (_ex_.line, _ex_.file)
+  - readline history saving/loading
+  - prompt stack
+  - more hooks
+  - amend-line
+  - play
+  - show-input
+  - edit
+  - much more comprehensive test suite
+  - support for new and old rubygems API
+  - changed -s behaviour of ls (now excludes Object methods)
+  - removed eval-file, lls, lcd, and a few other commands
+
+---
+Wed Apr 27 13:30:41 UTC 2011 - mrueck...@suse.de
+
+- recommend gist.
+
+---
+Tue Apr 26 16:14:06 UTC 2011 - mrueck...@suse.de
+
+- initial