smilodon 0.3.10 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Smilodon
2
- VERSION = '0.3.10'
2
+ VERSION = '0.3.11'
3
3
  end
@@ -26,6 +26,6 @@ namespace :db do
26
26
  end
27
27
 
28
28
  def populators
29
- defined?(Rails) ? configuration['populators'] : configuration[:populators]
29
+ (defined?(Rails) ? configuration['populators'] : configuration[:populators]) || []
30
30
  end
31
31
  end
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smilodon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.10
4
+ prerelease:
5
+ version: 0.3.11
5
6
  platform: ruby
6
7
  authors:
7
8
  - Umang Chouhan
@@ -10,7 +11,7 @@ authors:
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2013-04-05 00:00:00.000000000 Z
14
+ date: 2013-04-15 00:00:00.000000000 Z
14
15
  dependencies: []
15
16
  description: Smilodon is a utility to parse data files.
16
17
  email:
@@ -29,7 +30,6 @@ files:
29
30
  - LICENSE.txt
30
31
  - README.rdoc
31
32
  - Rakefile
32
- - VERSION
33
33
  - lib/smilodon.rb
34
34
  - lib/smilodon/errors.rb
35
35
  - lib/smilodon/fakes.rb
@@ -46,7 +46,6 @@ files:
46
46
  - spec/test_files/foo.csv
47
47
  homepage: http://github.com/optimis/smilodon
48
48
  licenses: []
49
- metadata: {}
50
49
  post_install_message:
51
50
  rdoc_options: []
52
51
  require_paths:
@@ -54,19 +53,21 @@ require_paths:
54
53
  - lib/smilodon
55
54
  required_ruby_version: !ruby/object:Gem::Requirement
56
55
  requirements:
57
- - - '>='
56
+ - - ! '>='
58
57
  - !ruby/object:Gem::Version
59
58
  version: '0'
59
+ none: false
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - '>='
62
+ - - ! '>='
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0'
65
+ none: false
65
66
  requirements: []
66
67
  rubyforge_project:
67
- rubygems_version: 2.0.0
68
+ rubygems_version: 1.8.23
68
69
  signing_key:
69
- specification_version: 4
70
+ specification_version: 3
70
71
  summary: Smilodon is a utility to parse data files.
71
72
  test_files:
72
73
  - spec/lib/smilodon_spec.rb
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 74a2cc8736a10c0ae0824236c4ae6e18a336816d
4
- data.tar.gz: 1b2ac682b7073a3cb54c0137337fd1bb7c1b47d1
5
- SHA512:
6
- metadata.gz: 9ab6b61809d5d56efcb72a949b85794b450e48d19d76740aded536b78a88d3d469ba186a98fe79bb5e72edbc993dfc9e20f710d7a48053dba1a072457392f222
7
- data.tar.gz: 382d37b22b542a5aa075c8ad08dac28518aa64cd140544e11c6d87cfe937bb6aaf90545939f8b040fc7a2ef6dc36700f3070d9207fd62de358effa3a0ef7a194
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.2.9