sham 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/sham/version.rb +1 -1
  2. data/sham.gemspec +2 -2
  3. metadata +6 -5
data/lib/sham/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sham
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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{Flexible factories for Ruby on Rails testing.}
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
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: Flexible factories for Ruby on Rails testing.
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.2
75
+ summary: sham-0.0.3
75
76
  test_files: []
76
77