nv 1.2.1 → 1.2.2

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
  SHA1:
3
- metadata.gz: c5f0c8bd1b296caf18b4fcce67f896e3349b2ff4
4
- data.tar.gz: 2cf890bcaf3da97043709f15940ffdc986e53817
3
+ metadata.gz: 85eb7f89ebfcf978cbbd78f275640672e28e3131
4
+ data.tar.gz: a9a9605d01ce0daf49ef583fc5a09bc614a8bd1d
5
5
  SHA512:
6
- metadata.gz: c9769a36ba372b6457831268ca13e2145db62b5fd502744d0012d7c7d158e0fc284745ec87bffc95bd9854bcb3ef84335b8c26eecda51e081ba7ecc12e349cb6
7
- data.tar.gz: dc112b9d3c8909c694c732e6c9e17d077557be2090386414c460e84f1485f21b42cc84bf5c3d175172e1a58058952644c53c5d7574ef9040b8672c06d865d92b
6
+ metadata.gz: 97872495f7f42f9f6d57becfad4cd585cf7befb552bc9a520b6451733966af9e5a2ee934ef369eed25bf33845fdf11fabfbb293e17f51a6164bee4f92cbfb0d3
7
+ data.tar.gz: be2609cfbd5062cac16174b3a41598cd220252452e9035683f3f2c07f27364b565a851ed59d59f554ee3468e0ce51e381795b14e6f9657c27ccdcd298bb6a11c
@@ -0,0 +1,10 @@
1
+ # editorconfig.org
2
+ root = true
3
+
4
+ [*]
5
+ indent_style = space
6
+ indent_size = 2
7
+ end_of_line = lf
8
+ charset = utf-8
9
+ trim_trailing_whitespace = true
10
+ insert_final_newline = true
@@ -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.load_file(@config_path) || {}
21
+ @config = YAML.load(open(@config_path).read) || {}
22
22
  super(@config)
23
23
  end
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Nv
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
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.1
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: 2014-12-02 00:00:00.000000000 Z
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.2
129
+ rubygems_version: 2.4.5
129
130
  signing_key:
130
131
  specification_version: 4
131
132
  summary: The toolbelt for nicovideo