seed_data_migrations 0.1.0 → 0.1.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.
- checksums.yaml +7 -0
- data/README.rdoc +4 -4
- data/lib/seed_data_migrations/version.rb +1 -1
- metadata +12 -18
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 3c54adfd8804b9ebd2fb9d117930f637128c851e
|
|
4
|
+
data.tar.gz: 2e3a9a3ad88738334747d065ed4878f5ecb5b76d
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 6e9be036d5ee1f0c3c704ce97996dbba393306420b4cd55ad84402d45da0c19b97dead40aead3c6029bab88e4856a9cc4b46e16e8c9051dfb33217110e187c91
|
|
7
|
+
data.tar.gz: 96863dd7e716bc9fa229b4c231014ccbe98c6b0879861e4c7630b1a971edce0d5279aba1ab4536ecf6188fe2d7565066a1f4d31e79a1182deced44f9d67065c5
|
data/README.rdoc
CHANGED
|
@@ -18,8 +18,8 @@ run the following in the command line
|
|
|
18
18
|
|
|
19
19
|
This is best shown by a example... (very similar to schema migrations)
|
|
20
20
|
|
|
21
|
-
```
|
|
22
|
-
rails g seed_data_migrations description_of_your_data_migration
|
|
23
|
-
|
|
24
|
-
rake db:migrate_date
|
|
21
|
+
```
|
|
22
|
+
rails g seed_data_migrations description_of_your_data_migration
|
|
23
|
+
=> create db/seeds/20140224043148_description_of_your_data_migration.rb
|
|
24
|
+
rake db:migrate_date
|
|
25
25
|
```
|
metadata
CHANGED
|
@@ -1,46 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: seed_data_migrations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.1.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- David Henner
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
11
|
+
date: 2014-03-26 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: rails
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- -
|
|
17
|
+
- - '>'
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: 3.2.12
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
|
-
- -
|
|
24
|
+
- - '>'
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: 3.2.12
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: sqlite3
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
|
-
- -
|
|
31
|
+
- - '>='
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
37
33
|
version: '0'
|
|
38
34
|
type: :development
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
|
-
- -
|
|
38
|
+
- - '>='
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
40
|
version: '0'
|
|
46
41
|
description: If you are migration seed data and only what the migration to run once
|
|
@@ -99,29 +94,28 @@ files:
|
|
|
99
94
|
- test/dummy/Rakefile
|
|
100
95
|
- test/dummy/README.rdoc
|
|
101
96
|
- test/test_helper.rb
|
|
102
|
-
homepage:
|
|
97
|
+
homepage: https://github.com/drhenner/data_migrations
|
|
103
98
|
licenses: []
|
|
99
|
+
metadata: {}
|
|
104
100
|
post_install_message:
|
|
105
101
|
rdoc_options: []
|
|
106
102
|
require_paths:
|
|
107
103
|
- lib
|
|
108
104
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
109
|
-
none: false
|
|
110
105
|
requirements:
|
|
111
|
-
- -
|
|
106
|
+
- - '>='
|
|
112
107
|
- !ruby/object:Gem::Version
|
|
113
108
|
version: '0'
|
|
114
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
|
-
none: false
|
|
116
110
|
requirements:
|
|
117
|
-
- -
|
|
111
|
+
- - '>='
|
|
118
112
|
- !ruby/object:Gem::Version
|
|
119
113
|
version: '0'
|
|
120
114
|
requirements: []
|
|
121
115
|
rubyforge_project:
|
|
122
|
-
rubygems_version:
|
|
116
|
+
rubygems_version: 2.0.6
|
|
123
117
|
signing_key:
|
|
124
|
-
specification_version:
|
|
118
|
+
specification_version: 4
|
|
125
119
|
summary: If you are migration seed data and only what the migration to run once it
|
|
126
120
|
is best to log that the migration has already run.
|
|
127
121
|
test_files:
|