XcodePages 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +8 -0
  2. data/lib/XcodePages/version.rb +1 -1
  3. metadata +6 -6
data/README.rdoc CHANGED
@@ -52,6 +52,14 @@ Set up a new +Doxyfile+ in your project's source root containing four Doxygen se
52
52
  name for the documentation set. Doxygen just adds extension +docset+ to make the
53
53
  file name.
54
54
 
55
+ ==== Please Note
56
+
57
+ Be aware that if you specify a +Doxyfile+ in the project source root folder, any
58
+ settings provided therein *override* XcodePages defaults. This may include the
59
+ +INPUT+ setting and +OUTPUT_DIRECTORY+. Even a _blank_ value overrides the
60
+ default. You need to comment out or delete the setting to allow XcodePages to
61
+ auto-generate the appropriate default.
62
+
55
63
  === Step 4
56
64
 
57
65
  You can now switch target to +MyProjectPages+ and hit Build (Cmd+B) to compile
@@ -1,3 +1,3 @@
1
1
  module XcodePages
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
4
+ version: 0.0.2
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: 2011-12-21 00:00:00.000000000 Z
12
+ date: 2011-12-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &70122300103820 !ruby/object:Gem::Requirement
16
+ requirement: &70221667725780 !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: *70122300103820
24
+ version_requirements: *70221667725780
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: activesupport
27
- requirement: &70122300091600 !ruby/object:Gem::Requirement
27
+ requirement: &70221667725360 !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: *70122300091600
35
+ version_requirements: *70221667725360
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