gemspec upgrade

This commit is contained in:
Corey Donohoe
2012-05-10 14:12:45 -07:00
parent 04070ffc23
commit 81e076c924
+81 -2
View File
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'
s.name = 'gollum'
s.version = '2.0.0'
s.date = '2012-05-06'
s.version = '2.1.0'
s.date = '2012-05-10'
s.rubyforge_project = 'gollum'
s.summary = "A simple, Git-powered wiki."
@@ -61,7 +61,9 @@ Gem::Specification.new do |s|
lib/gollum/frontend/public/gollum/css/gollum.css
lib/gollum/frontend/public/gollum/css/ie7.css
lib/gollum/frontend/public/gollum/css/template.css
lib/gollum/frontend/public/gollum/images/dirty-shade.png
lib/gollum/frontend/public/gollum/images/icon-sprite.png
lib/gollum/frontend/public/gollum/images/para.png
lib/gollum/frontend/public/gollum/javascript/editor/gollum.editor.js
lib/gollum/frontend/public/gollum/javascript/editor/langs/asciidoc.js
lib/gollum/frontend/public/gollum/javascript/editor/langs/creole.js
@@ -75,6 +77,79 @@ Gem::Specification.new do |s|
lib/gollum/frontend/public/gollum/javascript/gollum.placeholder.js
lib/gollum/frontend/public/gollum/javascript/jquery.color.js
lib/gollum/frontend/public/gollum/javascript/jquery.js
lib/gollum/frontend/public/gollum/livepreview/css/custom.css
lib/gollum/frontend/public/gollum/livepreview/css/highlightjs/github.css
lib/gollum/frontend/public/gollum/livepreview/images/lr_24.png
lib/gollum/frontend/public/gollum/livepreview/images/save_24.png
lib/gollum/frontend/public/gollum/livepreview/index.html
lib/gollum/frontend/public/gollum/livepreview/js/ace/ace.js
lib/gollum/frontend/public/gollum/livepreview/js/ace/mode-markdown.js
lib/gollum/frontend/public/gollum/livepreview/js/ace/theme-twilight.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/highlight.pack.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/1c.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/actionscript.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/apache.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/avrasm.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/axapta.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/bash.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/cmake.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/coffeescript.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/cpp.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/cs.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/css.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/d.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/delphi.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/diff.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/django.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/dos.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/erlang-repl.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/erlang.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/go.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/haskell.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/http.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/ini.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/java.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/javascript.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/lisp.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/lua.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/markdown.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/matlab.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/mel.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/nginx.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/objectivec.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/parser3.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/perl.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/php.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/profile.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/python.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/r.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/renderman.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/ruby.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/rust.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/scala.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/smalltalk.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/sql.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/tex.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/vala.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/vbscript.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/vhdl.js
lib/gollum/frontend/public/gollum/livepreview/js/highlightjs/languages/xml.js
lib/gollum/frontend/public/gollum/livepreview/js/jquery/jquery-1.7.2.min.js
lib/gollum/frontend/public/gollum/livepreview/js/pagedown/Markdown.Converter.js
lib/gollum/frontend/public/gollum/livepreview/js/pagedown/Markdown.Sanitizer.js
lib/gollum/frontend/public/gollum/livepreview/licenses/ace/LICENSE.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/bootstraponline_gollum/LICENSE.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/gollum/LICENSE.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/highlightjs/AUTHORS.en.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/highlightjs/AUTHORS.ru.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/highlightjs/LICENSE.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/jquery/MIT-LICENSE.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/licenses.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/notepages/LICENSE.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/pagedown/LICENSE.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/retina_display_icon_set/by_sa_3.0_unported_legalcode.txt
lib/gollum/frontend/public/gollum/livepreview/licenses/sizzle/LICENSE.txt
lib/gollum/frontend/public/gollum/livepreview/readme.md
lib/gollum/frontend/templates/compare.mustache
lib/gollum/frontend/templates/create.mustache
lib/gollum/frontend/templates/edit.mustache
@@ -86,6 +161,7 @@ Gem::Specification.new do |s|
lib/gollum/frontend/templates/pages.mustache
lib/gollum/frontend/templates/search.mustache
lib/gollum/frontend/templates/searchbar.mustache
lib/gollum/frontend/uri_encode_component.rb
lib/gollum/frontend/views/compare.rb
lib/gollum/frontend/views/create.rb
lib/gollum/frontend/views/edit.rb
@@ -184,10 +260,13 @@ Gem::Specification.new do |s|
test/examples/revert.git/info/exclude
test/examples/revert.git/logs/HEAD
test/examples/revert.git/logs/refs/heads/master
test/examples/revert.git/objects/10/2685c42018f802557f05db171f44443e8dacab
test/examples/revert.git/objects/20/2ced67cea93c7b6bd2928aa1daef8d1d55a20d
test/examples/revert.git/objects/41/76394bfa11222363c66ce7e84b5f154095b6d9
test/examples/revert.git/objects/6a/69f92020f5df77af6e8813ff1232493383b708
test/examples/revert.git/objects/8e/83f898e5e16ae400db59dda1017acad540f3aa
test/examples/revert.git/objects/b4/785957bc986dc39c629de9fac9df46972c00fc
test/examples/revert.git/objects/ed/6c9f63b98acf73c25b5ffbb38da557d3682023
test/examples/revert.git/objects/f4/03b791119f8232b7cb0ba455c624ac6435f433
test/examples/revert.git/objects/info/packs
test/examples/revert.git/objects/pack/pack-a561f8437234f74d0bacb9e0eebe52d207f5770d.idx