public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/eventualbuddha/gitnub.git
Search Repo:
Add contributors plug and bump the version to 0.8.5, prepping for the 
gravatar caching release
Caged (author)
Sat Mar 29 16:39:11 -0700 2008
commit  ceda7cf41a1720008e7ecfd6b87dff6144ff0879
tree    4e2efc4b6a6bb9262c76c075c8d629bf2052c6fe
parent  3548f5318d2069440a30657c713a8b5ed70a7216
...
15
16
17
18
 
19
20
21
22
 
23
24
25
...
15
16
17
 
18
19
20
21
 
22
23
24
25
0
@@ -15,11 +15,11 @@
0
   <key>CFBundlePackageType</key>
0
   <string>APPL</string>
0
   <key>CFBundleShortVersionString</key>
0
- <string>0.8.0 Beta</string>
0
+ <string>0.8.5 Beta</string>
0
   <key>CFBundleSignature</key>
0
   <string>????</string>
0
   <key>CFBundleVersion</key>
0
- <string>0.8.0</string>
0
+ <string>0.8.5</string>
0
   <key>NSMainNibFile</key>
0
   <string>MainMenu</string>
0
   <key>NSPrincipalClass</key>
...
22
23
24
 
 
 
 
 
 
...
22
23
24
25
26
27
28
29
30
0
@@ -22,4 +22,10 @@
0
 1. Open project in Xcode - press Build
0
 3. Move the build/Release/GitNub.app and `nub` to the proper locations
0
    specified in the Quick Install directions.
0
+
0
+### Major Contributors
0
+* Justin Palmer - Maintainer
0
+* Benjamin Stiglitz
0
+* Kevin Ballard
0
+* Dustin Sallings
...
131
132
133
134
 
135
136
137
...
141
142
143
144
145
 
 
146
147
148
...
150
151
152
153
154
 
 
155
156
157
...
131
132
133
 
134
135
136
137
...
141
142
143
 
 
144
145
146
147
148
...
150
151
152
 
 
153
154
155
156
157
0
@@ -131,7 +131,7 @@
0
 #diffs .diff {
0
   margin-bottom: 27px;
0
   background-color: #f7f7f7;
0
- -webkit-border-radius: 8px;
0
+ -webkit-border-radius: 4px;
0
   border: 1px solid #ddd;
0
   width: 100%;
0
 }
0
@@ -141,8 +141,8 @@
0
   color: #333;
0
   padding: 6px;
0
   border-bottom: 1px solid #ccc;
0
- -webkit-border-top-right-radius: 8px;
0
- -webkit-border-top-left-radius: 8px;
0
+ -webkit-border-top-right-radius: 4px;
0
+ -webkit-border-top-left-radius: 4px;
0
 }
0
 
0
 pre {
0
@@ -150,8 +150,8 @@
0
   background-color: #fff !important;
0
   border: 1px solid #eee;
0
   margin: 3px;
0
- -webkit-border-bottom-left-radius: 8px;
0
- -webkit-border-bottom-right-radius: 8px;
0
+ -webkit-border-bottom-left-radius: 4px;
0
+ -webkit-border-bottom-right-radius: 4px;
0
 }
0
 
0
 pre code {

Comments

    No one has commented yet.