stowm 0.8.0 → 0.8.1

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.
@@ -1,5 +1,5 @@
1
1
  module Stowm
2
2
 
3
- VERSION = '0.8.0'
3
+ VERSION = '0.8.1'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stowm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kiyoka Nishiyama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-06 00:00:00.000000000 Z
11
+ date: 2015-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nendo
@@ -34,20 +34,20 @@ extra_rdoc_files:
34
34
  files:
35
35
  - README.md
36
36
  - bin/stowm
37
- - lib/stowm.rb
38
- - lib/stowm/env.nnd
39
- - lib/stowm/env.nndc
40
- - lib/stowm/listutil.nnd
41
- - lib/stowm/listutil.nndc
42
- - lib/stowm/main.nnd
43
- - lib/stowm/main.nndc
37
+ - lib/stowm/specfile.nnd
44
38
  - lib/stowm/parseutil.nnd
39
+ - lib/stowm/main.nnd
40
+ - lib/stowm/listutil.nnd
41
+ - lib/stowm/env.nnd
42
+ - lib/stowm/util.nnd
45
43
  - lib/stowm/parseutil.nndc
46
- - lib/stowm/specfile.nnd
44
+ - lib/stowm/listutil.nndc
45
+ - lib/stowm/env.nndc
47
46
  - lib/stowm/specfile.nndc
48
- - lib/stowm/util.nnd
49
47
  - lib/stowm/util.nndc
48
+ - lib/stowm/main.nndc
50
49
  - lib/stowm/version.rb
50
+ - lib/stowm.rb
51
51
  homepage: http://github.com/kiyoka/stowm
52
52
  licenses:
53
53
  - New BSD
@@ -58,17 +58,17 @@ require_paths:
58
58
  - lib
59
59
  required_ruby_version: !ruby/object:Gem::Requirement
60
60
  requirements:
61
- - - ">="
61
+ - - '>='
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  requirements: []
70
70
  rubyforge_project:
71
- rubygems_version: 2.4.5
71
+ rubygems_version: 2.0.14
72
72
  signing_key:
73
73
  specification_version: 4
74
74
  summary: Stowm is a stow manager.