bookingit.gemspec in bookingit-0.4.0 vs bookingit.gemspec in bookingit-0.4.1
- old
+ new
@@ -3,11 +3,11 @@
spec = Gem::Specification.new do |s|
s.name = 'bookingit'
s.version = Bookingit::VERSION
s.author = 'Dave Copeland'
s.email = 'davetron5000@gmail.com'
- s.homepage = 'http://www.naildrivin5.com'
+ s.homepage = 'http://github.com/davetron5000/bookingit'
s.platform = Gem::Platform::RUBY
s.summary = 'Write a code-heavy book in Markdown'
# Add your other files here if you make them
s.require_paths << 'lib'
s.has_rdoc = true
@@ -20,8 +20,8 @@
s.add_development_dependency('rdoc')
s.add_development_dependency('aruba')
s.add_development_dependency('clean_test')
s.add_development_dependency('mocha')
s.add_runtime_dependency('gli')
- s.add_runtime_dependency('redcarpet')
+ s.add_runtime_dependency('redcarpet','3.1.1') # 3.1.2 made a breaking change. Yup
s.add_runtime_dependency('mustache')
end