bananajour 2.6 → 2.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/Readme.md CHANGED
@@ -65,23 +65,23 @@ Linux support
65
65
 
66
66
  To install the dnssd gem on Linux you'll need [avahi](http://avahi.org/). For Ubunutu peeps this means:
67
67
 
68
- sudo apt-get install libavahi-compat-libdnssd-dev libavahi-discover
68
+ sudo apt-get install libavahi-compat-libdnssd-dev libavahi-discover
69
69
 
70
70
  You can debug whether or not Avahi can see Bananajour and git-daemon Bonjour statuses using the command 'avahi-browse'. This command can be found in the package 'avahi-utils'.
71
71
 
72
72
  The following command will show you all of the Bonjour services running on your local network:
73
73
 
74
- avahi-browse --all
74
+ avahi-browse --all
75
75
 
76
76
  If you kill bananajour with kill -9 it doesn't get a chance to unregister the Bonjour services, and when it is restarted it will die with DNSSD::AlreadyRegisteredError. Although not ideal, you can work around this my restarting avahi-daemon first.
77
77
 
78
78
  You will also need to uncomment the following line in your /etc/avahi/avahi-daemon.conf.
79
79
 
80
- domain-name=local
80
+ domain-name=local
81
81
 
82
82
  And then restart the Avahi service:
83
83
 
84
- sudo service avahi-daemon restart
84
+ sudo service avahi-daemon restart
85
85
 
86
86
  Note: You might have to restart the avahi-daemon sometimes if you are having problems seeing other bananajours.
87
87
 
@@ -128,6 +128,7 @@ Contributors
128
128
  * [Nate Haas](http://github.com/natehaas)
129
129
  * [James Sadler](http://github.com/freshtonic)
130
130
  * [Jason King](http://github.com/JasonKing)
131
+ * [Michael Pope](http://github.com/map7)
131
132
 
132
133
  License
133
134
  -------
@@ -11,7 +11,8 @@ module Bananajour
11
11
  %w( grit 1.1.1 ),
12
12
  %w( dnssd 1.3.1 ),
13
13
  %w( haml 2.0.9 ),
14
- %w( activesupport 2.3.2 )
14
+ %w( activesupport 2.3.2 ),
15
+ %w( thin 1.0.0 )
15
16
  ]
16
17
  class Dependency < Struct.new(:name, :version)
17
18
  def require_gem; gem name, version end
@@ -1,3 +1,3 @@
1
1
  module Bananajour
2
- VERSION = '2.6'
2
+ VERSION = '2.6.1'
3
3
  end
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.6"
4
+ version: 2.6.1
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-11-23 00:00:00 +11:00
12
+ date: 2009-12-02 00:00:00 +11:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -92,6 +92,16 @@ dependencies:
92
92
  - !ruby/object:Gem::Version
93
93
  version: 2.3.2
94
94
  version:
95
+ - !ruby/object:Gem::Dependency
96
+ name: thin
97
+ type: :runtime
98
+ version_requirement:
99
+ version_requirements: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "="
102
+ - !ruby/object:Gem::Version
103
+ version: 1.0.0
104
+ version:
95
105
  description: Local git repository hosting with a sexy web interface and bonjour discovery. It's like your own little adhoc, network-aware github!
96
106
  email: t.lucas@toolmantim.com
97
107
  executables: