We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d7c8a commit ed9b621Copy full SHA for ed9b621
ChangeLog
@@ -1,3 +1,7 @@
1
+== 0.1.0 / 2009-09-25
2
+
3
+* Prevent exception if trying to interpolate insufficient data
4
5
== 0.0.6 / 2009-09-25
6
7
* Prevent exception if trying to interpolate insufficient data
sequel_vectorized.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = "sequel_vectorized"
- s.version = "0.0.6"
+ s.version = "0.1.0"
s.platform = Gem::Platform::RUBY
s.has_rdoc = false
s.summary = ""
0 commit comments