development_notification 0.0.4 → 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.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/development_notification/engine.rb +1 -9
- data/lib/development_notification/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: 0cdf04fd88d9658fa23c3c0448966c078c9abb51
|
|
4
|
+
data.tar.gz: 08b7164c5a1afdf951b418b830d676876cfbf6ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daffac5fd39cc9788eac6566884514d489e9a6198fbe445eae1ce1e1e4a6e78d84146fac7013d6d83bfb216b25ad744bd48ee38632d2bb934c10f02c6578d6c9
|
|
7
|
+
data.tar.gz: 6fb2150e29792db4ef089aef2e47aad48fdc8f9756406b0a4e3622f36266bee820d13222eed570c97d7c05248a789b92babf6d7c80b2c98699cdff7d1005869a
|
data/README.md
CHANGED
|
@@ -7,8 +7,9 @@ Point to this repo (or a fork) and bundle
|
|
|
7
7
|
gem 'development_notification', "0.1.0", git: 'https://github.com/CreativePublisher/development_notification', branch: 'master'
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
Copy and run migration
|
|
11
11
|
```
|
|
12
|
+
$ rake development_notification:install:migrations
|
|
12
13
|
$ rake db:migrate
|
|
13
14
|
```
|
|
14
15
|
|
|
@@ -5,15 +5,7 @@ module DevelopmentNotification
|
|
|
5
5
|
config.generators do |g|
|
|
6
6
|
g.test_framework :rspec
|
|
7
7
|
g.integration_tool :rspec
|
|
8
|
-
end
|
|
9
|
-
|
|
10
|
-
initializer :append_migrations do |app|
|
|
11
|
-
unless app.root.to_s == root.to_s
|
|
12
|
-
config.paths["db/migrate"].expanded.each do |expanded_path|
|
|
13
|
-
app.config.paths["db/migrate"] << expanded_path
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
8
|
+
end
|
|
17
9
|
|
|
18
10
|
end
|
|
19
11
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: development_notification
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Creative
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|