runtimeerror_notifier 0.0.23 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d74912e6d0218bba900e3186815d086981f3015f
4
- data.tar.gz: 48ac9367b9cbcf027299613d033c714c28dc8943
3
+ metadata.gz: edaffa3864f4dc0907809d484c830fc5e1d2c37c
4
+ data.tar.gz: f697a46237f776adc1283cc4440567967b0200d7
5
5
  SHA512:
6
- metadata.gz: b4aaa47300dc70430d4621a9d8799db625752db5586a3fa03d5afd11bc89d0a0e2426bfcf88b31f5a4f3cd22fcf636e660e02f955d9a2fe1f7fec24b3ada0bed
7
- data.tar.gz: 4cbe8b3add5c08afca6be2517a4d42869cb4008f8b50ef1a924cc4a6e32b2c995adc4bb484528b4362b80aa2c8f25868e75afe513bd6d8a5db4c80dc6fc611f8
6
+ metadata.gz: e8a382f3655f59b1ea6fc6269da0b10924bac713f439fec663ccd064173c70e1bca6985490066506561bd98ba7a264d8f5abbea7b142354c34c850b4afd4dca0
7
+ data.tar.gz: a6d4db0e9ea257a0bfe1e36f91dd2bbcc568e0d3e8ac7f16cfca31898ef9fc67b06029a893f29e2209921782aa99d03e4dc37290d32248a0d0fea6522ab448f0
@@ -1,8 +1,10 @@
1
- class RuntimeerrorNotifier::InstallGenerator < Rails::Generators::Base
2
- source_root File.expand_path('../templates', __FILE__)
3
- desc 'Creates an initializer file for RuntimeError.net at config/initializers'
1
+ module RuntimeerrorNotifier
2
+ class InstallGenerator < Rails::Generators::Base
3
+ source_root File.expand_path('../templates', __FILE__)
4
+ desc 'Creates an initializer file for RuntimeError.net at config/initializers'
4
5
 
5
- def install
6
- template 'initializer.rb', 'config/initializers/runtimeerror_notifier.rb'
6
+ def install
7
+ template 'initializer.rb', 'config/initializers/runtimeerror_notifier.rb'
8
+ end
7
9
  end
8
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runtimeerror_notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wong Liang Zan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-29 00:00:00.000000000 Z
12
+ date: 2014-11-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty