alf-doc 0.15.0 → 0.16.0
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.
- data/CHANGELOG.md +5 -1
- data/Gemfile +4 -4
- data/Gemfile.lock +1 -1
- data/lib/alf/doc/loader.rb +1 -1
- data/lib/alf/doc/version.rb +1 -1
- metadata +8 -8
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
source 'http://rubygems.org'
|
|
2
2
|
|
|
3
|
-
group :runtime do
|
|
4
|
-
gem "alf-core", path: "../alf-core"
|
|
5
|
-
end
|
|
6
|
-
|
|
7
3
|
group :development do
|
|
8
4
|
gem "wlang", "~> 2.1"
|
|
9
5
|
gem "redcarpet", "~> 3.0"
|
|
@@ -12,3 +8,7 @@ group :development do
|
|
|
12
8
|
gem "rake", "~> 10.0"
|
|
13
9
|
gem "rspec", "~> 2.12"
|
|
14
10
|
end
|
|
11
|
+
|
|
12
|
+
group :runtime do
|
|
13
|
+
gem "alf-core", path: "../alf-core"
|
|
14
|
+
end
|
data/Gemfile.lock
CHANGED
data/lib/alf/doc/loader.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
require "alf-core"
|
|
1
|
+
require "alf-core"
|
data/lib/alf/doc/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.16.0
|
|
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:
|
|
12
|
+
date: 2014-02-18 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.
|
|
117
|
+
version: 0.16.0
|
|
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.
|
|
125
|
+
version: 0.16.0
|
|
126
126
|
description: This gem provides support for using the formal documentation of Alf.
|
|
127
127
|
email:
|
|
128
128
|
- blambeau at gmail.com
|
|
@@ -169,7 +169,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
169
169
|
version: '0'
|
|
170
170
|
segments:
|
|
171
171
|
- 0
|
|
172
|
-
hash: -
|
|
172
|
+
hash: -3579610396164887032
|
|
173
173
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
174
|
none: false
|
|
175
175
|
requirements:
|
|
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
version: '0'
|
|
179
179
|
segments:
|
|
180
180
|
- 0
|
|
181
|
-
hash: -
|
|
181
|
+
hash: -3579610396164887032
|
|
182
182
|
requirements: []
|
|
183
183
|
rubyforge_project:
|
|
184
184
|
rubygems_version: 1.8.25
|