Skip to content

Commit

Permalink
Sufia should have same version as sufia-models
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 19, 2013
1 parent dfa884a commit 175863d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sufia.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/sufia/version', __FILE__)
version = File.read(File.expand_path("../SUFIA_VERSION",__FILE__)).strip


Gem::Specification.new do |gem|
gem.authors = ["Justin Coyne"]
Expand All @@ -13,10 +14,10 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "sufia"
gem.require_paths = ["lib"]
gem.version = Sufia::VERSION
gem.version = version

gem.add_dependency 'rails', '~> 3.2.13'
gem.add_dependency 'sufia-models', '~> 0.1.2'
gem.add_dependency 'sufia-models', version
gem.add_dependency 'blacklight', '~> 4.0'
gem.add_dependency 'blacklight_advanced_search'
gem.add_dependency "hydra-head", "~> 6.0"
Expand Down

0 comments on commit 175863d

Please sign in to comment.