Rakefile in slideshow-1.2.0.beta5 vs Rakefile in slideshow-1.2.0
- old
+ new
@@ -11,15 +11,15 @@
self.author = 'Gerald Bauer'
self.email = 'webslideshow@googlegroups.com'
self.extra_deps = [
- ['RedCloth','>= 4.2.9'],
['markdown','>= 0.4.0'],
['textutils','>= 0.2.0'],
['props','>= 0.2.0'],
- ['pakman','>= 0.3.0'],
- ['activesupport', '>= 3.2.6']
+ ['pakman','>= 0.4.0'],
+ ['activesupport', '>= 3.2.6'],
+ ['RedCloth','>= 4.2.9']
]
# switch extension to .markdown for gihub formatting
self.readme_file = 'README.markdown'
self.history_file = 'History.markdown'
\ No newline at end of file