bankai 0.2.0 → 0.2.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: 9f6ada50b0a4556acf3c46275c0a4eff1eac18880eb9337a3609902ca06720dd
4
- data.tar.gz: f9631b5c20daf0b83a0d448bb6eb7ba22f0342c0b2105598456bbaf2f7005b8f
3
+ metadata.gz: 25c6b3bec999769f791e554a482c2817cb1c9874291fce1c59833349af74761c
4
+ data.tar.gz: fdfc060a1251c35f61a49211873defece649d205a6ce0db03d5bb564560fbd33
5
5
  SHA512:
6
- metadata.gz: f56abde22ce0627cdc53a8b12ba3596b455556faaeeacd5d42b8433407496e8535f7ae7d45c110fbd46bf9e50b54f37fe98069b08574fb0086bda7ad581aa1e1
7
- data.tar.gz: 64cbfab439a5d1e579e87756f95c6aef09e961e2d941db37ad3dcd09eaea0df94c9f6736f2ea68f21630b19161cf64ed68e36fb4a66c8235c6b380ace721420b
6
+ metadata.gz: ac72e9ebd8c6a238a0fae997b2fdf8a08bd818a403fec3b4f6ffd000850ed4d925965ea91f0e26e5c99b09cfc2c7323c56cbd50e34f86ea90a5255c42318e9b4
7
+ data.tar.gz: 1145769569c591b16c18837c835c8c0dd793d9e5d9a5f03015ac152bea6f2b702f87d33e42501141fc89e796c696aaa04d0773710d7e4d1668d6767a3baa043b
data/.gitlab-ci.yml CHANGED
@@ -14,6 +14,8 @@ rubocop:
14
14
  - gem install rubocop -v 0.60.0
15
15
  script:
16
16
  - rubocop
17
+ except:
18
+ - schedules
17
19
 
18
20
  bundler-audit:
19
21
  stage: lint
@@ -29,3 +31,5 @@ rspec:
29
31
  - bundle install --path vendor
30
32
  script:
31
33
  - bundle exec rspec
34
+ except:
35
+ - schedules
@@ -1,5 +1,5 @@
1
1
  module Bankai
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  RUBY_VERSION = '2.5.0'.freeze
4
4
  RAILS_VERSION = '5.2.2'.freeze
5
5
  RUBOCOP_VERSION = '0.60.0'.freeze
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'spec_helper'
4
4
  ENV['RAILS_ENV'] ||= 'test'
5
- require File.expand_path('..', '..', 'config', 'environment', __FILE__)
5
+ require File.expand_path('../config/environment', __dir__)
6
6
 
7
7
  abort('The Rails is running in production mode!') if Rails.env.production?
8
8
  require 'rspec/rails'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bankai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 5xRuby
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-02-12 00:00:00.000000000 Z
12
+ date: 2019-02-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler