sham 0.0.2 → 0.0.3
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/sham/version.rb +1 -1
- data/sham.gemspec +2 -2
- metadata +6 -5
data/lib/sham/version.rb
CHANGED
data/sham.gemspec
CHANGED
|
@@ -10,14 +10,14 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ["pan.thomakos@gmail.com"]
|
|
11
11
|
s.homepage = "http://github.com/panthomakos/sham"
|
|
12
12
|
s.summary = "sham-#{Sham::VERSION}"
|
|
13
|
-
s.description = %q{
|
|
13
|
+
s.description = %q{Lightweight flexible factories for Ruby on Rails testing.}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "sham"
|
|
16
16
|
|
|
17
17
|
s.files = `git ls-files`.split("\n")
|
|
18
18
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
19
19
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
20
|
-
s.extra_rdoc_files = ["README.markdown"]
|
|
20
|
+
s.extra_rdoc_files = ["README.markdown", "License.txt"]
|
|
21
21
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
22
22
|
s.require_paths = ["lib"]
|
|
23
23
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sham
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Pan Thomakos
|
|
@@ -19,7 +19,7 @@ date: 2010-12-03 00:00:00 -08:00
|
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
22
|
-
description:
|
|
22
|
+
description: Lightweight flexible factories for Ruby on Rails testing.
|
|
23
23
|
email:
|
|
24
24
|
- pan.thomakos@gmail.com
|
|
25
25
|
executables: []
|
|
@@ -28,6 +28,7 @@ extensions: []
|
|
|
28
28
|
|
|
29
29
|
extra_rdoc_files:
|
|
30
30
|
- README.markdown
|
|
31
|
+
- License.txt
|
|
31
32
|
files:
|
|
32
33
|
- .document
|
|
33
34
|
- .gitignore
|
|
@@ -71,6 +72,6 @@ rubyforge_project: sham
|
|
|
71
72
|
rubygems_version: 1.3.7
|
|
72
73
|
signing_key:
|
|
73
74
|
specification_version: 3
|
|
74
|
-
summary: sham-0.0.
|
|
75
|
+
summary: sham-0.0.3
|
|
75
76
|
test_files: []
|
|
76
77
|
|