bridge_blueprint 0.0.04 → 0.0.05
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/Gemfile.lock +8 -7
- data/bridge_blueprint.gemspec +1 -1
- data/lib/bridge_blueprint/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e40854d5a34a871c4f3b9384ea89c36357c67d8
|
|
4
|
+
data.tar.gz: a30a814a45d27d9a3bc531139e076f2f0f4aa61e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8705c4f29857b0b0b4911081f0c2d59315d1ff208a6de31fcc056beac681cc9666c64669459168b35a91c549b009ee557d74823fafde8cc879a1241a481ffe6
|
|
7
|
+
data.tar.gz: c4b3c49049a61d6dc5155c784bca1ba010159ac849f291196492f2ed67e4ddcca9ddb9714f1228887336634459282e7c5bb78468043562a0834b6f7076e7cf50
|
data/Gemfile.lock
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bridge_blueprint (0.0.
|
|
5
|
-
bridge_api (~> 0.
|
|
4
|
+
bridge_blueprint (0.0.05)
|
|
5
|
+
bridge_api (~> 0.1.16)
|
|
6
6
|
open_uri_redirections (~> 0.2.1)
|
|
7
7
|
rubyzip (~> 1.2.1)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
activesupport (5.1.
|
|
12
|
+
activesupport (5.1.4)
|
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
14
14
|
i18n (~> 0.7)
|
|
15
15
|
minitest (~> 5.1)
|
|
16
16
|
tzinfo (~> 1.1)
|
|
17
17
|
addressable (2.5.1)
|
|
18
18
|
public_suffix (~> 2.0, >= 2.0.2)
|
|
19
|
-
bridge_api (0.
|
|
19
|
+
bridge_api (0.1.16)
|
|
20
20
|
faraday (~> 0.9.0)
|
|
21
21
|
faraday_middleware (~> 0.9.0)
|
|
22
22
|
footrest (>= 0.5.1)
|
|
@@ -35,10 +35,11 @@ GEM
|
|
|
35
35
|
faraday (~> 0.9.0)
|
|
36
36
|
link_header (>= 0.0.7)
|
|
37
37
|
hashdiff (0.3.4)
|
|
38
|
-
i18n (0.
|
|
38
|
+
i18n (0.9.1)
|
|
39
|
+
concurrent-ruby (~> 1.0)
|
|
39
40
|
link_header (0.0.8)
|
|
40
41
|
method_source (0.8.2)
|
|
41
|
-
minitest (5.
|
|
42
|
+
minitest (5.11.1)
|
|
42
43
|
multipart-post (2.0.0)
|
|
43
44
|
open_uri_redirections (0.2.1)
|
|
44
45
|
pry (0.10.4)
|
|
@@ -67,7 +68,7 @@ GEM
|
|
|
67
68
|
slop (3.6.0)
|
|
68
69
|
thread_safe (0.3.6)
|
|
69
70
|
tilt (1.4.1)
|
|
70
|
-
tzinfo (1.2.
|
|
71
|
+
tzinfo (1.2.4)
|
|
71
72
|
thread_safe (~> 0.1)
|
|
72
73
|
webmock (2.3.2)
|
|
73
74
|
addressable (>= 2.3.6)
|
data/bridge_blueprint.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
|
|
|
18
18
|
gem.require_paths = ["lib"]
|
|
19
19
|
gem.version = BridgeBlueprint::VERSION
|
|
20
20
|
|
|
21
|
-
gem.add_runtime_dependency 'bridge_api', '~> 0.
|
|
21
|
+
gem.add_runtime_dependency 'bridge_api', '~> 0.1.16'
|
|
22
22
|
gem.add_runtime_dependency 'open_uri_redirections', '~> 0.2.1'
|
|
23
23
|
gem.add_runtime_dependency 'rubyzip', '~> 1.2.1'
|
|
24
24
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bridge_blueprint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.05
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jay Shaffer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bridge_api
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.1.16
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.1.16
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: open_uri_redirections
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
221
221
|
version: '0'
|
|
222
222
|
requirements: []
|
|
223
223
|
rubyforge_project:
|
|
224
|
-
rubygems_version: 2.
|
|
224
|
+
rubygems_version: 2.2.2
|
|
225
225
|
signing_key:
|
|
226
226
|
specification_version: 4
|
|
227
227
|
summary: Bridge Blueprint
|
|
@@ -233,3 +233,4 @@ test_files:
|
|
|
233
233
|
- spec/fixtures/data_dumps.json
|
|
234
234
|
- spec/support/fake_bridge.rb
|
|
235
235
|
- spec/test_helper.rb
|
|
236
|
+
has_rdoc:
|