spawn 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/spawn.gemspec +3 -4
- metadata +9 -7
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.
|
|
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.
|
|
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: spawn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
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:
|
|
12
|
+
date: 2009-06-09 00:00:00 -03: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
|
|
|
@@ -31,8 +31,10 @@ files:
|
|
|
31
31
|
- test/all_test.rb
|
|
32
32
|
- test/sequel_test.rb
|
|
33
33
|
- spawn.gemspec
|
|
34
|
-
has_rdoc:
|
|
34
|
+
has_rdoc: true
|
|
35
35
|
homepage: http://github.com/soveran/spawn
|
|
36
|
+
licenses: []
|
|
37
|
+
|
|
36
38
|
post_install_message:
|
|
37
39
|
rdoc_options: []
|
|
38
40
|
|
|
@@ -52,10 +54,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
52
54
|
version:
|
|
53
55
|
requirements: []
|
|
54
56
|
|
|
55
|
-
rubyforge_project:
|
|
56
|
-
rubygems_version: 1.3.
|
|
57
|
+
rubyforge_project: spawner
|
|
58
|
+
rubygems_version: 1.3.4
|
|
57
59
|
signing_key:
|
|
58
|
-
specification_version:
|
|
60
|
+
specification_version: 3
|
|
59
61
|
summary: Simple fixtures replacement for Sequel, ActiveRecord, Ohm and probably many other ORMs
|
|
60
62
|
test_files: []
|
|
61
63
|
|