diff --git a/spawn.gemspec b/spawn.gemspec index edfd78d..bcba13f 100644 --- a/spawn.gemspec +++ b/spawn.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'spawn' - s.version = '0.1.3' + s.version = '0.1.4' s.summary = %{Simple fixtures replacement for Sequel, ActiveRecord, Ohm and probably many other ORMs} s.description = %{Spawn is a very small library (just 14 lines of code) that can effectively replace fixtures or any other library for the same task.} s.authors = ["Michel Martens", "Damian Janowski"] diff --git a/spawn.gemspec.erb b/spawn.gemspec.erb index 15679ed..f0f68bf 100644 --- a/spawn.gemspec.erb +++ b/spawn.gemspec.erb @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'spawn' - s.version = '0.1.3' + s.version = '0.1.4' s.summary = %{Simple fixtures replacement for Sequel, ActiveRecord, Ohm and probably many other ORMs} s.description = %{Spawn is a very small library (just 14 lines of code) that can effectively replace fixtures or any other library for the same task.} s.authors = ["Michel Martens", "Damian Janowski"]