hiiro 0.1.101 → 0.1.102

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: 2a0868dda489ffdfa214f45a591fa2f8e5375afce1e1b5224313eb78d2b3330c
4
- data.tar.gz: ea0ee2867a93460a4417a699f4a6486afd2315ab3d40a3c6ff1f7a7346682482
3
+ metadata.gz: 8dc2109d62e2122c9143899e72036b38a955878521bdee24d308ca11ee879794
4
+ data.tar.gz: 8baf73d8ef12d7f9a28894ba713b44691a01a545ee2e0b1d5dfd14bcfbd87e44
5
5
  SHA512:
6
- metadata.gz: e98de821ad4e4c654fdbf6dad34aa27fcce13431e671af6620aa6252a12b2a6aba6a18f1ada056888fc36ece651a743b461a1a3245908f637a3c9383f0f9adb6
7
- data.tar.gz: 4d95da4f77b667c544451740bb809b87178cf321b4b30bddc6d9478480902fd164d15d43454d94cfd421e298d421719b0e6c27456b419dd63447a3bbab680604
6
+ metadata.gz: d53af01b7a6f6888962d2517ea4272534b67fd29be5b1999afec20430cc64b8a16da67d18796dcbfc0df7f2ab9c176571352541a40e8ef359c3811586bc0f676
7
+ data.tar.gz: e1af7c22e7d90bcc1dcf83ab18dd2c48696100446d7677c936a1bb9f5827e6d6bed555ba4ad3d697777c4a0de9811a7cd5337f798b0bcfa3268d9d30b56787aa
data/bin/h-link CHANGED
@@ -194,7 +194,7 @@ end
194
194
 
195
195
  lm = LinkManager.new
196
196
 
197
- Hiiro.run(*ARGV, plugins: [Tmux, Pins], links_file: lm.links_file) do
197
+ Hiiro.run(*ARGV, plugins: [Pins], links_file: lm.links_file) do
198
198
  add_subcmd(:add) do |*add_args|
199
199
  links = lm.load_links
200
200
 
data/bin/h-plugin CHANGED
@@ -10,7 +10,7 @@ def plugin_files
10
10
  Dir.glob(File.join(BASE_DIR, '**/*'))
11
11
  end
12
12
 
13
- Hiiro.run(*ARGV, plugins: [Tmux, Pins], dir: BASE_DIR) do
13
+ Hiiro.run(*ARGV, plugins: [Pins], dir: BASE_DIR) do
14
14
  add_subcmd(:path) { |*args|
15
15
  print get_value(:dir)
16
16
  }
data/lib/hiiro/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Hiiro
2
- VERSION = "0.1.101"
2
+ VERSION = "0.1.102"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.101
4
+ version: 0.1.102
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota