metaboss_rails 0.1.5 → 0.1.8

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: f09393cbaa774c5b41df3b398373e763fb61d397fc30234139f6a17e2bc6cb8c
4
- data.tar.gz: 5a9219c3ba04f2ae6aa2a2979e6934aae5fab630f205c73978498f825ecb37fb
3
+ metadata.gz: 4054c9513f2887817231fb9aa35d34df5edb7144352b46db56f79b3b922907e9
4
+ data.tar.gz: 76a4da295ccf3178db6130b9eda879f5a7733f00c1dcc23b055075b29d342529
5
5
  SHA512:
6
- metadata.gz: 744b277640926367066184bc5f83351dff8969500181f9d64ee978b7b2fe7ce2c7c7bf1e79b8e8b9ad035cd77204a567804d5e7324d138b72f9a8efe4a4ba54b
7
- data.tar.gz: ba0b9178e262e7269e38faf2cfba62420462a4e509b72c538814fac9f5874e084a8b52c600539fa6a299bcbcd405a1807359741ff923f27c29934c0326a1f7d9
6
+ metadata.gz: 406a7bb33fcb2cba5529c6720e7829dc3cdae9d5b0751eb0a7fdcfd265a5b09b19025532b3b9ed999c86bf5b95ca179f488921cfbfa1e68f3c7ba882dd825c09
7
+ data.tar.gz: e516b2e8625b7aded85111053d4dac5c7028a024a28938b92c6e2714690775f6a3caf82619392bc7611264f673394faa91a3ad00ee01f0712c390a377d2cbc17
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- metaboss_rails (0.1.4)
4
+ metaboss_rails (0.1.5)
5
5
  thor
6
6
 
7
7
  GEM
@@ -19,7 +19,7 @@ desc: "The mint account to update the URI for."
19
19
  args = options.map { |k, v| "--#{k} '#{v}'" }.join(" ")
20
20
  success = run Metaboss.command(method, args)
21
21
 
22
- raise Error, set_color("Failed to update URI.", :red) unless success
22
+ raise "Failed to update URI." unless success
23
23
  end
24
24
  end
25
25
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MetabossRails
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.8"
5
5
  end
data/vendor/metaboss CHANGED
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metaboss_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Pham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-19 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -58,6 +58,7 @@ files:
58
58
  - lib/metaboss_rails/version.rb
59
59
  - metaboss_rails.gemspec
60
60
  - vendor/metaboss
61
+ - vendor/metaboss_arm
61
62
  homepage: https://github.com/dannynpham/metaboss_rails.git
62
63
  licenses: []
63
64
  metadata: