latinirb 0.2.5 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/latinirb.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
21
21
  s.require_paths = ["lib"]
22
22
 
23
- s.add_runtime_dependency 'latinverb', '= 0.9.0'
23
+ s.add_runtime_dependency 'latinverb', '>= 0.9.0'
24
24
  s.add_runtime_dependency 'macronconversions'
25
25
  s.add_runtime_dependency 'verbvector'
26
26
  s.add_runtime_dependency 'active_support', '>= 3.0'
@@ -3,7 +3,7 @@ module Linguistics
3
3
  module Latin
4
4
  module Util
5
5
  class LatinIRB
6
- VERSION = "0.2.5" # :nodoc:
6
+ VERSION = "0.3.1" # :nodoc:
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: latinirb
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.5
5
+ version: 0.3.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Steven G. Harms
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-02 00:00:00 Z
13
+ date: 2011-06-04 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: latinverb
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirement: &id001 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
- - - "="
21
+ - - ">="
22
22
  - !ruby/object:Gem::Version
23
23
  version: 0.9.0
24
24
  type: :runtime