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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28d2600b70196fdd52b4dd3a38d76a498f854154
4
- data.tar.gz: 84315114a54495fdc0c9a36bb1f94b19f9eb4b7e
3
+ metadata.gz: 0cdf04fd88d9658fa23c3c0448966c078c9abb51
4
+ data.tar.gz: 08b7164c5a1afdf951b418b830d676876cfbf6ce
5
5
  SHA512:
6
- metadata.gz: 24ab4a084fdfe87c0895f8d5aed0db373d00562fe358bf33294702e378cac17ecbe94518174ad6440c118f66f357cfb2c35835cb8bab6338716053d08e7cbe4a
7
- data.tar.gz: 0470695a2cf9cb47343bc423601bc6431ea41f381cd155996d6b8ff426c70496e455fb06c34dbbaf455557e3ad2a95e2c91cc968c84bb9c9cded1df2637cfaae
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
- Run migration
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
@@ -1,3 +1,3 @@
1
1
  module DevelopmentNotification
2
- VERSION = "0.0.4"
2
+ VERSION = "0.1.0"
3
3
  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
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-09 00:00:00.000000000 Z
11
+ date: 2015-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails