RTFMd 0.10301.6 → 0.10301.7
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/RTFMd.gemspec +1 -1
- metadata +6 -8
data/RTFMd.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: RTFMd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 41189
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 10301
|
|
9
|
-
-
|
|
10
|
-
version: 0.10301.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.10301.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Tom Bombadil
|
|
@@ -17,8 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2011-12-16 00:00:00
|
|
21
|
-
default_executable:
|
|
20
|
+
date: 2011-12-16 00:00:00 Z
|
|
22
21
|
dependencies:
|
|
23
22
|
- !ruby/object:Gem::Dependency
|
|
24
23
|
name: grit
|
|
@@ -222,7 +221,6 @@ files:
|
|
|
222
221
|
- lib/gollum/pagination.rb
|
|
223
222
|
- lib/gollum/sanitization.rb
|
|
224
223
|
- lib/gollum/wiki.rb
|
|
225
|
-
has_rdoc: true
|
|
226
224
|
homepage: https://github.com/HeSYINUvSBZfxqA/RTFMd
|
|
227
225
|
licenses: []
|
|
228
226
|
|
|
@@ -252,7 +250,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
252
250
|
requirements: []
|
|
253
251
|
|
|
254
252
|
rubyforge_project:
|
|
255
|
-
rubygems_version: 1.
|
|
253
|
+
rubygems_version: 1.8.10
|
|
256
254
|
signing_key:
|
|
257
255
|
specification_version: 2
|
|
258
256
|
summary: A simple, Markdown documentation helper.
|