alf-doc 0.16.3 → 0.16.4

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,3 +1,7 @@
1
+ # 0.16.4 - 2014-09-12
2
+
3
+ * Fix missing .txt files for main commands
4
+
1
5
  # 0.16.3 - 2014-07-25
2
6
 
3
7
  * No change in this submodule.
@@ -4,7 +4,7 @@ module Alf
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 16
7
- TINY = 3
7
+ TINY = 4
8
8
 
9
9
  def self.to_s
10
10
  [ MAJOR, MINOR, TINY ].join('.')
@@ -14,7 +14,7 @@ task :txt do
14
14
 
15
15
  # COMMANDS
16
16
  Alf::Doc.commands.each do |md|
17
- target = TXT/"#{md.basename.rm_ext}.man"
17
+ target = TXT/"#{md.basename.rm_ext}.txt"
18
18
  puts "#{md} -> #{target}"
19
19
  target.write(md.read)
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alf-doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.3
4
+ version: 0.16.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-25 00:00:00.000000000 Z
12
+ date: 2014-09-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: wlang
@@ -112,17 +112,17 @@ dependencies:
112
112
  requirement: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements:
115
- - - '='
115
+ - - ~>
116
116
  - !ruby/object:Gem::Version
117
- version: 0.16.3
117
+ version: '0.16'
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  none: false
122
122
  requirements:
123
- - - '='
123
+ - - ~>
124
124
  - !ruby/object:Gem::Version
125
- version: 0.16.3
125
+ version: '0.16'
126
126
  description: This gem provides support for using the formal documentation of Alf.
127
127
  email:
128
128
  - blambeau at gmail.com