Gemfile in lisausa-sunspot-1.2.1 vs Gemfile in lisausa-sunspot-1.2.1.1
- old
+ new
@@ -1,4 +1,10 @@
-source "http://rubygems.org"
+source :rubygems
-# Specify your gem's dependencies in carrierwave_backgrounder.gemspec
-gemspec
+require File.expand_path('../lib/sunspot/version', __FILE__)
+
+gem 'sunspot', Sunspot::VERSION, :path => File.expand_path('..', __FILE__)
+
+group :test do
+ gem 'rspec', '~> 1.3'
+ gem 'ruby-debug'
+end