move-to-go 5.0.10 → 5.0.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.
- checksums.yaml +4 -4
- data/sources/base-crm/.gitignore +15 -0
- data/sources/csv/.gitignore +2 -1
- data/sources/custom/.gitignore +2 -1
- data/sources/excel/.gitignore +2 -1
- data/sources/lime-crm-basic/.gitignore +2 -1
- data/sources/lime-easy/.gitignore +2 -1
- data/sources/salesforce/.gitignore +2 -1
- metadata +3 -3
- data/sources/salesforce/Gemfile.lock +0 -48
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68470b38e6ceee63e4f08e8e0e822e9ac5e88914
|
|
4
|
+
data.tar.gz: 7b0cd299cf400387f843dcfd8860534fd13b6276
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1694855855c926ab157726b1fda8f76103e3c06dca35ab99e32971e78a4f5a27163c3e4b1b1ee5fae668a42a502ae52f3f8bc4b179af39c67a8b67ba588ca231
|
|
7
|
+
data.tar.gz: d5d4abd51e0c1c6dd260201eb945a9fd41150dbc8b04f82bf073bb6cab043770b78c130ef7a65c24cfa9c71d6088c2ed018b9dd9d15450e1501b0849840561e2
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
2
|
+
#
|
|
3
|
+
# If you find yourself ignoring temporary files generated by your text editor
|
|
4
|
+
# or operating system, you probably want to add a global ignore instead:
|
|
5
|
+
# git config --global core.excludesfile ~/.gitignore_global
|
|
6
|
+
|
|
7
|
+
# Ignore bundler config
|
|
8
|
+
/.bundle
|
|
9
|
+
# Ignore built gems
|
|
10
|
+
/*.gem
|
|
11
|
+
# Ignore all logfiles and tempfiles.
|
|
12
|
+
/tmp
|
|
13
|
+
/spec/tmp
|
|
14
|
+
pkg
|
|
15
|
+
Gemfile.lock
|
data/sources/csv/.gitignore
CHANGED
data/sources/custom/.gitignore
CHANGED
data/sources/excel/.gitignore
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: move-to-go
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Petter Sandholdt
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date:
|
|
17
|
+
date: 2018-02-08 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: iso_country_codes
|
|
@@ -230,6 +230,7 @@ files:
|
|
|
230
230
|
- sources/VISMA/Database/KUND.DBF
|
|
231
231
|
- sources/VISMA/Gemfile
|
|
232
232
|
- sources/VISMA/converter.rb
|
|
233
|
+
- sources/base-crm/.gitignore
|
|
233
234
|
- sources/base-crm/.move-to-go/runner.rb
|
|
234
235
|
- sources/base-crm/Gemfile
|
|
235
236
|
- sources/base-crm/README.md
|
|
@@ -291,7 +292,6 @@ files:
|
|
|
291
292
|
- sources/salesforce/.move-to-go/readme.txt
|
|
292
293
|
- sources/salesforce/.move-to-go/runner.rb
|
|
293
294
|
- sources/salesforce/Gemfile
|
|
294
|
-
- sources/salesforce/Gemfile.lock
|
|
295
295
|
- sources/salesforce/converter.rb
|
|
296
296
|
- sources/salesforce/export/readme.txt
|
|
297
297
|
- spec/address_spec.rb
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
GEM
|
|
2
|
-
remote: http://rubygems.org/
|
|
3
|
-
specs:
|
|
4
|
-
diff-lcs (1.2.5)
|
|
5
|
-
global_phone (1.0.1)
|
|
6
|
-
move-to-go (3.0.18)
|
|
7
|
-
bundler
|
|
8
|
-
global_phone
|
|
9
|
-
iso_country_codes
|
|
10
|
-
nokogiri
|
|
11
|
-
roo
|
|
12
|
-
sixarm_ruby_email_address_validation
|
|
13
|
-
thor
|
|
14
|
-
iso_country_codes (0.6.1)
|
|
15
|
-
mini_portile (0.6.1)
|
|
16
|
-
nokogiri (1.6.4.1-x86-mingw32)
|
|
17
|
-
mini_portile (~> 0.6.0)
|
|
18
|
-
roo (1.13.2)
|
|
19
|
-
nokogiri
|
|
20
|
-
rubyzip
|
|
21
|
-
spreadsheet (> 0.6.4)
|
|
22
|
-
rspec (3.1.0)
|
|
23
|
-
rspec-core (~> 3.1.0)
|
|
24
|
-
rspec-expectations (~> 3.1.0)
|
|
25
|
-
rspec-mocks (~> 3.1.0)
|
|
26
|
-
rspec-core (3.1.7)
|
|
27
|
-
rspec-support (~> 3.1.0)
|
|
28
|
-
rspec-expectations (3.1.2)
|
|
29
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
30
|
-
rspec-support (~> 3.1.0)
|
|
31
|
-
rspec-mocks (3.1.3)
|
|
32
|
-
rspec-support (~> 3.1.0)
|
|
33
|
-
rspec-support (3.1.2)
|
|
34
|
-
ruby-ole (1.2.11.7)
|
|
35
|
-
rubyzip (1.1.6)
|
|
36
|
-
sixarm_ruby_email_address_validation (2.0.0)
|
|
37
|
-
spreadsheet (1.0.0)
|
|
38
|
-
ruby-ole (>= 1.0)
|
|
39
|
-
thor (0.19.1)
|
|
40
|
-
|
|
41
|
-
PLATFORMS
|
|
42
|
-
x86-mingw32
|
|
43
|
-
|
|
44
|
-
DEPENDENCIES
|
|
45
|
-
move-to-go
|
|
46
|
-
rspec
|
|
47
|
-
rubyzip
|
|
48
|
-
thor
|