soveran-spawn 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/spawn.gemspec +3 -4
  2. metadata +4 -4
data/spawn.gemspec CHANGED
@@ -1,13 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'spawn'
3
- s.version = '0.1.0'
4
- s.date = %q{2008-12-18}
3
+ s.version = '0.1.1'
5
4
  s.summary = %{Simple fixtures replacement for Sequel, ActiveRecord, Ohm and probably many other ORMs}
5
+ 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.}
6
6
  s.email = "michel@soveran.com"
7
7
  s.author = "Michel Martens"
8
8
  s.homepage = "http://github.com/soveran/spawn"
9
9
  s.files = ["lib/spawn.rb", "rails/init.rb", "README.markdown", "LICENSE", "Rakefile", "test/active_record_test.rb", "test/all_test.rb", "test/sequel_test.rb", "spawn.gemspec"]
10
10
  s.require_paths = ['lib']
11
- s.has_rdoc = false
12
- s.specification_version = 2 if s.respond_to? :specification_version=
11
+ s.rubyforge_project = "spawner"
13
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soveran-spawn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Martens
@@ -9,11 +9,11 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-18 00:00:00 -08:00
12
+ date: 2009-05-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description:
16
+ 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.
17
17
  email: michel@soveran.com
18
18
  executables: []
19
19
 
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  version:
53
53
  requirements: []
54
54
 
55
- rubyforge_project:
55
+ rubyforge_project: spawner
56
56
  rubygems_version: 1.2.0
57
57
  signing_key:
58
58
  specification_version: 2