Skip to content

Commit 1e943bb

Browse files
committed
Updated gems & Added cocoapods-downloader.
1 parent 0815b84 commit 1e943bb

File tree

9 files changed

+14
-8
lines changed

9 files changed

+14
-8
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88
#-----------------------------------------------------------------------------#
99

1010
def gems
11-
%w[ CocoaPods CocoaPods-Core Xcodeproj CLAide ]
11+
%w[ CocoaPods CocoaPods-Core Xcodeproj CLAide cocoapods-downloader ]
1212
end
1313

1414
def dsls

config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
navigation_data = {
4444
'dsl' => %w[ podfile specification],
45-
'gems' => %w[ CocoaPods CocoaPods-Core Xcodeproj CLAide ]
45+
'gems' => %w[ CocoaPods CocoaPods-Core Xcodeproj CLAide cocoapods-downloader ]
4646
}
4747

4848
content_for :dsl_data do navigation_data * '<br>' end

gems/CocoaPods

Submodule CocoaPods updated 80 files

gems/cocoapods-downloader

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 21f5a7b118d4071f21f810694d026c3a4e00df50

lib/doc/generators/commands.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class Commands < Base
99
def initialize(*args)
1010
$:.unshift((DOC_GEM_ROOT + 'core/lib').to_s)
1111
$:.unshift((DOC_GEM_ROOT + 'cocoapods/lib').to_s)
12+
$:.unshift((DOC_GEM_ROOT + 'cocoapods-downloader/lib').to_s)
1213
require 'cocoapods'
1314
super
1415
end
@@ -100,8 +101,8 @@ def create_subcommand(claide_subcommand)
100101
subcommand.name = claide_subcommand.full_command
101102
subcommand.html_description = description(claide_subcommand)
102103
# FIXME
103-
puts claide_subcommand.name
104-
puts claide_subcommand.options
104+
# puts claide_subcommand.name
105+
# puts claide_subcommand.options
105106
subcommand.options = (claide_subcommand.options - claide_subcommand.superclass.options).map { |(name, desc)| [name, markdown_h(desc + '.')] }
106107
subcommand.parent_options = claide_subcommand.superclass.options.map { |(name, desc)| [name, markdown_h(desc + '.')] }
107108
# subcommand.examples = []

source/index.html.slim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ title: Docs
6262
p I was born out of a need for a simple option and command parser, while
6363
still providing an API that allows you to quickly create a full featured
6464
command-line interface.
65+
p
66+
== link_to 'CocoaPods-Downloader', "cocoapods_downloader/index.html"
67+
p A small library that provides downloaders for various source types
68+
(HTTP/SVN/Git/Mercurial).
6569

6670
.span3.offset1
6771
h3 Other Resources

source/typeahead.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)