sapoci-connect 0.1.13 → 0.1.14
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
- metadata +11 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a0f6ce12442030245c17fdb35362c669763f3c4
|
|
4
|
+
data.tar.gz: fc9eda61ebf65010918134289391415863d80ae2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d90ed70b7729df383a0a87993e8f3d1289aa4f60f197f800b31d385cd927e3975d129fa2295a84d02b92c9017bcc63220681173eec25fa86d514b004eb33ef8b
|
|
7
|
+
data.tar.gz: 1426250b56c69e679a3e3e6e189b2028290a3e471e8895a56294872eca25135d0f8d367ad41c86b082123c79b8e9747b93f06648d66a8a11e99318feabe6ce57
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sapoci-connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oliver Eilhard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -110,14 +110,20 @@ dependencies:
|
|
|
110
110
|
requirements:
|
|
111
111
|
- - "~>"
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
|
-
version: '
|
|
113
|
+
version: '3.12'
|
|
114
|
+
- - ">="
|
|
115
|
+
- !ruby/object:Gem::Version
|
|
116
|
+
version: 3.12.1
|
|
114
117
|
type: :development
|
|
115
118
|
prerelease: false
|
|
116
119
|
version_requirements: !ruby/object:Gem::Requirement
|
|
117
120
|
requirements:
|
|
118
121
|
- - "~>"
|
|
119
122
|
- !ruby/object:Gem::Version
|
|
120
|
-
version: '
|
|
123
|
+
version: '3.12'
|
|
124
|
+
- - ">="
|
|
125
|
+
- !ruby/object:Gem::Version
|
|
126
|
+
version: 3.12.1
|
|
121
127
|
- !ruby/object:Gem::Dependency
|
|
122
128
|
name: rake
|
|
123
129
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -191,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
191
197
|
version: 1.3.6
|
|
192
198
|
requirements: []
|
|
193
199
|
rubyforge_project:
|
|
194
|
-
rubygems_version: 2.2
|
|
200
|
+
rubygems_version: 2.5.2
|
|
195
201
|
signing_key:
|
|
196
202
|
specification_version: 4
|
|
197
203
|
summary: The library builds on the sapoci gem and adds working with remotes, parsing
|