without_accents 0.8.5 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,12 +2,11 @@
2
2
 
3
3
  # taken from http://newsgroups.derkeiler.com/Archive/Comp/comp.lang.ruby/2009-04/msg01041.html
4
4
 
5
- gem 'utf8_utils'
6
5
  require 'utf8_utils'
7
6
 
8
7
  module WithoutAccents
9
8
 
10
- VERSION = "0.8.5"
9
+ VERSION = "0.9.0"
11
10
 
12
11
  def without_accents
13
12
 
@@ -14,6 +14,8 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.rubyforge_project = "without_accents"
16
16
 
17
+ s.add_dependency 'utf8_utils'
18
+
17
19
  s.files = `git ls-files`.split("\n")
18
20
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
19
21
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: without_accents
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 8
9
- - 5
10
- version: 0.8.5
8
+ - 9
9
+ - 0
10
+ version: 0.9.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jack Danger Canty
@@ -17,8 +17,21 @@ cert_chain: []
17
17
 
18
18
  date: 2011-01-28 00:00:00 -08:00
19
19
  default_executable:
20
- dependencies: []
21
-
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: utf8_utils
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
33
+ type: :runtime
34
+ version_requirements: *id001
22
35
  description: Strip accented characters from a text, replacing with their UTF-7-compatible counterparts
23
36
  email:
24
37
  - rubygems@6brand.com