rodauth-omniauth.gemspec in rodauth-omniauth-0.3.3 vs rodauth-omniauth.gemspec in rodauth-omniauth-0.3.4
- old
+ new
@@ -1,16 +1,16 @@
Gem::Specification.new do |spec|
spec.name = "rodauth-omniauth"
- spec.version = "0.3.3"
+ spec.version = "0.3.4"
spec.authors = ["Janko Marohnić"]
spec.email = ["janko@hey.com"]
spec.summary = "Rodauth extension for logging in and creating account via OmniAuth authentication."
spec.description = "Rodauth extension for logging in and creating account via OmniAuth authentication."
spec.homepage = "https://github.com/janko/rodauth-omniauth"
spec.license = "MIT"
- spec.required_ruby_version = ">= 2.3"
+ spec.required_ruby_version = ">= 2.5"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.files = Dir["README.md", "LICENSE.txt", "*.gemspec", "lib/**/*", "locales/**/*"]