matthewtodd-doh 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. data/CHANGELOG +8 -0
  2. metadata +8 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,11 @@
1
+ == 0.2.4
2
+
3
+ * Fix rdoc for GitHub.
4
+
5
+ == 0.2.3
6
+
7
+ * Publish gem on GitHub.
8
+
1
9
  == 0.2.2
2
10
 
3
11
  * Documentation: Update for GitHub.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matthewtodd-doh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Todd
@@ -37,8 +37,13 @@ files:
37
37
  has_rdoc: true
38
38
  homepage:
39
39
  post_install_message:
40
- rdoc_options: []
41
-
40
+ rdoc_options:
41
+ - --main
42
+ - README
43
+ - --title
44
+ - doh-0.2.4
45
+ - --inline-source
46
+ - --line-numbers
42
47
  require_paths:
43
48
  - lib
44
49
  required_ruby_version: !ruby/object:Gem::Requirement