bci 17.0.1 → 17.0.2
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/bci.gemspec +2 -2
- data/lib/bci/version.rb +1 -1
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30b66efa8d1d204697c00a0a922b07480e1dfc5f
|
4
|
+
data.tar.gz: 88066875c448d7fcfc60132cd9e60b7add379a3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c2c6b41946ae3ce8d8c42157450fb325571a96f60f11e0fbb3e25679984709d73fbe415d274969ce087c1ff085430e61b98343db786d99414b4f7dcf904523a
|
7
|
+
data.tar.gz: 4f2de135de1b2f770624d87837db83cc45e0d80bf0488b9891d385a7d1de30e53eec7fcd9c96130b1e8f7d2ebd1f92f50a6123801f6138aaade5df34d4ac90ab
|
data/bci.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = Bci::VERSION
|
8
8
|
s.authors = ["Daniel Ochoa John"]
|
9
9
|
s.email = ["dochoajohn@gmail.com"]
|
10
|
-
s.homepage = ""
|
10
|
+
s.homepage = "https://github.com/ProgramadoresChile/SDKBCI_Ruby"
|
11
11
|
s.summary = %q{A SDK to connect to BCI developers API}
|
12
12
|
s.description = %q{A SDK to connect with BCI developers API}
|
13
13
|
s.licenses = ['Nonstandard']
|
@@ -25,5 +25,5 @@ Gem::Specification.new do |s|
|
|
25
25
|
|
26
26
|
|
27
27
|
s.add_development_dependency 'rspec', '~> 3'
|
28
|
-
|
28
|
+
s.add_runtime_dependency 'rest-client', '>= 2.0.2'
|
29
29
|
end
|
data/lib/bci/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 17.0.
|
4
|
+
version: 17.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Ochoa John
|
@@ -24,6 +24,20 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '3'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rest-client
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 2.0.2
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 2.0.2
|
27
41
|
description: A SDK to connect with BCI developers API
|
28
42
|
email:
|
29
43
|
- dochoajohn@gmail.com
|
@@ -46,7 +60,7 @@ files:
|
|
46
60
|
- lib/bci/stats.rb
|
47
61
|
- lib/bci/version.rb
|
48
62
|
- spec/spec_helper.rb
|
49
|
-
homepage:
|
63
|
+
homepage: https://github.com/ProgramadoresChile/SDKBCI_Ruby
|
50
64
|
licenses:
|
51
65
|
- Nonstandard
|
52
66
|
metadata: {}
|
@@ -66,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
80
|
version: '0'
|
67
81
|
requirements: []
|
68
82
|
rubyforge_project:
|
69
|
-
rubygems_version: 2.
|
83
|
+
rubygems_version: 2.4.5.1
|
70
84
|
signing_key:
|
71
85
|
specification_version: 4
|
72
86
|
summary: A SDK to connect to BCI developers API
|