dummy_data 0.9 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +2 -2
  2. metadata +9 -8
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Dummy data
2
2
 
3
- "Dummy data" uses dummy[http://github.com/goncalossilva/dummy] to generate clever data for your Rails 3 application; it also allows you to import it to the database.
3
+ "Dummy data" uses [dummy](http://github.com/goncalossilva/dummy) to generate clever data for your Rails 3 application; it also allows you to import it to the database.
4
4
 
5
5
  ## Description
6
6
 
7
- Check dummy's[http://github.com/goncalossilva/dummy] description for a better notion of what exactly is dummy data. This gem uses dummy to generate this data for your models and stores it in YAML files. It also provides a rake task for you to import it to the database.
7
+ Check [dummy's](http://github.com/goncalossilva/dummy) description for a better notion of what exactly is dummy data. This gem uses dummy to generate this data for your models and stores it in YAML files. It also provides a rake task for you to import it to the database.
8
8
 
9
9
  ## Installation
10
10
 
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- version: "0.9"
8
+ - 1
9
+ version: 0.9.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - "Gon\xC3\xA7alo Silva"
@@ -13,7 +14,7 @@ autorequire:
13
14
  bindir: bin
14
15
  cert_chain: []
15
16
 
16
- date: 2010-08-11 00:00:00 +01:00
17
+ date: 2010-11-11 00:00:00 +00:00
17
18
  default_executable:
18
19
  dependencies:
19
20
  - !ruby/object:Gem::Dependency
@@ -27,7 +28,8 @@ dependencies:
27
28
  segments:
28
29
  - 0
29
30
  - 9
30
- version: "0.9"
31
+ - 1
32
+ version: 0.9.1
31
33
  type: :runtime
32
34
  version_requirements: *id001
33
35
  - !ruby/object:Gem::Dependency
@@ -42,8 +44,7 @@ dependencies:
42
44
  - 3
43
45
  - 0
44
46
  - 0
45
- - beta
46
- version: 3.0.0.beta
47
+ version: 3.0.0
47
48
  type: :runtime
48
49
  version_requirements: *id002
49
50
  description: Uses dummy to generate consistent fake data for your models (including associations) and provides a rake task to import it into the database
@@ -61,8 +62,8 @@ files:
61
62
  - lib/dummy_data.rb
62
63
  - lib/generators/data/templates/dummy_data.rake
63
64
  - LICENSE
64
- - README.md
65
65
  - CHANGELOG.md
66
+ - README.md
66
67
  has_rdoc: true
67
68
  homepage: http://github.com/goncalossilva/dummy_data
68
69
  licenses: []
@@ -88,8 +89,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
89
  segments:
89
90
  - 1
90
91
  - 3
91
- - 7
92
- version: 1.3.7
92
+ - 6
93
+ version: 1.3.6
93
94
  requirements: []
94
95
 
95
96
  rubyforge_project: dummy_data