alf-doc 0.16.2 → 0.16.3

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.
Files changed (3) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/lib/alf/doc/version.rb +1 -1
  3. metadata +3 -3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.16.3 - 2014-07-25
2
+
3
+ * No change in this submodule.
4
+
1
5
  # 0.16.2 - 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 = 2
7
+ TINY = 3
8
8
 
9
9
  def self.to_s
10
10
  [ MAJOR, MINOR, TINY ].join('.')
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.2
4
+ version: 0.16.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -114,7 +114,7 @@ dependencies:
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 0.16.2
117
+ version: 0.16.3
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
@@ -122,7 +122,7 @@ dependencies:
122
122
  requirements:
123
123
  - - '='
124
124
  - !ruby/object:Gem::Version
125
- version: 0.16.2
125
+ version: 0.16.3
126
126
  description: This gem provides support for using the formal documentation of Alf.
127
127
  email:
128
128
  - blambeau at gmail.com