Rakefile in polonium-0.1.1 vs Rakefile in polonium-0.2.0
- old
+ new
@@ -24,21 +24,21 @@
dir = File.dirname(__FILE__)
system("ruby #{dir}/spec/spec_suite.rb") || raise("Example Suite failed")
end
PKG_NAME = "polonium"
-PKG_VERSION = "0.1.1"
+PKG_VERSION = "0.2.0"
PKG_FILES = FileList[
'[A-Z]*',
'*.rb',
'lib/**/*.rb',
'spec/**/*.rb'
]
spec = Gem::Specification.new do |s|
s.name = PKG_NAME
s.version = PKG_VERSION
- s.summary = "Selenium RC with enhanced assertions that also runs your rails app."
+ s.summary = "Selenium RC with Rails integration and enhanced assertions."
s.test_files = "spec/spec_suite.rb"
s.description = s.summary
s.files = PKG_FILES.to_a
s.require_path = 'lib'
\ No newline at end of file