fidgit.gemspec in fidgit-0.2.5 vs fidgit.gemspec in fidgit-0.2.6

- old
+ new

@@ -12,10 +12,10 @@ s.summary = %q{Fidgit is a GUI library built on Gosu/Chingu} s.description = %q{Fidgit is a GUI library built on Gosu/Chingu} s.rubyforge_project = "fidgit" s.has_rdoc = true - s.required_ruby_version = "~> 1.9.2" + s.required_ruby_version = ">= 1.9.2" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]