helio-ruby 0.3.0 → 0.3.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/Gemfile +2 -10
- data/helio-ruby.gemspec +1 -1
- data/lib/helio/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8eda78d60f279b068823ebd2dcc84f466344a6f2fea17b41b0943596899d9498
|
|
4
|
+
data.tar.gz: '0085c4afc1b682535d6e5c47c42eba244020f3200c620db3c56149a8e6751263'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e380f3884e97d686832a34f38745c5ee345662e528823539154e27fb0e69974b130e9158fb1a189be45e2eeea860d43267184ea5d04ba5e2fccc63f4df92745d
|
|
7
|
+
data.tar.gz: 560464b7b1d72d20585b39c44aedf88b530fc1d67f87dac4e4f30224272eb2ffe00ee57085bab8c3c6907301a3e7e9df2de9e1222cb3d82a48765b5932bb198a
|
data/Gemfile
CHANGED
|
@@ -4,7 +4,7 @@ gemspec
|
|
|
4
4
|
|
|
5
5
|
group :development do
|
|
6
6
|
gem "coveralls", require: false
|
|
7
|
-
gem "mocha", "~> 1.
|
|
7
|
+
gem "mocha", "~> 1.8.0"
|
|
8
8
|
gem "rake"
|
|
9
9
|
gem "shoulda-context"
|
|
10
10
|
gem "test-unit"
|
|
@@ -17,15 +17,7 @@ group :development do
|
|
|
17
17
|
# bad, pin to a specific version number here. Try to keep this relatively
|
|
18
18
|
# up-to-date, but it's not the end of the world if it's not.
|
|
19
19
|
gem "rubocop", "0.50.0"
|
|
20
|
-
|
|
21
|
-
# Rack 2.0+ requires Ruby >= 2.2.2 which is problematic for the test suite on
|
|
22
|
-
# older Ruby versions. Check Ruby the version here and put a maximum
|
|
23
|
-
# constraint on Rack if necessary.
|
|
24
|
-
if RUBY_VERSION >= "2.2.2"
|
|
25
|
-
gem "rack", ">= 1.5"
|
|
26
|
-
else
|
|
27
|
-
gem "rack", ">= 1.5", "< 2.0" # rubocop:disable Bundler/DuplicatedGem
|
|
28
|
-
end
|
|
20
|
+
gem "rack", ">= 2.0.8"
|
|
29
21
|
|
|
30
22
|
platforms :mri do
|
|
31
23
|
# to avoid problems, bring Byebug in on just versions of Ruby under which
|
data/helio-ruby.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ require 'helio/version'
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = 'helio-ruby'
|
|
7
7
|
s.version = Helio::VERSION
|
|
8
|
-
s.required_ruby_version = '>= 2.
|
|
8
|
+
s.required_ruby_version = '>= 2.2.2'
|
|
9
9
|
s.summary = 'Ruby bindings for the Helio API'
|
|
10
10
|
s.description = 'Discover design insights with surveys and tests. See https://helio.app for details.'
|
|
11
11
|
s.author = 'Helio'
|
data/lib/helio/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: helio-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Helio
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-12-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
requirements:
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 2.
|
|
79
|
+
version: 2.2.2
|
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
82
|
- - ">="
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
84
|
version: '0'
|
|
85
85
|
requirements: []
|
|
86
|
-
|
|
87
|
-
rubygems_version: 2.7.6
|
|
86
|
+
rubygems_version: 3.0.6
|
|
88
87
|
signing_key:
|
|
89
88
|
specification_version: 4
|
|
90
89
|
summary: Ruby bindings for the Helio API
|