bootstraponline
5db1728a3f
Use org-ruby 0.6.3. Fixes #86 .
2012-05-22 09:49:11 -06:00
Corey Donohoe
81e076c924
gemspec upgrade
2012-05-10 14:12:45 -07:00
bootstraponline
0dec522542
Fix LooseObjectError by upgrading to grit 2.5. See https://github.com/mojombo/grit/issues/65
2012-05-07 14:26:48 -06:00
Corey Donohoe
19635b06cf
gemspec updates
2012-05-06 12:08:25 -07:00
Corey Donohoe
fc1feb280f
let's use 0.8.0 if at all
2012-05-04 08:25:01 -07:00
David
12cf102543
removing hardcoded reference to old version of wikicloth
2012-05-02 20:45:46 +00:00
Vicent Martí
6aa4e382b2
Tag 1.4.3
2012-04-25 14:12:54 -07:00
Corey Donohoe
833953d658
bump to 1.4.2
2012-04-25 20:44:16 +02:00
Vicent Martí
78cd65240f
Tag 1.4.1
2012-04-24 20:42:33 -07:00
Corey Donohoe
7c803288e0
update org-ruby dev dep
2012-04-14 14:10:29 -07:00
Corey Donohoe
bee93eade1
release 1.4.0
2012-04-10 18:15:39 -07:00
Corey Donohoe
4480ff0520
update the gemspec to reflect mathjax being gone
2012-04-10 15:55:30 -07:00
Vicent Marti
654b5b176b
Bump GitHub::Markup dependency
2011-12-07 16:54:35 +01:00
Joshua Peek
3d119c0d5d
Depend on posix-spawn
2011-11-29 09:35:27 -06:00
Mihail Minkov
38673e5f43
regenerated gollum.gemspec
2011-09-27 19:07:05 +03:00
Joshua Peek
35da594bfc
Switch to pygments.rb
2011-09-26 16:45:21 -05:00
risk
9ce4f0220e
dont want wikicloth 0.7.0
2011-08-08 15:45:55 -07:00
risk
c7729f81ad
Release 1.3.1
2011-07-21 16:30:59 -07:00
risk
aadbdd8b76
keep the versions of rake in the gemspec and gemfile in sync for cry babies
2011-07-21 16:04:08 -07:00
risk
267323c7c3
merge gfm
2011-07-21 15:04:50 -07:00
Scott Chacon
d51a829038
rake is needed to run the tests in dev
2011-07-19 12:54:13 -07:00
Vicent Marti
fc6149a171
Bless Gollum with the power of GFM
...
With these changes, the Markdown rendered in Gollum wikis will have the
same quality and safety as the MD we render everywhere else @ GitHub.
This commit also changes the old `markup_class` accessor to
`markup_classes`, allowing users to specify a custom Markup class for
each markup language.
2011-06-21 18:28:28 +02:00
Guillermo Iguaran
b5cb2e6dd6
default_executable= have been deprecated
2011-05-08 22:38:24 -07:00
rick
748d76dff1
Release 1.3.0
2011-04-25 20:59:57 -04:00
Chris Roos
3d591b49cb
Updated the gemspec.
...
Commit df505a7289 removed ruby1.8.rb but it was still included in the gemspec which caused Bundler to complain about an invalid Gemspec.
*NOTE* There are five test failures when running 'rake'. I checked out the last commit before Tom's change (d3594f6652 ) and that also has these five failures so I'm happy that we didn't introduce them.
2011-04-15 15:54:35 +01:00
rick
2523b4e849
Release 1.2.0
2011-03-31 14:44:45 -07:00
rick
32a33e0c15
update to albino v1.3.2
2011-03-10 10:33:35 -08:00
rick
83c0dbaaf2
update to albino v1.3.0
2011-03-03 15:22:46 -08:00
rick
feef486f63
add wikicloth as a dev gem dep
2011-01-20 14:37:35 -08:00
rick
a78964ae30
upgrade to sanitize 2.0
2011-01-20 14:14:40 -08:00
rick
710741813b
upgrade to grit ~2.4.0 to take advantage of Grit::Process
2011-01-13 13:22:36 -08:00
rick
9a4e2e39a8
update albino to 1.2.3, handle bad code blocks gracefully
2011-01-12 15:00:58 -08:00
rick
2c8be3d95b
add tests for creating/updating wikis, fix page name bug along the way
2010-12-09 16:11:12 -08:00
rick
0b8bc597a7
merge latest tweaks to master
2010-11-09 12:39:28 -08:00
Tom Preston-Werner
996f81d63d
Release 1.1.0
2010-10-28 12:18:27 -07:00
rick
b8a50c0ccc
updated experimental gemspec
2010-10-11 17:03:44 -07:00
rick
c0f8c897e7
update gemspec file listing
2010-10-11 16:58:22 -07:00
rick
4b313944fe
merge
2010-09-30 14:22:18 -07:00
Jon Frisby
50c207ad91
Update gemspec with search files
2010-08-31 10:47:51 +02:00
Dean Strelau
f4c4b2e49c
Update development dependencies. Closes github#18
...
Tests require a few markdown libraries to pass.
2010-08-30 16:38:01 -07:00
Tom Preston-Werner
94f05b0796
Update working dir (if present) when edited via the API. Closes #6 .
2010-08-30 16:37:59 -07:00
Tom Preston-Werner
b1fc173a3f
Update Wiki#update_page to use Index#read_tree goodness.
2010-08-19 17:35:18 -07:00
Tom Preston-Werner
3d730295b3
Merge remote branch 'rgrove/newer-sanitize'
2010-08-14 10:57:09 -07:00
Tom Preston-Werner
2a905cedc9
Release 1.0.1
2010-08-12 16:04:51 -07:00
Ryan Grove
f159c54dc8
Increase minimum Sanitize version requirement to 1.1.0.
...
1.0.x versions of Sanitize require Hpricot instead of Nokogiri
and have bugs that may allow non-whitelisted HTML to sneak
through.
2010-08-12 14:18:43 -07:00
Tom Preston-Werner
541b58af8f
Release 1.0.0
2010-08-12 12:56:58 -07:00
Tom Preston-Werner
47ce6d21d7
Fix gemspec dep specs and summary/description.
2010-08-05 12:32:58 -06:00
rick
9ca94a2106
bump nokogiri dependency to 1.4.2 so #first_element_child is available
2010-07-22 20:23:36 -07:00
Tom Preston-Werner
1af9898b4d
Implement Page#title.
2010-07-22 15:31:58 -07:00
Tom Preston-Werner
c88a1ca5a5
Gollum executable.
2010-07-12 17:54:13 -07:00