tmux-erb-parser 0.1.4.1 → 0.1.5

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: d0e24b4445bae5e0b5abf9885bedd950bdedb2a14f0fb002f3eabd7788e7421a
4
- data.tar.gz: '05984269011c7311eeb491a0e074403c71f7f3fd0ca96be952c46812c64e3145'
3
+ metadata.gz: cb08a9b002cd0c3f77e667db7ab1b12aeb6a0ea349ee867ba7f5d32660051554
4
+ data.tar.gz: 6f324d28c0eb120e03397246050e27371b55a0d1b2a48b8b097f2c147c03b07a
5
5
  SHA512:
6
- metadata.gz: 532b0763b6b3756c6391952e4be7af374c1aad79502564a3684df75c5035a7260927bea0db147661ed2fb80b2f0df94c1c5bf2e8946ef672e91247448cdbdf34
7
- data.tar.gz: 7353161f0699165c3958dec07dd2e40ecce7a6c205c88c167b5ba095321eae94d0adce064f66ba0a69d5aa0be68ab61cf5e978c523a1229b7c4aa980877ef6ae
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 to load tmux.conf.erb
8
- [What's ERB?](https://ruby-doc.org/stdlib-2.5.1/libdoc/erb/rdoc/ERB.html)
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.3 or higher is required.
16
+ * 2.4 or higher is required.
17
17
  * tmux
18
18
 
19
19
  ## How to use
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TmuxERBParser
4
- VERSION = '0.1.4.1'
4
+ VERSION = '0.1.5'
5
5
  end
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.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: 2018-12-01 00:00:00.000000000 Z
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.8
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.8
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.5
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.5
125
- description: A Tmux plugin to load tmux.conf.erb
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.3.0
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 to load tmux.conf.erb
171
+ summary: A Tmux plugin for loading tmux.conf written in Ruby (eRuby) notation.
172
172
  test_files: []