XcodePages 0.0.6 → 0.0.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/README.rdoc +12 -0
- data/lib/XcodePages/version.rb +1 -1
- metadata +6 -6
data/README.rdoc
CHANGED
|
@@ -74,6 +74,18 @@ with underscores within paths. Unfortunately, Doxygen uses underscore in path
|
|
|
74
74
|
names as delimiters, by default. You can switch this off with +.nojekyll+ or
|
|
75
75
|
tell Doxygen to use short names using +SHORT_NAMES = YES+ in your +Doxyfile+.
|
|
76
76
|
|
|
77
|
+
In addition, you might want to add some patterns for Git to ignore to your
|
|
78
|
+
+.gitignore+ for the +gh-pages+ branch. The following patterns match Doxygen's
|
|
79
|
+
build cruft and the +docset+ bundle. No need to commit them to GitHub.
|
|
80
|
+
|
|
81
|
+
* +*.map+
|
|
82
|
+
* +*.md5+
|
|
83
|
+
* +Info.plist+
|
|
84
|
+
* +Makefile+
|
|
85
|
+
* +Nodes.xml+
|
|
86
|
+
* +Tokens.xml+
|
|
87
|
+
* +*.docset/+
|
|
88
|
+
|
|
77
89
|
=== Step 4
|
|
78
90
|
|
|
79
91
|
You can now switch target to +MyProjectPages+ and hit Build (Cmd+B) to compile
|
data/lib/XcodePages/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: XcodePages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2012-01-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70117070395160 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70117070395160
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: activesupport
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70117070394720 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70117070394720
|
|
36
36
|
description: ! "\n Helps you publish HTML web pages on the Internet somewhere appropriate,
|
|
37
37
|
e.g.\n on GitHub via the gh-pages branch feature.\n\n Works for Objective-C
|
|
38
38
|
projects built using Apple's Xcode IDE and\n consequently focuses on documentation
|