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.000000000 +0200 @@ -0,0 +1,111 @@ +------------------------------------------------------------------- +Fri Apr 20 10:41:08 UTC 2012 - [email protected] + +- Provide rubygem-pry-0_9 for rubygem-pry_debug (and probably others) + +------------------------------------------------------------------- +Thu Apr 19 12:25:59 UTC 2012 - [email protected] + +- Don't split out doc package (fix last commit), because there is also + rubygem-pry-doc + +------------------------------------------------------------------- +Thu Apr 12 07:50:20 UTC 2012 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- 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 - [email protected] + +- recommend gist. + +------------------------------------------------------------------- +Tue Apr 26 16:14:06 UTC 2011 - [email protected] + +- initial package (0.8.3) + New: ---- pry-0.9.8.4.gem rubygem-pry.changes rubygem-pry.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-pry.spec ++++++ # # spec file for package rubygem-pry # # Copyright (c) 2012 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: rubygem-pry Version: 0.9.8.4 Release: 0 License: MIT Summary: An IRB alternative and runtime developer console Url: http://pry.github.com Group: Development/Languages/Ruby %define mod_name pry %define mod_full_name %{mod_name}-%{version} Source: %{mod_full_name}.gem BuildRequires: rubygem-coderay-1_0 >= 1.0.5 BuildRequires: rubygem-method_source-0_7 >= 0.7.1 BuildRequires: rubygem-slop < 3 BuildRequires: rubygem-slop >= 2.4.4 BuildRequires: rubygems_with_buildroot_patch Requires: rubygem-coderay-1_0 >= 1.0.5 Requires: rubygem-method_source-0_7 >= 0.7.1 Requires: rubygem-slop < 3 Requires: rubygem-slop >= 2.4.4 Provides: rubygem-pry-0_9 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %rubygems_requires %description An IRB alternative and runtime developer console #%%package doc #NOTE: No seperate doc package because we also have 'rubygem-pry-doc' :-) %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. %prep %build %install %gem_install %{SOURCE0} %files %defattr(-,root,root,-) %{_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}/test %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ %files testsuite %defattr(-,root,root,-) %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
