ruby2.2-rubygem-flog-testsuite-4.3.2-6.3>t  DH`pY.그/=„E`lpZdB\Oh27Qu ?z8Tut1Չ6])nd·H S4рh[:`rVrvwFڻ2w љāFgS{66ᛋx<3Cr*L ƻuА EiL'T?xG*Z~ѧ.ƺCjs)(G W'{2C9x2PlZVɓPOYffv;H+&j]dIm -Q0u\a}NP>9?d!' + ?tx      c ht~(89 :F^GpH|IXY\]^b4cd e%f*l,u@vLwxxzCruby2.2-rubygem-flog-testsuite4.3.26.3Test suite for flogTest::Unit or RSpec files, useful for developers.Y.lamb63KopenSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Rubyhttp://ruby.sadi.st/linuxx86_64:klA큤Y.Y.Y.59b3ba2ef3c9af6b7c6795b429057b9a02c8cdc89c0f79553a2ef103e963084erootrootrootrootrootrootrubygem-flog-4.3.2-6.3.src.rpmruby2.2-rubygem-flog-testsuiteruby2.2-rubygem-flog-testsuite(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.2-rubygem-flogrpmlib(PayloadIsLzma)3.0.4-14.0-14.3.24.4.6-14.11.2Tء@T>aT:m@T=@T=@RcR+@QQQw@QM@PPO@PѬ@P|@P@P$P @Or@O@LLYV@L%@K4@J]@JlE@coolo@suse.comcoolo@suse.comadrian@suse.demrueckert@suse.demrueckert@suse.decoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcfarrell@suse.comcoolo@suse.commrueckert@suse.dedmacvicar@novell.commrueckert@suse.deprusnak@suse.czdmacvicar@novell.comdmacvicar@suse.de- updated to version 4.3.2 * 1 bug fix: * Fixed rdoc url (phiggins) * Fixed to_proc_normal scoring on ruby 2.2+. (teoljungberg)- updated to version 4.3.0 * 1 minor enhancement: * Added methods_only param to FlogTask. (jocranford) * 2 bug fixes: * Fixed grouping by class name. (guilhermesimoes) * Removed dead rubyforge setting in Rakefile- adapt to new rubygem packaging style- added gem2rpm.yml as source- added a small scriptlet to fix the shebang line of the wrapper script in the gem dir. the installed copy has it overwritten but our she bang line checks the not installed copy too. - also added a gem2rpm.yml for later, but did not regenerate the specfile just yet.- updated to version 4.2.0 * 3 minor enhancements: * Added --extended / -e to put file:line output on next line (for rubymine & friends) * Extracted MethodBasedSexpProcessor and pushed up to sexp_processor gem. * Updated dependency on sexp_processor to ~> 4.4.- updated to version 4.1.2 * 2 bug fixes: * Don't even record a score if method stack is empty and user used --methods-only. * Fixed Flog task's default method. (jasonrobertfox)- updated to version 4.1.1 * 1 minor enhancement: * Added max_method to delegators. * 1 bug fix: * Fixed FlogTask to use FlogCLI. (envygeeks)- updated to version 4.1.0 * 3 minor enhancements: * Cleaned up tests by adding assert_hash_in_epsilon. yay! * Fixed method_location is now cleared on #reset. (makaroni4) * to_proc_normal is now penalized based on RUBY_VERSION. Scores were benchmarked. * 1 bug fix: * Fixed code/home urls in readme/gem.- updated to version 4.0.0 * 1 major enhancement: * Renamed Flog#methods to #method_scores. (makaroni4) * 4 minor enhancements: * Added accessors for methods, scores. Now available for CIs! (makaroni4) * Refactored calculations down to 2 methods: total_score and totals. (makaroni4) * Refactored to #calculate, #threshold. (makaroni4) * Track stack of nested sclass scopes for parser (pithyless)- updated to version 3.2.3 * 1 bug fix: * Don't blow up if a path doesn't exist or isn't readable.- updated to version 3.2.2 * Fixed stupid error when run on empty file.- updated to version 3.2.1 * Relaxed (and fixed) the ruby_parser dependency.- updated to version 3.2.0 * 4 minor enhancements: * Ensure rake/tasklib is loaded when defining FlogTask. (ferrous26) * Fixed reporting / recording of methods in singleton class blocks. (mihu) * Refactored error handling code to flog_ruby. Calls flog_ruby! for actual work * Refactored ruby processing code to flog_ruby! * 1 bug fix: * Fixed flogging of || iters. (JacobNinja)- updated to version 3.1.0 * 4 minor enhancements: * --quiet option is now false by default, and changed to silence parse warnings. * Added max_score and max_method. (aselder) * FlogTask can now take a method to use to figure out score, allowing for total or max_score. * Switched to capturing RubyParser::SyntaxError (RP 3.0 change). * 2 bug fixes: * Avoid redefined warning for File::RUBY19. (svendahlstrand) * Fixed flog to default to RubyParser if not specified. Allows cleaner programmatic access.- updated to version 3.0.0 * 1 minor enhancement: * Added a timeout handler to skip when RubyParser times out on a large file * 1 bug fix: * Fixed handling of plain literals in masgn in args. * 4 minor enhancements: * Added .rake as a supported extension. * Create a new parser for every file, preventing state barkification * Extended DSL support to include hash args (eg task :blah => :dep). * Extended DSL support to report nested names (eg namespace(blah)::task#woot) * 1 bug fix: * Fix for sexp structure changes (no arglists). * 4 minor enhancements: * Added --18 and --19 flags to specify parser. Defaults to hybrid. * Explicitly use Ruby18Parser to remove deprecation warnings. * Modified processor to deal with cleaner sexps from RP 3.x. * Use File.binread (File.read in 1.8) to bypass encoding errors * 2 bug fixes: * Cleaned up some 1.9 warnings. * Fixed failing tests against ruby_parser 3- update to the latest gem2rpm template- fix gem requires- license update: MIT See README.txt- update to version 2.5.3 * class_stack now always pushes on symbols or strings for class names. * Fixed klass_name returning an ugly mix of sexps and strings. * Improved parse error output. (impurist) * Added RegexpError to error handler. * Improved error output and suggest --continue * Record the flog score for the full class name, not just suffix. (dkubb) * Fixed block_pass when passed a multi-level const (xavier)- update to version 2.5.0 * Added plugin system. Define a module under Flog to extend it. * Added special case penalty for wtf to_proc: blah(&b = proc {...}) (benjaminb) * Improved tests and test coverage. * Unfactored & refactored report code. Much cleaner and more maintainable now. * Fixed API change for FlogTask (andreacampi) * Fixed bad edgecase handler for block_pass (benjaminb)- remove hoe as runtime dependency- use rubygems_requires macro- updated to 2.4.0- package c13a0ebfa60a9385982cab0f9c4747a264d7c7ef git as the official 2.1.2 gem is completely broken.- initial package for 2.1.2lamb63 14962469514.3.2-6.34.3.2-6.3testtest_flog.rbtest_flog_cli.rb/usr/lib64/ruby/gems/2.2.0/gems/flog-4.3.2//usr/lib64/ruby/gems/2.2.0/gems/flog-4.3.2/test/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/19461115cf69f8c15a352af899e5b69b-rubygem-flogcpiolzma5x86_64-suse-linuxdirectoryRuby module source, ASCII texti!L+ VX?p] crt:bLL' hpuY6_ciHqu ;=p*b.R)> IXt](l)J$Ix'>ȽhV`V@y,Zza`J/Q3p?% y\IKKɰ knxK^m[oRn 7b~ ]5k-ZJw$i'fXVsh^TpP|٦T[ޑ7G~q6& ri"}ܜ%9X1HύR}AJt:DY4O'J|A;Ԗ3׿װi3P_˗#qSN$J0J45⚅5ٞ譚*Kۿh VAy:ZcxBNuySCn W.K3dIa+H#مqj󉱰-tu|.b[\}Vs>J[T;QkG-C$',~,?3C9;wfa;-}N?3l %WVM"L9|Xӗ[1YrljsALuD}"pni/ǔ©mj8}LHrX\GEu#!EDLmms_\o2GM_b{wkto.aM2hze]HPXAV  j" `&03yijО y|+hVm*ykEJl負l1! YѮgm-Yd© ~0"0%x?mCPuP:ƠÇ1y_æ]r$"3&l (.i/P∆*3$`-?(Pqe0BRݧyL Ito-fQ0XG6mo)ik`=v>?ZpgIm |F&ũՃMm3ʃ SJVW bjgb t 625üb%IQMh-MCeo60\@kiuy5g&/N!Wo;1{,8t tݡnZ GӦs Bٟq \zԌ,u XK6iO *,o rh g4OMxp:U( S~[ڎJ:xuky>:^@Ǜw!VQ;Gfo`שTMLLVf!7ɴ xbwWʟʤԺY14԰:l2!t,?k_kYT)]l8+*gATsng1XP3. eNɔ 3*[vDA v,L-Pcxr[ `2S W5R#y`./~T|6(vR:h>%i]sj>M z|hATcI% ('q{DיX f 7VBq)D0\>nMYJdõ*LȟAHGNaQBmT{7@R/YsxV<\[Q7$7;|,QxtY;ftwQTI{!DE&!8;nzƹc,۹ы ,V6$>roo+.@-&|N'G0Q.IH]{'PsiYC.,{`* "رKf(3Ll`ϴIo7@iVRO8}nRw0qvBߖF;cP:aO RF~ԙ*On[ķ<=^̉VȔ7tMO(</oNl #Շㅛ+94iHx5(ᒰH|hZ$1Rսq^E_vSJM>{b(-98>i\J &Ӷjƽ$EYa"[8;,Xՙ+Ka #Y.ָ48\g:$&ׂ [9Xm_o^{ 2@S>)|t،Ԗ_׌3i#Y_^`eGA2y9άY@8P+f?J1f*e|qK*cS|^@̔'>Ue!刌eAªDܗX⊟d@Wg5unY_=(*|"7ai=֧1HTZo&I;fO=PO|a"H0_!1Ua۽A7 J}8S|^kiGX͉tvFJ $$HJjK˽w؜28jEL-mE1 Z vM뎘hݶgBbz'sxS!-گJ8zRc4SjJZ⾣ Ĩ^R^DvP χ vrVy̩ 61Lf2)oF^#PDwl)\Ab\ A) O W^Iވߟl(V!]hճ #)15鐻R<&krl/VTz[';[A4 ?όD"VLy/y| j~SM hs8CZw xpDR+fC9;ɰ;[,%YpG'ėȮ|MTn?f^-eX82|x|)Nl8<DzY#4Q{7mM?\5Z-k 1#mX*-4hH;+уWIiZ9 feaΨl.tXCqFT98i ƬaK4q@ܜ.([Ltq#ozCެ lƇXEi;(\mi$|g>dg_M7$Q&"}UY1ƃMZ'+G#>o*b鵖dAopA7EeC8 -& ԃ5p$}ˍ i͜y viuP uO'-pHiY6荥 BTav(p^^oe*ݢ'e`$O b*BV L*v#)='73;SaKo7Nڜ_u{QϟX^XiؽrSJGW ^'I,/ygK5S]'E_"Pf0k#I2