XcodePages 0.0.4 → 0.0.5
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.rdoc +5 -0
- data/README.rdoc +1 -0
- data/lib/XcodePages/version.rb +1 -1
- data/lib/XcodePages.rb +1 -0
- metadata +5 -5
data/CHANGELOG.rdoc
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
== Version 0.0.5 (2011-12-23)
|
|
2
|
+
|
|
3
|
+
* Bug fix: works now when marketing and build version are equal.
|
|
4
|
+
* Note, you need GENERATE_DOCSET = YES when generating Apple DocSets.
|
|
5
|
+
|
|
1
6
|
== Version 0.0.4 (2011-12-23)
|
|
2
7
|
|
|
3
8
|
Oops, bug fix. Forgot the \w+ part of the regular expression!
|
data/README.rdoc
CHANGED
|
@@ -43,6 +43,7 @@ environment variables substitutions within the Build Tool setting.
|
|
|
43
43
|
|
|
44
44
|
Set up a new +Doxyfile+ in your project's source root containing four Doxygen settings:
|
|
45
45
|
|
|
46
|
+
* <code>GENERATE_DOCSET = YES</code>
|
|
46
47
|
* <code>DOCSET_FEEDNAME = "My Project Documentation Set"</code>
|
|
47
48
|
* <code>DOCSET_BUNDLE_ID = com.domain.MyProjectDocSet</code>
|
|
48
49
|
* <code>DOCSET_PUBLISHER_ID = com.domain.MyProjectDocSet.documentation</code>
|
data/lib/XcodePages/version.rb
CHANGED
data/lib/XcodePages.rb
CHANGED
|
@@ -69,6 +69,7 @@ module XcodePages
|
|
|
69
69
|
def self.project_number
|
|
70
70
|
project_number = "v#{marketing_version}"
|
|
71
71
|
project_number << " (#{build_version})" if build_version != marketing_version
|
|
72
|
+
project_number
|
|
72
73
|
end
|
|
73
74
|
|
|
74
75
|
# Answers the path of the output directory. Doxygen outputs to this folder.
|
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.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2011-12-23 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70133083833920 !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: *70133083833920
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: activesupport
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70133100116420 !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: *70133100116420
|
|
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
|