nv 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.editorconfig +10 -0
- data/lib/nv/config.rb +1 -1
- data/lib/nv/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85eb7f89ebfcf978cbbd78f275640672e28e3131
|
4
|
+
data.tar.gz: a9a9605d01ce0daf49ef583fc5a09bc614a8bd1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97872495f7f42f9f6d57becfad4cd585cf7befb552bc9a520b6451733966af9e5a2ee934ef369eed25bf33845fdf11fabfbb293e17f51a6164bee4f92cbfb0d3
|
7
|
+
data.tar.gz: be2609cfbd5062cac16174b3a41598cd220252452e9035683f3f2c07f27364b565a851ed59d59f554ee3468e0ce51e381795b14e6f9657c27ccdcd298bb6a11c
|
data/.editorconfig
ADDED
data/lib/nv/config.rb
CHANGED
@@ -18,7 +18,7 @@ module Nv
|
|
18
18
|
Dir.mkdir(config_dir) unless Dir.exist?(config_dir)
|
19
19
|
FileUtils.touch(@config_path) unless File.exist?(@config_path)
|
20
20
|
|
21
|
-
@config = YAML.
|
21
|
+
@config = YAML.load(open(@config_path).read) || {}
|
22
22
|
super(@config)
|
23
23
|
end
|
24
24
|
|
data/lib/nv/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yasuaki Uechi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -88,6 +88,7 @@ executables:
|
|
88
88
|
extensions: []
|
89
89
|
extra_rdoc_files: []
|
90
90
|
files:
|
91
|
+
- ".editorconfig"
|
91
92
|
- ".gitignore"
|
92
93
|
- Gemfile
|
93
94
|
- LICENSE.txt
|
@@ -125,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
126
|
version: '0'
|
126
127
|
requirements: []
|
127
128
|
rubyforge_project:
|
128
|
-
rubygems_version: 2.4.
|
129
|
+
rubygems_version: 2.4.5
|
129
130
|
signing_key:
|
130
131
|
specification_version: 4
|
131
132
|
summary: The toolbelt for nicovideo
|