Skip to content

Commit

Permalink
Fixed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jun 23, 2014
1 parent aa72c0a commit 479159a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lotusrb.gemspec
Expand Up @@ -13,15 +13,15 @@ Gem::Specification.new do |spec|
spec.homepage = 'http://lotusrb.org'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0")
spec.files = `git ls-files -z -- lib/* LICENSE.md README.md lotusrb.gemspec`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.test_files = spec.files.grep(%r{^(test)/})
spec.require_paths = ['lib']

spec.add_dependency 'lotus-utils', '~> 0.1'
spec.add_dependency 'lotus-router', '~> 0.1'
spec.add_dependency 'lotus-controller', '~> 0.1'
spec.add_dependency 'lotus-view', '~> 0.1'
spec.add_dependency 'lotus-utils', '~> 0.2'
spec.add_dependency 'lotus-router', '~> 0.1', '>= 0.1.1'
spec.add_dependency 'lotus-controller', '~> 0.2'
spec.add_dependency 'lotus-view', '~> 0.2'

spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'rake', '~> 10'
Expand Down

0 comments on commit 479159a

Please sign in to comment.