object_momma 0.9.0 → 0.9.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/lib/object_momma/version.rb +1 -1
- data/object_momma.gemspec +6 -4
- metadata +9 -8
data/lib/object_momma/version.rb
CHANGED
data/object_momma.gemspec
CHANGED
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
require File.expand_path('../lib/object_momma/version', __FILE__)
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
|
-
gem.authors = ["
|
|
6
|
-
gem.email = ["
|
|
5
|
+
gem.authors = ["Nathan Ladd", "Joshua Flanagan"]
|
|
6
|
+
gem.email = ["nathan@peopleadmin.com"]
|
|
7
7
|
gem.description = %q{object_momma is an Object Mother implementation in ruby}
|
|
8
|
-
gem.summary = %q{object_momma is an Object Mother implementation in ruby}
|
|
9
|
-
|
|
8
|
+
gem.summary = %q{object_momma is an Object Mother implementation in ruby; it is designed to facilitate complex data setup for acceptance tests.}
|
|
9
|
+
|
|
10
|
+
gem.homepage = "https://github.com/PeopleAdmin/object_momma"
|
|
11
|
+
gem.license = "MIT"
|
|
10
12
|
|
|
11
13
|
gem.files = `git ls-files`.split($\)
|
|
12
14
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -5,11 +5,12 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 9
|
|
8
|
-
-
|
|
9
|
-
version: 0.9.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.9.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
|
-
-
|
|
12
|
+
- Nathan Ladd
|
|
13
|
+
- Joshua Flanagan
|
|
13
14
|
autorequire:
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
@@ -31,7 +32,7 @@ dependencies:
|
|
|
31
32
|
version_requirements: *id001
|
|
32
33
|
description: object_momma is an Object Mother implementation in ruby
|
|
33
34
|
email:
|
|
34
|
-
-
|
|
35
|
+
- nathan@peopleadmin.com
|
|
35
36
|
executables: []
|
|
36
37
|
|
|
37
38
|
extensions: []
|
|
@@ -63,9 +64,9 @@ files:
|
|
|
63
64
|
- spec/object_momma_spec.rb
|
|
64
65
|
- tmp/.gitkeep
|
|
65
66
|
has_rdoc: true
|
|
66
|
-
homepage:
|
|
67
|
-
licenses:
|
|
68
|
-
|
|
67
|
+
homepage: https://github.com/PeopleAdmin/object_momma
|
|
68
|
+
licenses:
|
|
69
|
+
- MIT
|
|
69
70
|
post_install_message:
|
|
70
71
|
rdoc_options: []
|
|
71
72
|
|
|
@@ -91,7 +92,7 @@ rubyforge_project:
|
|
|
91
92
|
rubygems_version: 1.3.6
|
|
92
93
|
signing_key:
|
|
93
94
|
specification_version: 3
|
|
94
|
-
summary: object_momma is an Object Mother implementation in ruby
|
|
95
|
+
summary: object_momma is an Object Mother implementation in ruby; it is designed to facilitate complex data setup for acceptance tests.
|
|
95
96
|
test_files:
|
|
96
97
|
- spec/fixtures/blog_post_voting_classes.rb
|
|
97
98
|
- spec/fixtures/comment.rb
|