nomadize 0.4.1 → 0.4.2
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 +4 -4
- data/README.md +3 -4
- data/lib/nomadize/config.rb +1 -1
- data/lib/nomadize/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d18eebcd72492beb69712cbc1e8b84b0f0baab8b
|
4
|
+
data.tar.gz: 077c9540785db921b785201dd790d1d74b9a7d6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcc42cee6b4e52dfcfcbc7e0220956c59c43a21df9058c49aee6edc65152273bfa18caa292c8de7d2c9918bb42600035bc631f12fe9509b7c25a805dcd0b4d10
|
7
|
+
data.tar.gz: a98279a5672f8a7965e6415e3ddb6925c3194fd62a92b9d2e5f89e4802c0207b4d8f5505372d525cf92cd9789d1c720aa30c9e8d3318acb0e2f19a08ff77d3b1
|
data/README.md
CHANGED
@@ -39,10 +39,6 @@ production:
|
|
39
39
|
|
40
40
|
The test/development/production keys define environment dependent options for the `PG.connection` based on the environment set via `RACK_ENV`. These key/value pairs are handed directly to the `PG.connect` method, documentation for what options can be passed can be found [here](http://deveiate.org/code/pg/PG/Connection.html#method-c-new).
|
41
41
|
|
42
|
-
The directory in which to find migrations files can optionally be set with the config:
|
43
|
-
`migrations_path: db/migrations`
|
44
|
-
The default value is `db/migrations`
|
45
|
-
|
46
42
|
### ENV['DATABASE_URL']
|
47
43
|
|
48
44
|
As of 0.4.0 Nomadize will also respect the `DATABASE_URL` environment variable. If `DATABASE_URL` is set it will override the connection information in the config file `config/database.yml`.
|
@@ -112,6 +108,9 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/piisal
|
|
112
108
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
113
109
|
|
114
110
|
## Changelog
|
111
|
+
0.4.2
|
112
|
+
* Make migrations path hard coded (this fixes an issue with heroku overwriting the database.yml file)
|
113
|
+
|
115
114
|
0.4.1
|
116
115
|
* Fix a bug with command line utility using and incorrect method name.
|
117
116
|
|
data/lib/nomadize/config.rb
CHANGED
data/lib/nomadize/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nomadize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Dawson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|