tagen 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -70,8 +70,6 @@ class Array
70
70
  ret
71
71
  end
72
72
 
73
-
74
-
75
73
  # same as find, but delete the finded value
76
74
  def find! &blk
77
75
  idx = self.find_index(&blk)
@@ -96,9 +94,10 @@ class Array
96
94
  ret
97
95
  end
98
96
 
99
- alias original_grep grep
97
+ # confict with gem
98
+ #alias original_grep grep
100
99
 
101
- # confict with awesome_print which extend grep, too
100
+ # confict with awesome_print.
102
101
  # add grep(arr rb/tage)
103
102
  #def grep(pat_s, &blk)
104
103
  #pats = Array===pat_s ? pat_s : [pat_s]
@@ -1,3 +1,3 @@
1
1
  module Tagen
2
- VERSION="1.1.3"
2
+ VERSION="1.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
16
- requirement: &21116640 !ruby/object:Gem::Requirement
16
+ requirement: &17287020 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *21116640
24
+ version_requirements: *17287020
25
25
  description: ! "a core and extra extension to ruby library. \n"
26
26
  email: ywzhaifei@gmail.com
27
27
  executables: []