contributions 0.1.2 → 0.2.0
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/.rdoc_options +16 -0
- data/Rakefile +19 -0
- data/html/Contributions.html +139 -0
- data/html/Contributions/Contributions.html +747 -0
- data/html/Contributions/Git.html +405 -0
- data/html/Contributions/GithubAPI.html +430 -0
- data/html/Contributions/RepositoryList.html +389 -0
- data/html/Contributions/StringUtils.html +514 -0
- data/html/created.rid +9 -0
- data/html/images/add.png +0 -0
- data/html/images/brick.png +0 -0
- data/html/images/brick_link.png +0 -0
- data/html/images/bug.png +0 -0
- data/html/images/bullet_black.png +0 -0
- data/html/images/bullet_toggle_minus.png +0 -0
- data/html/images/bullet_toggle_plus.png +0 -0
- data/html/images/date.png +0 -0
- data/html/images/delete.png +0 -0
- data/html/images/find.png +0 -0
- data/html/images/loadingAnimation.gif +0 -0
- data/html/images/macFFBgHack.png +0 -0
- data/html/images/package.png +0 -0
- data/html/images/page_green.png +0 -0
- data/html/images/page_white_text.png +0 -0
- data/html/images/page_white_width.png +0 -0
- data/html/images/plugin.png +0 -0
- data/html/images/ruby.png +0 -0
- data/html/images/tag_blue.png +0 -0
- data/html/images/tag_green.png +0 -0
- data/html/images/transparent.png +0 -0
- data/html/images/wrench.png +0 -0
- data/html/images/wrench_orange.png +0 -0
- data/html/images/zoom.png +0 -0
- data/html/index.html +79 -0
- data/html/js/darkfish.js +153 -0
- data/html/js/jquery.js +18 -0
- data/html/js/navigation.js +142 -0
- data/html/js/search.js +94 -0
- data/html/js/search_index.js +1 -0
- data/html/js/searcher.js +228 -0
- data/html/rdoc.css +543 -0
- data/html/table_of_contents.html +163 -0
- data/lib/contributions/version.rb +1 -1
- metadata +49 -8
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
6
|
+
|
|
7
|
+
<title>Table of Contents - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
|
10
|
+
|
|
11
|
+
<script type="text/javascript">
|
|
12
|
+
var rdoc_rel_prefix = "./";
|
|
13
|
+
</script>
|
|
14
|
+
|
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<body class="indexpage">
|
|
24
|
+
<h1>Table of Contents - RDoc Documentation</h1>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
<h2 id="classes">Classes/Modules</h2>
|
|
28
|
+
<ul>
|
|
29
|
+
<li class="module">
|
|
30
|
+
<a href="Contributions.html">Contributions</a>
|
|
31
|
+
</li>
|
|
32
|
+
<li class="class">
|
|
33
|
+
<a href="Contributions/Contributions.html">Contributions::Contributions</a>
|
|
34
|
+
|
|
35
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
|
36
|
+
<ul class="initially-hidden">
|
|
37
|
+
<li><a href="Contributions/Contributions.html#5Buntitled-5D">Top Section</a>
|
|
38
|
+
<li><a href="Contributions/Contributions.html#Public">Public</a>
|
|
39
|
+
<li><a href="Contributions/Contributions.html#Internal">Internal</a>
|
|
40
|
+
</ul>
|
|
41
|
+
</li>
|
|
42
|
+
<li class="class">
|
|
43
|
+
<a href="Contributions/Git.html">Contributions::Git</a>
|
|
44
|
+
|
|
45
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
|
46
|
+
<ul class="initially-hidden">
|
|
47
|
+
<li><a href="Contributions/Git.html#5Buntitled-5D">Top Section</a>
|
|
48
|
+
<li><a href="Contributions/Git.html#Public">Public</a>
|
|
49
|
+
<li><a href="Contributions/Git.html#Internal">Internal</a>
|
|
50
|
+
</ul>
|
|
51
|
+
</li>
|
|
52
|
+
<li class="class">
|
|
53
|
+
<a href="Contributions/GithubAPI.html">Contributions::GithubAPI</a>
|
|
54
|
+
|
|
55
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
|
56
|
+
<ul class="initially-hidden">
|
|
57
|
+
<li><a href="Contributions/GithubAPI.html#Public">Public</a>
|
|
58
|
+
<li><a href="Contributions/GithubAPI.html#Internal">Internal</a>
|
|
59
|
+
</ul>
|
|
60
|
+
</li>
|
|
61
|
+
<li class="class">
|
|
62
|
+
<a href="Contributions/RepositoryList.html">Contributions::RepositoryList</a>
|
|
63
|
+
|
|
64
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
|
65
|
+
<ul class="initially-hidden">
|
|
66
|
+
<li><a href="Contributions/RepositoryList.html#5Buntitled-5D">Top Section</a>
|
|
67
|
+
<li><a href="Contributions/RepositoryList.html#Public">Public</a>
|
|
68
|
+
</ul>
|
|
69
|
+
</li>
|
|
70
|
+
<li class="class">
|
|
71
|
+
<a href="Contributions/StringUtils.html">Contributions::StringUtils</a>
|
|
72
|
+
|
|
73
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
|
74
|
+
<ul class="initially-hidden">
|
|
75
|
+
<li><a href="Contributions/StringUtils.html#Public">Public</a>
|
|
76
|
+
<li><a href="Contributions/StringUtils.html#Internal">Internal</a>
|
|
77
|
+
</ul>
|
|
78
|
+
</li>
|
|
79
|
+
|
|
80
|
+
</ul>
|
|
81
|
+
|
|
82
|
+
<h2 id="methods">Methods</h2>
|
|
83
|
+
<ul>
|
|
84
|
+
|
|
85
|
+
<li class="method"><a href="Contributions/Git.html#method-c-clone">::clone — Contributions::Git</a>
|
|
86
|
+
|
|
87
|
+
<li class="method"><a href="Contributions/Git.html#method-c-contributions">::contributions — Contributions::Git</a>
|
|
88
|
+
|
|
89
|
+
<li class="method"><a href="Contributions/GithubAPI.html#method-c-forks">::forks — Contributions::GithubAPI</a>
|
|
90
|
+
|
|
91
|
+
<li class="method"><a href="Contributions/Git.html#method-c-log_format">::log_format — Contributions::Git</a>
|
|
92
|
+
|
|
93
|
+
<li class="method"><a href="Contributions/GithubAPI.html#method-c-name">::name — Contributions::GithubAPI</a>
|
|
94
|
+
|
|
95
|
+
<li class="method"><a href="Contributions/Contributions.html#method-c-new">::new — Contributions::Contributions</a>
|
|
96
|
+
|
|
97
|
+
<li class="method"><a href="Contributions/RepositoryList.html#method-c-new">::new — Contributions::RepositoryList</a>
|
|
98
|
+
|
|
99
|
+
<li class="method"><a href="Contributions/GithubAPI.html#method-c-parent">::parent — Contributions::GithubAPI</a>
|
|
100
|
+
|
|
101
|
+
<li class="method"><a href="Contributions/StringUtils.html#method-c-practically_empty-3F">::practically_empty? — Contributions::StringUtils</a>
|
|
102
|
+
|
|
103
|
+
<li class="method"><a href="Contributions/Git.html#method-c-read_log">::read_log — Contributions::Git</a>
|
|
104
|
+
|
|
105
|
+
<li class="method"><a href="Contributions/StringUtils.html#method-c-remove_empty">::remove_empty — Contributions::StringUtils</a>
|
|
106
|
+
|
|
107
|
+
<li class="method"><a href="Contributions/GithubAPI.html#method-c-repos">::repos — Contributions::GithubAPI</a>
|
|
108
|
+
|
|
109
|
+
<li class="method"><a href="Contributions/GithubAPI.html#method-c-repository">::repository — Contributions::GithubAPI</a>
|
|
110
|
+
|
|
111
|
+
<li class="method"><a href="Contributions/StringUtils.html#method-c-short_dates">::short_dates — Contributions::StringUtils</a>
|
|
112
|
+
|
|
113
|
+
<li class="method"><a href="Contributions/StringUtils.html#method-c-split-21">::split! — Contributions::StringUtils</a>
|
|
114
|
+
|
|
115
|
+
<li class="method"><a href="Contributions/StringUtils.html#method-c-string_to_hash">::string_to_hash — Contributions::StringUtils</a>
|
|
116
|
+
|
|
117
|
+
<li class="method"><a href="Contributions/GithubAPI.html#method-c-user">::user — Contributions::GithubAPI</a>
|
|
118
|
+
|
|
119
|
+
<li class="method"><a href="Contributions/StringUtils.html#method-c-zip_to_hash">::zip_to_hash — Contributions::StringUtils</a>
|
|
120
|
+
|
|
121
|
+
<li class="method"><a href="Contributions/RepositoryList.html#method-i-add">#add — Contributions::RepositoryList</a>
|
|
122
|
+
|
|
123
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-add">#add — Contributions::Contributions</a>
|
|
124
|
+
|
|
125
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-contributions">#contributions — Contributions::Contributions</a>
|
|
126
|
+
|
|
127
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-contributions-3D">#contributions= — Contributions::Contributions</a>
|
|
128
|
+
|
|
129
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-contributions_as_hash">#contributions_as_hash — Contributions::Contributions</a>
|
|
130
|
+
|
|
131
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-get_contributions">#get_contributions — Contributions::Contributions</a>
|
|
132
|
+
|
|
133
|
+
<li class="method"><a href="Contributions/RepositoryList.html#method-i-key_value_pairs">#key_value_pairs — Contributions::RepositoryList</a>
|
|
134
|
+
|
|
135
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-load_contributions">#load_contributions — Contributions::Contributions</a>
|
|
136
|
+
|
|
137
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-only">#only — Contributions::Contributions</a>
|
|
138
|
+
|
|
139
|
+
<li class="method"><a href="Contributions/RepositoryList.html#method-i-only">#only — Contributions::RepositoryList</a>
|
|
140
|
+
|
|
141
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-project_names">#project_names — Contributions::Contributions</a>
|
|
142
|
+
|
|
143
|
+
<li class="method"><a href="Contributions/RepositoryList.html#method-i-remove">#remove — Contributions::RepositoryList</a>
|
|
144
|
+
|
|
145
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-remove">#remove — Contributions::Contributions</a>
|
|
146
|
+
|
|
147
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-repositories">#repositories — Contributions::Contributions</a>
|
|
148
|
+
|
|
149
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-repositories-3D">#repositories= — Contributions::Contributions</a>
|
|
150
|
+
|
|
151
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-setup_repositories">#setup_repositories — Contributions::Contributions</a>
|
|
152
|
+
|
|
153
|
+
<li class="method"><a href="Contributions/Contributions.html#method-i-update">#update — Contributions::Contributions</a>
|
|
154
|
+
|
|
155
|
+
</ul>
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
<footer id="validator-badges">
|
|
159
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
|
160
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
|
161
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
|
162
|
+
</footer>
|
|
163
|
+
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: contributions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
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: 2012-03-
|
|
12
|
+
date: 2012-03-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70140463858360 !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: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70140463858360
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: riot
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70140463857940 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70140463857940
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rake
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70140463857520 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '0'
|
|
44
44
|
type: :development
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70140463857520
|
|
47
47
|
description: Gather your contributions to OSS projects (hosted on github!).
|
|
48
48
|
email:
|
|
49
49
|
- charlie.tanksley@gmail.com
|
|
@@ -52,6 +52,7 @@ extensions: []
|
|
|
52
52
|
extra_rdoc_files: []
|
|
53
53
|
files:
|
|
54
54
|
- .gitignore
|
|
55
|
+
- .rdoc_options
|
|
55
56
|
- .travis.yml
|
|
56
57
|
- Gemfile
|
|
57
58
|
- LICENSE
|
|
@@ -59,6 +60,46 @@ files:
|
|
|
59
60
|
- Rakefile
|
|
60
61
|
- TODO.markdown
|
|
61
62
|
- contributions.gemspec
|
|
63
|
+
- html/Contributions.html
|
|
64
|
+
- html/Contributions/Contributions.html
|
|
65
|
+
- html/Contributions/Git.html
|
|
66
|
+
- html/Contributions/GithubAPI.html
|
|
67
|
+
- html/Contributions/RepositoryList.html
|
|
68
|
+
- html/Contributions/StringUtils.html
|
|
69
|
+
- html/created.rid
|
|
70
|
+
- html/images/add.png
|
|
71
|
+
- html/images/brick.png
|
|
72
|
+
- html/images/brick_link.png
|
|
73
|
+
- html/images/bug.png
|
|
74
|
+
- html/images/bullet_black.png
|
|
75
|
+
- html/images/bullet_toggle_minus.png
|
|
76
|
+
- html/images/bullet_toggle_plus.png
|
|
77
|
+
- html/images/date.png
|
|
78
|
+
- html/images/delete.png
|
|
79
|
+
- html/images/find.png
|
|
80
|
+
- html/images/loadingAnimation.gif
|
|
81
|
+
- html/images/macFFBgHack.png
|
|
82
|
+
- html/images/package.png
|
|
83
|
+
- html/images/page_green.png
|
|
84
|
+
- html/images/page_white_text.png
|
|
85
|
+
- html/images/page_white_width.png
|
|
86
|
+
- html/images/plugin.png
|
|
87
|
+
- html/images/ruby.png
|
|
88
|
+
- html/images/tag_blue.png
|
|
89
|
+
- html/images/tag_green.png
|
|
90
|
+
- html/images/transparent.png
|
|
91
|
+
- html/images/wrench.png
|
|
92
|
+
- html/images/wrench_orange.png
|
|
93
|
+
- html/images/zoom.png
|
|
94
|
+
- html/index.html
|
|
95
|
+
- html/js/darkfish.js
|
|
96
|
+
- html/js/jquery.js
|
|
97
|
+
- html/js/navigation.js
|
|
98
|
+
- html/js/search.js
|
|
99
|
+
- html/js/search_index.js
|
|
100
|
+
- html/js/searcher.js
|
|
101
|
+
- html/rdoc.css
|
|
102
|
+
- html/table_of_contents.html
|
|
62
103
|
- lib/contributions.rb
|
|
63
104
|
- lib/contributions/contributions.rb
|
|
64
105
|
- lib/contributions/git.rb
|