spreader 0.0.9 → 0.0.10
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.
- data/lib/spreader.rb +1 -1
- metadata +4 -3
data/lib/spreader.rb
CHANGED
|
@@ -58,7 +58,7 @@ class Spreader
|
|
|
58
58
|
File.open('db/seeds.rb', 'a') {|f| f.write("\n" + seeds.chop)} if !empty
|
|
59
59
|
File.open('db/seeds.rb', 'a') {|f| f.write(seeds.chop)} if empty
|
|
60
60
|
# File.open('../test/fixtures/things.yml', 'w') {|f| f.write(seeds.chop.chop)}
|
|
61
|
-
system('rake db:seed')
|
|
61
|
+
# system('rake db:seed')
|
|
62
62
|
end
|
|
63
63
|
|
|
64
64
|
def transformLoad(data, model_name, latitude_field_name, longitude_field_name)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spreader
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-06-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: libxml-ruby
|
|
@@ -73,5 +73,6 @@ rubyforge_project:
|
|
|
73
73
|
rubygems_version: 1.8.24
|
|
74
74
|
signing_key:
|
|
75
75
|
specification_version: 3
|
|
76
|
-
summary:
|
|
76
|
+
summary: Spreader provides database-agnostic methods for facilitating the injection
|
|
77
|
+
of coordinates into a data store.
|
|
77
78
|
test_files: []
|