rack-speling 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Rack # :nodoc:
4
4
  module Speling
5
- VERSION = "0.0.2"
5
+ VERSION = "0.0.3"
6
6
 
7
7
  SUMMARY = "Simple Speling corretor in Rack"
8
8
 
@@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
14
14
  s.description = Rack::Speling::DESCRIPTION
15
15
 
16
16
  s.platform = Gem::Platform::RUBY
17
- s.required_rubygems_version = ">= 1.3.6"
17
+ s.required_rubygems_version = ">= 1.3.5"
18
18
 
19
19
  s.files = `git ls-files`.split("\n")
20
20
  s.test_files = `git ls-files test`.split("\n")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-speling
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthias Viehweger
@@ -63,12 +63,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- hash: 23
66
+ hash: 17
67
67
  segments:
68
68
  - 1
69
69
  - 3
70
- - 6
71
- version: 1.3.6
70
+ - 5
71
+ version: 1.3.5
72
72
  requirements: []
73
73
 
74
74
  rubyforge_project: "[none]"