GFunk911-mharris_ext 1.4.3 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 4
3
- :patch: 3
3
+ :patch: 4
4
4
  :major: 1
@@ -7,7 +7,7 @@ class Fixnum
7
7
  end
8
8
 
9
9
  module Enumerable
10
- def sum
10
+ def sumx
11
11
  res = 0
12
12
  each { |x| res += x }
13
13
  res
@@ -3,6 +3,7 @@ module FromHash
3
3
  ops.each do |k,v|
4
4
  send("#{k}=",v)
5
5
  end
6
+ self
6
7
  end
7
8
  def initialize(ops={})
8
9
  from_hash(ops)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GFunk911-mharris_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Harris
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-12 00:00:00 -07:00
12
+ date: 2009-04-09 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -46,6 +46,7 @@ files:
46
46
  - lib/mharris_ext
47
47
  - lib/mharris_ext/accessor.rb
48
48
  - lib/mharris_ext/benchmark.rb
49
+ - lib/mharris_ext/class.rb
49
50
  - lib/mharris_ext/cmd.rb
50
51
  - lib/mharris_ext/enumerable.rb
51
52
  - lib/mharris_ext/fileutils.rb