Skip to content

Commit a1db0ff

Browse files
author
Lucca Kaiser
committed
remove typo
1 parent 8269dd8 commit a1db0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql_blob_streaming.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.license = 'MIT'
1515

1616
spec.add_dependency "mysql2", ">= 0.5.5"
17-
spec.required_ruby_version = "">= 2.0.0"
17+
spec.required_ruby_version = ">= 2.0.0"
1818

1919
spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "README.markdown"]
2020
spec.extensions = ['ext/mysql_blob_streaming/extconf.rb']

0 commit comments

Comments
 (0)