benhoskings-ambition 0.5.4.2 → 0.5.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/ambition.gemspec CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = %q{ambition}
7
- s.version = "0.5.4.2"
7
+ s.version = "0.5.4.3"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
@@ -1,6 +1,6 @@
1
1
  module Ambition #:nodoc:
2
2
  Enumerable = ::Enumerable.dup
3
3
  Enumerable.class_eval do
4
- remove_method :find, :find_all
4
+ remove_method :count, :find, :find_all
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benhoskings-ambition
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4.2
4
+ version: 0.5.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath