1
0
Fork 0

Fix gemspec

This commit is contained in:
Gregory Eremin 2014-08-16 15:24:01 +07:00
parent ec493a9ffa
commit e52edb05ac
2 changed files with 19 additions and 2 deletions

17
Gemfile.lock Normal file
View File

@ -0,0 +1,17 @@
PATH
remote: .
specs:
burlesque-client (0.0.1)
GEM
remote: https://rubygems.org/
specs:
rake (10.1.0)
PLATFORMS
ruby
DEPENDENCIES
bundler (>= 1.6)
burlesque-client!
rake

View File

@ -5,7 +5,7 @@ require 'burlesque/version'
Gem::Specification.new do |spec|
spec.name = 'burlesque-client'
spec.version = Burlesque::Client::VERSION
spec.version = Burlesque::VERSION
spec.authors = ['Gregory Eremin']
spec.email = ['g@erem.in']
spec.summary = %q{TODO: Write a short summary. Required.}
@ -18,6 +18,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'bundler', '>= 1.6'
spec.add_development_dependency 'rake'
end