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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2cceb688ba7889ef6a7c93b0b44a0b4fd08d102666a8f9ae44c2e79b279f190
4
- data.tar.gz: f47a5461e2463a7560adcdcf3c59e3b4b33b3dfcc4b66831b1b3cc5f2d946be8
3
+ metadata.gz: 8eda78d60f279b068823ebd2dcc84f466344a6f2fea17b41b0943596899d9498
4
+ data.tar.gz: '0085c4afc1b682535d6e5c47c42eba244020f3200c620db3c56149a8e6751263'
5
5
  SHA512:
6
- metadata.gz: b91d41b8adc91322bbff54c17a852500294e76cf52e89f81dd63da3d5dae1fdee308ba80f5d55b4e4fd49973ed089c67325555596e70c5635fa2b994c65edf45
7
- data.tar.gz: 4e63ab4b4ffdc0c3ce47ed6b5fc110012cadb30581384a6ba1ebb3d840768615caf08778c86520bc9ee83459776ba914b691a2d111140f6f80737a5aebe4d1de
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.0"
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
@@ -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.0.0'
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'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Helio
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
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.0
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: 2018-12-15 00:00:00.000000000 Z
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.0.0
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
- rubyforge_project:
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