mina-infinum 1.8.0 → 1.9.0

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
- SHA1:
3
- metadata.gz: 74698f34c63fba89a8c26cd2c6075cb74d94828b
4
- data.tar.gz: cd509d3519cfc3c950661ac24d1cc1bb498d5ade
2
+ SHA256:
3
+ metadata.gz: bd98ea2a3468c54d1c4098a8c2d51625172296cdc2096f0487a9e949739c74d6
4
+ data.tar.gz: 7fb28f4e8d43b5d84159df037afebb52ec86bfece6bcc74524ef9d6db996a2d6
5
5
  SHA512:
6
- metadata.gz: d64723884fae5f27570716f1eb1d8e520596d31d0ae31a566c195c2b70373ef8568b42bacdf5fde33a055282ee2a8c484239c4d34a010cf36f48511ccea41839
7
- data.tar.gz: e2ce960c7afa2ab000ec5c57d94965f89e4cdc33c870d66610b8a565c877cae66beb4123a5ae5054cf641e5144e9a783d7e1562fab87cf916a7a9e7684fa300b
6
+ metadata.gz: 7167f83ec9b85b7aaffe69613104752a2049ff164af56a10c820af5722578fb3265a1fff63342c3e6dd24967b110f5719f15f2d5ff7ce8dd9af9154c21559116
7
+ data.tar.gz: 8918418d8ac3e1b69eba2f37ed1074fdb9ba3035279edc40d46b648eb3eaac2f14ec5807c5b369be0ef998e34aa807dddfff26ec62f9eb9bd3e8fb1ddffcb1e7
@@ -23,3 +23,12 @@ task :link_sidekiq_assets do
23
23
  command "mkdir -p #{custom_assets_path}"
24
24
  command "ln -nfs $bundle_path/web/assets #{custom_assets_path}/sidekiq"
25
25
  end
26
+
27
+ namespace :bundle do
28
+ desc 'Install bundler'
29
+ task :install_gem do
30
+ comment 'Installing bundler'
31
+ command 'bundler_version=`tail -n 1 Gemfile.lock | xargs`'
32
+ command 'gem install bundler:$bundler_version --no-document'
33
+ end
34
+ end
@@ -1,5 +1,5 @@
1
1
  module Mina
2
2
  module Infinum
3
- VERSION = '1.8.0'.freeze
3
+ VERSION = '1.9.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-infinum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stjepan Hadjic
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-02 00:00:00.000000000 Z
11
+ date: 2021-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -149,7 +149,7 @@ licenses:
149
149
  - MIT
150
150
  metadata:
151
151
  allowed_push_host: https://rubygems.org
152
- post_install_message:
152
+ post_install_message:
153
153
  rdoc_options: []
154
154
  require_paths:
155
155
  - lib
@@ -164,9 +164,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  - !ruby/object:Gem::Version
165
165
  version: '0'
166
166
  requirements: []
167
- rubyforge_project:
168
- rubygems_version: 2.6.11
169
- signing_key:
167
+ rubygems_version: 3.0.3
168
+ signing_key:
170
169
  specification_version: 4
171
170
  summary: Collection of mina plugins we use in infinum
172
171
  test_files: []