hobo_bootstrap.gemspec in hobo_bootstrap-2.0.0.pre3 vs hobo_bootstrap.gemspec in hobo_bootstrap-2.0.0.pre4

- old
+ new

@@ -4,16 +4,16 @@ Gem::Specification.new do |s| s.authors = ['Ignacio Huerta'] s.email = 'ignacio@ihuerta.net' - s.homepage = 'https://github.com/suyccom/hobo_bootstrap' + s.homepage = 'https://github.com/Hobo/hobo_bootstrap' s.rubyforge_project = 'hobo' s.summary = 'A bootstrap based theme for Hobo' s.description = 'A bootstrap based theme for Hobo' s.add_runtime_dependency('hobo', "~> 2.0.0.pre1") - s.add_runtime_dependency('hobo_jquery_ui', ["= #{version}"]) + s.add_runtime_dependency('hobo_jquery_ui', "~> 2.0.0.pre1") s.add_runtime_dependency "compass_twitter_bootstrap", "~> 2.0.3" s.add_runtime_dependency "compass-rails", "~> 1.0.3" s.add_runtime_dependency "will_paginate-bootstrap", "~> 0.2.1" s.files = `git ls-files -x #{name}/* -z`.split("\0")