ruby_px.gemspec in ruby_px-0.2.0 vs ruby_px.gemspec in ruby_px-0.3.0

- old
+ new

@@ -2,11 +2,11 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "ruby_px" - spec.version = '0.2.0' + spec.version = '0.3.0' spec.authors = ["Fernando Blat"] spec.email = ["ferblape@gmail.com"] spec.summary = %q{Read PC-Axis files using Ruby} spec.description = %q{Read PC-Axis files using Ruby} @@ -24,10 +24,10 @@ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_runtime_dependency "activesupport", "~> 4.2", ">= 4.2.5" + spec.add_runtime_dependency "activesupport", ">= 4.2.5" spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.4" end