test_dummy 0.2.9 → 0.2.10

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.9
1
+ 0.2.10
@@ -16,7 +16,7 @@ module TestDummy::Helper
16
16
  string = ''
17
17
 
18
18
  length.times do
19
- string << CHARACTER_SET[rand(CHARACTER_SET.length)]
19
+ string << ALPHANUMERIC_SET[rand(ALPHANUMERIC_SET.length)]
20
20
  end
21
21
 
22
22
  # As it's not especially hard to find a random word that passes this
data/test_dummy.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "test_dummy"
8
- s.version = "0.2.9"
8
+ s.version = "0.2.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["tadman"]
12
- s.date = "2011-10-19"
12
+ s.date = "2012-03-06"
13
13
  s.description = "Test Dummy allows you to define how to fake models automatically so that you can use dummy data for testing instead of fixtures. Dummy models are always generated using the current schema and don't need to me migrated like fixtures."
14
14
  s.email = "github@tadman.ca"
15
15
  s.extra_rdoc_files = [
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  ]
36
36
  s.homepage = "http://github.com/tadman/test_dummy"
37
37
  s.require_paths = ["lib"]
38
- s.rubygems_version = "1.8.10"
38
+ s.rubygems_version = "1.8.11"
39
39
  s.summary = "Quick test data generator and fake model maker"
40
40
 
41
41
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_dummy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-19 00:00:00.000000000Z
12
+ date: 2012-03-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Test Dummy allows you to define how to fake models automatically so that
15
15
  you can use dummy data for testing instead of fixtures. Dummy models are always
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  requirements: []
58
58
  rubyforge_project:
59
- rubygems_version: 1.8.10
59
+ rubygems_version: 1.8.11
60
60
  signing_key:
61
61
  specification_version: 3
62
62
  summary: Quick test data generator and fake model maker