bananajour 2.2.1 → 2.2.2
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/Readme.md +8 -1
- data/lib/bananajour/version.rb +1 -1
- data/sinatra/views/commit.haml +3 -1
- metadata +2 -2
data/Readme.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
Bananajour - Local git publication and collaboration
|
|
2
2
|
====================================================
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
Via the [best reddit comment ever written](http://www.reddit.com/r/programming/comments/9txsd/git_bonjour_bananajour_version_22_released/c0efrxz):
|
|
5
|
+
|
|
6
|
+
> The logo is the fucking business. The mustache just bring[s] it to a whole
|
|
7
|
+
> other level.
|
|
8
|
+
|
|
9
|
+
Bananajour is local git repository hosting with a sexy web interface and Bonjour discovery. It's like a bunch of adhoc, local, network-aware githubs!
|
|
5
10
|
|
|
6
11
|
Unlike Gitjour, the repositories you're serving are not your working git repositories, they're served from `~/.bananajour/repositories`. You can push to your bananajour repositories from your working copies just like you do with github.
|
|
7
12
|
|
|
13
|
+
Follow [@bananajour](http://twitter.com/bananajour) on twitter for all release updates.
|
|
8
14
|
|
|
9
15
|

|
|
10
16
|
|
|
@@ -92,6 +98,7 @@ Contributors
|
|
|
92
98
|
* [Travis Swicegood](http://github.com/tswicegood)
|
|
93
99
|
* [Nate Haas](http://github.com/natehaas)
|
|
94
100
|
* [James Sadler](http://github.com/freshtonic)
|
|
101
|
+
* [Jason King](http://github.com/JasonKing)
|
|
95
102
|
|
|
96
103
|
License
|
|
97
104
|
-------
|
data/lib/bananajour/version.rb
CHANGED
data/sinatra/views/commit.haml
CHANGED
|
@@ -87,7 +87,9 @@
|
|
|
87
87
|
%a{:href => @repository.web_uri}= @repository.name
|
|
88
88
|
|
|
89
89
|
%p.message
|
|
90
|
-
|
|
90
|
+
- @commit.message.split(/\n/).each do |m|
|
|
91
|
+
&= m
|
|
92
|
+
%br/
|
|
91
93
|
%span.meta
|
|
92
94
|
\~
|
|
93
95
|
= @commit.committed_date.strftime('%a %b %e %I:%M%p').sub(/\b0(\d+):/, '\1:').sub('AM', 'am').sub('PM', 'pm')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bananajour
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Lucas
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-10-
|
|
12
|
+
date: 2009-10-17 00:00:00 +11:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|