seed_data_migrations 0.0.1.15 → 0.1.0

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/README.rdoc CHANGED
@@ -13,3 +13,13 @@ run the following in the command line
13
13
  bundle install
14
14
  rake seed_data_migrations_engine:install:migrations
15
15
  rake db:migrate
16
+
17
+ = Creating your first Data Migration
18
+
19
+ This is best shown by a example... (very similar to schema migrations)
20
+
21
+ ```bash
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
+ ```
@@ -1,3 +1,3 @@
1
1
  module SeedDataMigrations
2
- VERSION = "0.0.1.15"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seed_data_migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.15
4
+ version: 0.1.0
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: 2014-02-21 00:00:00.000000000 Z
12
+ date: 2014-02-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails