darkhelmet-darkext 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.9.6 2009-3-2
2
+
3
+ * Remove printn
4
+
1
5
  == 0.9.5 2009-3-2
2
6
 
3
7
  * add fibers
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 9
3
- :patch: 5
3
+ :patch: 6
4
4
  :major: 0
@@ -75,9 +75,7 @@ module Beagle
75
75
  args << '--max-hits'
76
76
  args << max_hits.to_s
77
77
  args << query
78
- cmd = args.join(' ')
79
- cmd.printn
80
- return BeagleResultsHelper.new(IO.popen(cmd))
78
+ return BeagleResultsHelper.new(IO.popen(args.join(' ')))
81
79
  end
82
80
 
83
81
  def self.running?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darkhelmet-darkext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Huckstep