elasticonf.gemspec in elasticonf-1.1.0 vs elasticonf.gemspec in elasticonf-1.1.1

- old
+ new

@@ -3,11 +3,11 @@ Gem::Specification.new do |s| s.name = 'elasticonf' s.summary = 'Powerfull and flexible application config solution worked in any ruby program' s.description = s.summary - s.version = ElastiConf::VERSION + s.version = Elasticonf::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Sergey Rezvanov'] s.email = ['sergey@rezvanov.info'] s.homepage = 'https://github.com/rezwyi/elasticonf' @@ -20,8 +20,8 @@ s.required_ruby_version = '>= 1.9' s.add_dependency 'hashie', '~> 3.1' s.add_development_dependency 'rake', '~> 10.3' - s.add_development_dependency 'rspec', '~> 2.14' + s.add_development_dependency 'rspec', '~> 2.14.0' s.add_development_dependency 'yard', '~> 0.8' end