opro.gemspec in opro-0.3.0 vs opro.gemspec in opro-0.3.1

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "opro" - s.version = "0.3.0" + s.version = "0.3.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["schneems"] - s.date = "2012-07-05" + s.date = "2012-07-18" s.description = " Enable OAuth clients (iphone, android, web sites, etc.) to access and use your Rails application, what you do with it is up to you" s.email = "richard.schneeman@gmail.com" s.extra_rdoc_files = [ "README.md" ] @@ -112,9 +112,11 @@ "test/integration/auth_controller_test.rb", "test/integration/client_app_controller_test.rb", "test/integration/docs_controller_test.rb", "test/integration/oauth_test.rb", "test/integration/refresh_token_test.rb", + "test/models/opro/oauth/auth_grant_test.rb", + "test/models/opro/oauth/client_app_test.rb", "test/opro_test.rb", "test/support/integration_case.rb", "test/test_helper.rb" ] s.homepage = "http://github.com/schneems/opro"