activerecord-migrations 1.0.0.pre.rc2 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4e2379b874bf520a0e2cd2a5fbec506153fcd6f
4
- data.tar.gz: eb5a1b839409043cdc1e63a9889106b3a0e6c3c6
3
+ metadata.gz: aa419d3b6de9f475a1866fcb31c272830285b4e9
4
+ data.tar.gz: 48a7ac4741bc58df044b8ec1df299a376be64ce8
5
5
  SHA512:
6
- metadata.gz: 66ef83bea0034a256195400078d2ee29ca1575fc94505dc98b769af5081939bf9ee087afcb0bb430d583cfcfb1354bc23ec78bafa180ae7bd3e21f10aa0cb303
7
- data.tar.gz: 50a07fbf8f8cc651d3ac025b50f9248e10a0b309e6de189f361aee46d13d18bbbcd1ddaf96a84548ec8141bf164f38477ffd6153c8b33bf799149e2f45f58bf1
6
+ metadata.gz: 5d9af4e1ce96cb743180be35e1029183c9e6080f4b800eccbf834b29745e8ef92aa18d975e60fac21211801dcc645efd9f6eba4a42e718690827d6d477f169b9
7
+ data.tar.gz: e4adccd4abfcef21c5f3ed010e96e800f5ecdc64388aafeae592047b554cf2bc79c27eb59edc3f3f1f0342c4441ed0d83e5ff2d02a2da8e9959ecebca126ae93
data/README.md CHANGED
@@ -38,6 +38,10 @@ require 'active_record/migrations'
38
38
  ActiveRecord::Migrations.root = File.expand_path("../db", __dir__)
39
39
  ```
40
40
 
41
+ ### Deployment
42
+
43
+ This gem includes an additional task `db:deploy` which is designed to assist with deployment of sites with databases. When deploying a site for the first time, this task will create the database and load the seed data. If deploying the site to an existing database it will simply run migrations.
44
+
41
45
  ## Contributing
42
46
 
43
47
  1. Fork it
@@ -1,7 +1,5 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'active_record/migrations/version'
2
+ require_relative 'lib/active_record/migrations/version'
5
3
 
6
4
  Gem::Specification.new do |spec|
7
5
  spec.name = "activerecord-migrations"
@@ -20,6 +20,6 @@
20
20
 
21
21
  module ActiveRecord
22
22
  module Migrations
23
- VERSION = "1.0.0-rc2"
23
+ VERSION = "1.0.0"
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.rc2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-08 00:00:00.000000000 Z
11
+ date: 2016-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -114,9 +114,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
114
  version: '0'
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  requirements:
117
- - - ">"
117
+ - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: 1.3.1
119
+ version: '0'
120
120
  requirements: []
121
121
  rubyforge_project:
122
122
  rubygems_version: 2.5.2