yasd 0.1.0 → 0.1.1
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/Makefile +4 -0
- data/lib/yasd/version.rb +1 -1
- data/yasd.gemspec +1 -1
- metadata +3 -4
- data/Gemfile.lock +0 -102
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fab1ccfd5d6e36208ec41a2fafe31d0809c2907f50fbb4b3d8ce3eefd2ffb029
|
|
4
|
+
data.tar.gz: f010413d2707c44486e1f5c430bdd54c7cd03bdbf010cdaef98a3337687aaaab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1c7a50c325e0a2809b3a576ddc6912b941db99d9b79abf28c1f325f3e666926b683c25100bb2b2be806571ea9ea1dc8c169f5e3c943345302bb7651a0100686
|
|
7
|
+
data.tar.gz: f3950b6c1a8153fdc9347c48bd9724a79fad4312f6f82591bab5f5f2bf149076d2a97d720588f479bba63344362ee0f9dfa5b7e57e9ea07b12a37c42de2dae06
|
data/Makefile
CHANGED
data/lib/yasd/version.rb
CHANGED
data/yasd.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = 'Yet Another Salesforce Detaloader'
|
|
14
14
|
spec.description = 'Yet Another Salesforce Dataloader'
|
|
15
|
-
spec.homepage = 'https://github.com/tzmfreedom/yasd'
|
|
15
|
+
spec.homepage = 'https://github.com/tzmfreedom/yasd-ruby'
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yasd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tzmfreedom
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: soapforce
|
|
@@ -123,7 +123,6 @@ files:
|
|
|
123
123
|
- ".travis.yml"
|
|
124
124
|
- Dockerfile
|
|
125
125
|
- Gemfile
|
|
126
|
-
- Gemfile.lock
|
|
127
126
|
- LICENSE.txt
|
|
128
127
|
- Makefile
|
|
129
128
|
- README.md
|
|
@@ -139,7 +138,7 @@ files:
|
|
|
139
138
|
- lib/yasd/mapper.rb
|
|
140
139
|
- lib/yasd/version.rb
|
|
141
140
|
- yasd.gemspec
|
|
142
|
-
homepage: https://github.com/tzmfreedom/yasd
|
|
141
|
+
homepage: https://github.com/tzmfreedom/yasd-ruby
|
|
143
142
|
licenses:
|
|
144
143
|
- MIT
|
|
145
144
|
metadata: {}
|
data/Gemfile.lock
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
yasd (0.1.0)
|
|
5
|
-
soapforce (~> 0.7.0)
|
|
6
|
-
thor (~> 0.20.0)
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
akami (1.3.1)
|
|
12
|
-
gyoku (>= 0.4.0)
|
|
13
|
-
nokogiri
|
|
14
|
-
ast (2.4.0)
|
|
15
|
-
builder (3.2.3)
|
|
16
|
-
byebug (10.0.2)
|
|
17
|
-
coderay (1.1.2)
|
|
18
|
-
diff-lcs (1.3)
|
|
19
|
-
dotenv (2.5.0)
|
|
20
|
-
gyoku (1.3.1)
|
|
21
|
-
builder (>= 2.1.2)
|
|
22
|
-
httpi (2.4.3)
|
|
23
|
-
rack
|
|
24
|
-
socksify
|
|
25
|
-
jaro_winkler (1.5.1)
|
|
26
|
-
method_source (0.9.0)
|
|
27
|
-
mini_portile2 (2.3.0)
|
|
28
|
-
nokogiri (1.8.4)
|
|
29
|
-
mini_portile2 (~> 2.3.0)
|
|
30
|
-
nori (2.6.0)
|
|
31
|
-
onkcop (0.53.0.1)
|
|
32
|
-
rubocop (>= 0.53.0)
|
|
33
|
-
rubocop-rspec (>= 1.24.0)
|
|
34
|
-
parallel (1.12.1)
|
|
35
|
-
parser (2.5.1.2)
|
|
36
|
-
ast (~> 2.4.0)
|
|
37
|
-
powerpack (0.1.2)
|
|
38
|
-
pry (0.11.3)
|
|
39
|
-
coderay (~> 1.1.0)
|
|
40
|
-
method_source (~> 0.9.0)
|
|
41
|
-
pry-byebug (3.6.0)
|
|
42
|
-
byebug (~> 10.0)
|
|
43
|
-
pry (~> 0.10)
|
|
44
|
-
rack (2.0.5)
|
|
45
|
-
rainbow (3.0.0)
|
|
46
|
-
rake (10.5.0)
|
|
47
|
-
rspec (3.8.0)
|
|
48
|
-
rspec-core (~> 3.8.0)
|
|
49
|
-
rspec-expectations (~> 3.8.0)
|
|
50
|
-
rspec-mocks (~> 3.8.0)
|
|
51
|
-
rspec-core (3.8.0)
|
|
52
|
-
rspec-support (~> 3.8.0)
|
|
53
|
-
rspec-expectations (3.8.1)
|
|
54
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
55
|
-
rspec-support (~> 3.8.0)
|
|
56
|
-
rspec-mocks (3.8.0)
|
|
57
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
58
|
-
rspec-support (~> 3.8.0)
|
|
59
|
-
rspec-support (3.8.0)
|
|
60
|
-
rubocop (0.58.2)
|
|
61
|
-
jaro_winkler (~> 1.5.1)
|
|
62
|
-
parallel (~> 1.10)
|
|
63
|
-
parser (>= 2.5, != 2.5.1.1)
|
|
64
|
-
powerpack (~> 0.1)
|
|
65
|
-
rainbow (>= 2.2.2, < 4.0)
|
|
66
|
-
ruby-progressbar (~> 1.7)
|
|
67
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
68
|
-
rubocop-rspec (1.29.0)
|
|
69
|
-
rubocop (>= 0.58.0)
|
|
70
|
-
ruby-progressbar (1.10.0)
|
|
71
|
-
savon (2.12.0)
|
|
72
|
-
akami (~> 1.2)
|
|
73
|
-
builder (>= 2.1.2)
|
|
74
|
-
gyoku (~> 1.2)
|
|
75
|
-
httpi (~> 2.3)
|
|
76
|
-
nokogiri (>= 1.8.1)
|
|
77
|
-
nori (~> 2.4)
|
|
78
|
-
wasabi (~> 3.4)
|
|
79
|
-
soapforce (0.7.0)
|
|
80
|
-
savon (>= 2.3.0, < 3.0.0)
|
|
81
|
-
socksify (1.7.1)
|
|
82
|
-
thor (0.20.0)
|
|
83
|
-
unicode-display_width (1.4.0)
|
|
84
|
-
wasabi (3.5.0)
|
|
85
|
-
httpi (~> 2.0)
|
|
86
|
-
nokogiri (>= 1.4.2)
|
|
87
|
-
|
|
88
|
-
PLATFORMS
|
|
89
|
-
ruby
|
|
90
|
-
|
|
91
|
-
DEPENDENCIES
|
|
92
|
-
bundler (~> 1.16)
|
|
93
|
-
dotenv
|
|
94
|
-
onkcop
|
|
95
|
-
pry-byebug
|
|
96
|
-
rake (~> 10.0)
|
|
97
|
-
rspec (~> 3.0)
|
|
98
|
-
rubocop
|
|
99
|
-
yasd!
|
|
100
|
-
|
|
101
|
-
BUNDLED WITH
|
|
102
|
-
1.16.1
|