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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes     
2012-07-23 10:39:17.000000000 +0200
@@ -1,0 +2,86 @@
+Sun Jul 15 09:13:47 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- 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)
+
+-------------------------------------------------------------------

Old:
----
  pry-0.9.8.4.gem

New:
----
  pry-0.9.10.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-pry.spec ++++++
--- /var/tmp/diff_new_pack.FU6vKl/_old  2012-07-23 10:39:18.000000000 +0200
+++ /var/tmp/diff_new_pack.FU6vKl/_new  2012-07-23 10:39:18.000000000 +0200
@@ -15,28 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           rubygem-pry
-Version:        0.9.8.4
+Version:        0.9.10
 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
+#
+#
+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
-Requires:       rubygem-method_source-0_7 >= 0.7.1
-Requires:       rubygem-slop < 3
-Requires:       rubygem-slop >= 2.4.4
+# 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}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+#
+Url:            http://pry.github.com
+Source:         %{mod_full_name}.gem
+#
+Summary:        An IRB alternative and runtime developer console
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
 An IRB alternative and runtime developer console
@@ -55,7 +62,7 @@
 %prep
 %build
 %install
-%gem_install %{SOURCE0}
+%gem_install %{S:0}
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to