diff --git a/.directory b/.directory new file mode 100644 index 0000000..b47e4c5 --- /dev/null +++ b/.directory @@ -0,0 +1,6 @@ +[Dolphin] +Timestamp=2012,2,5,11,26,4 +Version=2 + +[Settings] +ShowDotFiles=true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75124d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/Gemfile b/Gemfile index efda937..003da5e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ -source :rubygems +source "http://rubygems.org" gem 'omniauth' diff --git a/Readme.md b/Readme.md index c1af3f7..cfb117a 100644 --- a/Readme.md +++ b/Readme.md @@ -2,8 +2,13 @@ ## Installation -Clone into your ruby library path. This will be repackaged as a gem once various dependencies -have accepted pull requests or rolled versions (see required patches). +### Rubygem + +A [rubygem](https://rubygems.org/gems/omniauth-bibanon) using prepatched dependencies has been made available by the Bibliotheca Anonoma for your convenience. Click the link for more info. + +### Manual + +Clone into your ruby library path. git clone git://github.com/arr2036/omnigollum.git @@ -52,6 +57,8 @@ Precious::App.register Omnigollum::Sinatra Must be at v0.99.5 (currently unreleased), replace the gem version with 6c4e12d58844d99909df or the current HEAD. + + ### gollum Merge the commits from [here](https://github.com/github/gollum/pull/181) diff --git a/omnigollum.gemspec b/omnigollum.gemspec new file mode 100644 index 0000000..9983d7d --- /dev/null +++ b/omnigollum.gemspec @@ -0,0 +1,30 @@ +Gem::Specification.new do |s| + s.name = "omnigollum-bibanon" + s.version = '0.1.0' + s.date = Time.now.strftime('%Y-%m-%d') + s.summary = + "Omnigollum makes it easy to use OmniAuth with Gollum" + s.homepage = "https://github.com/treeofsephiroth/omnigollum-bibanon" + s.email = "cockmomgler@gmail.com" + s.authors = [ "Arran Cudbard-Bell", "Tenshi Hinanawi" ] + + s.rdoc_options = ["--charset=UTF-8"] + s.extra_rdoc_files = %w[Readme.md LICENSE] + + s.files += Dir.glob("lib/**/*") + s.files += Dir.glob("public/**/*") + s.files += Dir.glob("templates/**/*") + s.files += Dir.glob("views/**/*") + + s.add_dependency('gollum-bibanon') + s.add_dependency('omniauth') + s.add_dependency('mustache-bibanon') + + s.description = <