luo 0.1.13 → 0.1.14

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: 1bff5f110ce7891072ff0a19bbfa92cad03d65cc08206397033c319547b621a4
4
- data.tar.gz: 0d5be0be3b78569887643d359c4d7d44dd53acbcc43aa193707985d799028a78
3
+ metadata.gz: c91c54c45567fd291412b61b01cc553364e9a979edc37f2497e77b6f53659a85
4
+ data.tar.gz: 6981cc000220d2864c4bbec1c8c0a95c7613aa4a51e746760d70cea6d3b073ca
5
5
  SHA512:
6
- metadata.gz: a13b16e9bc0b45b1254ff9bb90df9b11f022b2a5045e607ed75cdd6e8a01eeb1a6b25ecba9f5c6dbc3f45b6dfa7fa91c9066037ac0dd81b83b9f556f4a3eb2d5
7
- data.tar.gz: e0516fa894b13bac62de90f84e4a0b241301b09e75bd64b173f954bafa76e7da104e37b2454457e3acd26f8524404739836d963bfb20a7fc463ba72e829672f9
6
+ metadata.gz: 41f5f13d5f886ccd4ee531ea346e195f1fa40e9f763812fa417ee5eba860e645254b94002f331fa7075ebfc4e0cda24568027404de4ed8a64866f651227464d4
7
+ data.tar.gz: 74e21e66f71de150cfd7de551d235367b43d22808b09e0e09a0d16a500a39335e873f7f82d847fcdac742dfc958b05dae12f1c2cd760f18d0dca6eb344da879c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- luo (0.1.13)
4
+ luo (0.1.14)
5
5
  dotenv (~> 2.8, >= 2.8.1)
6
6
  dry-cli (~> 1.0)
7
7
  dry-configurable (~> 1.0, >= 1.0.1)
data/lib/luo/cli.rb CHANGED
@@ -41,10 +41,19 @@ module Luo
41
41
  end
42
42
  end
43
43
 
44
+ class Bundle < Dry::CLI::Command
45
+ desc "Bundle with Luo"
46
+
47
+ def call(*)
48
+ exec "bundle install"
49
+ end
50
+ end
51
+
44
52
  register "version", Version, aliases: %w[v -v --version]
45
53
  register "commit", Commit, aliases: ["c"]
46
54
  register "init", Init, aliases: ["i"]
47
55
  register "run", Run, aliases: ["r"]
56
+ register "bundle", Bundle, aliases: ["b"]
48
57
 
49
58
  end
50
59
 
data/lib/luo/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Luo
4
- VERSION = "0.1.13"
4
+ VERSION = "0.1.14"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - MJ