dbf 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +5 -5
  2. data/lib/dbf/version.rb +1 -1
  3. metadata +8 -8
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dbf (1.3.0)
5
- activesupport (= 3.0.1)
4
+ dbf (1.5.0)
5
+ activesupport (~> 3.0.0)
6
6
  fastercsv (= 1.5.3)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
11
  Saikuro (1.1.0)
12
- activesupport (3.0.1)
12
+ activesupport (3.0.3)
13
13
  arrayfields (4.7.4)
14
14
  chronic (0.2.3)
15
15
  hoe (>= 1.2.1)
@@ -31,7 +31,7 @@ GEM
31
31
  ruby_parser (~> 2.0)
32
32
  sexp_processor (~> 3.0)
33
33
  hirb (0.3.5)
34
- hoe (2.6.2)
34
+ hoe (2.7.0)
35
35
  rake (>= 0.8.7)
36
36
  rubyforge (>= 2.0.4)
37
37
  json_pure (1.4.6)
@@ -84,7 +84,7 @@ PLATFORMS
84
84
  ruby
85
85
 
86
86
  DEPENDENCIES
87
- activesupport (= 3.0.1)
87
+ activesupport (~> 3.0.0)
88
88
  dbf!
89
89
  fastercsv (= 1.5.3)
90
90
  metric_fu (= 2.0.1)
@@ -1,3 +1,3 @@
1
1
  module DBF
2
- VERSION = '1.5.0'
2
+ VERSION = '1.5.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbf
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 0
10
- version: 1.5.0
9
+ - 1
10
+ version: 1.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Keith Morrison
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-16 00:00:00 -08:00
18
+ date: 2010-11-22 00:00:00 -08:00
19
19
  default_executable: dbf
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -24,14 +24,14 @@ dependencies:
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - "="
27
+ - - ~>
28
28
  - !ruby/object:Gem::Version
29
- hash: 5
29
+ hash: 7
30
30
  segments:
31
31
  - 3
32
32
  - 0
33
- - 1
34
- version: 3.0.1
33
+ - 0
34
+ version: 3.0.0
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency