tmux-erb-parser 0.1.4.1 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/tmux-erb-parser/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb08a9b002cd0c3f77e667db7ab1b12aeb6a0ea349ee867ba7f5d32660051554
|
4
|
+
data.tar.gz: 6f324d28c0eb120e03397246050e27371b55a0d1b2a48b8b097f2c147c03b07a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 277f10fc062a6f09380fc5f31f79c57c15cf0a361102607dffd5ff88b782cd7159a1656c251f2549294ce808ee29abdd189bc2ea5dfa1e9fb288d25e08ecd620
|
7
|
+
data.tar.gz: 7c482194ef259817d6fd5895a7d4fe143b92a0ef49adbdcccc2e7ab82751fe216db43671a701877d0f45bc349e6933a111c067432d42f7511fc29fc2421d363a
|
data/README.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
[![Maintainability](https://api.codeclimate.com/v1/badges/a4c67b3c8ba8e555d98f/maintainability)](https://codeclimate.com/github/epaew/tmux-erb-parser/maintainability)
|
5
5
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/a4c67b3c8ba8e555d98f/test_coverage)](https://codeclimate.com/github/epaew/tmux-erb-parser/test_coverage)
|
6
6
|
|
7
|
-
A Tmux plugin
|
8
|
-
[What's
|
7
|
+
A Tmux plugin for loading tmux.conf written in Ruby (eRuby) notation.
|
8
|
+
[What's eRuby?](https://ruby-doc.org/stdlib/libdoc/erb/rdoc/ERB.html)
|
9
9
|
|
10
10
|
## Requirements
|
11
11
|
* bash
|
@@ -13,7 +13,7 @@ A Tmux plugin to load tmux.conf.erb
|
|
13
13
|
* You can use whatever you like as the default shell.
|
14
14
|
* git
|
15
15
|
* ruby:
|
16
|
-
* 2.
|
16
|
+
* 2.4 or higher is required.
|
17
17
|
* tmux
|
18
18
|
|
19
19
|
## How to use
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tmux-erb-parser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- epaew
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -100,29 +100,29 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 3.2
|
103
|
+
version: '3.2'
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 3.2
|
110
|
+
version: '3.2'
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: test-unit-rr
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 1.0
|
117
|
+
version: '1.0'
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 1.0
|
125
|
-
description: A Tmux plugin
|
124
|
+
version: '1.0'
|
125
|
+
description: A Tmux plugin for loading tmux.conf written in Ruby (eRuby) notation.
|
126
126
|
email:
|
127
127
|
- epaew.333@gmail.com
|
128
128
|
executables:
|
@@ -155,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
155
155
|
requirements:
|
156
156
|
- - ">="
|
157
157
|
- !ruby/object:Gem::Version
|
158
|
-
version: 2.
|
158
|
+
version: 2.4.0
|
159
159
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
160
160
|
requirements:
|
161
161
|
- - ">="
|
@@ -168,5 +168,5 @@ rubyforge_project:
|
|
168
168
|
rubygems_version: 2.7.6
|
169
169
|
signing_key:
|
170
170
|
specification_version: 4
|
171
|
-
summary: A Tmux plugin
|
171
|
+
summary: A Tmux plugin for loading tmux.conf written in Ruby (eRuby) notation.
|
172
172
|
test_files: []
|