popfly 0.3.0 → 0.4.0

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: 6920cf33d3f270dfd536fb69d05d2a7f970b0170
4
- data.tar.gz: 11c6b7450dd4389271bcb30ce269f2adb4daaf9f
3
+ metadata.gz: 2c1f6c9bea6305cd9b555d88238c4b342e9fc5f3
4
+ data.tar.gz: e52e11d1c88ac0fdad7a9537e9cca63db0da57b3
5
5
  SHA512:
6
- metadata.gz: a40ae30dc1de15b67513c67e2555690db897e2f1a7c90ac7635048af044504ce1b7b047feb891b07d5c44fca888456f5a80ad0540a23ba9a369706974e80c688
7
- data.tar.gz: ef69208f70b0df926aba9ae7fd86a9facbddad7f11ed7b9f37c3429fde0548187931ea2789364dc5bc6d8235a9133032a71ddd90416be83bbf21bfa8ace72c9d
6
+ metadata.gz: 2d0f58fd8e536a5a7d923a686e073b3c193785d6dc6d6af6bad9d5e17d3a1f8821d51aa2eb0c44748c9ce1384123de3fbeb5a7f20b91718a3a6faf318db73766
7
+ data.tar.gz: c11413bff3ceb23ee72836ce8ba9530a94027e5e060de6669dcf4d2032a38a7170b57f7f7d6e500b5ce2462351a351a7dd94a259d71d6a00f626a6ade1ba33bf
data/config/routes.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  Popfly::Engine.routes.draw do
2
- root :to => 'popfly#index'
2
+ root 'popfly#index'
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Popfly
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -793,3 +793,31 @@ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.3ms)
793
793
  PopflyTest: test_truth
794
794
  ----------------------
795
795
   (0.3ms) ROLLBACK
796
+  (0.1ms) BEGIN
797
+ ---------------------------------------------------
798
+ Popfly::PopflyControllerTest: test_should_get_index
799
+ ---------------------------------------------------
800
+ Processing by Popfly::PopflyController#index as HTML
801
+  (0.4ms) select 1
802
+ Rendered text template (0.0ms)
803
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.4ms)
804
+  (0.2ms) ROLLBACK
805
+  (0.3ms) BEGIN
806
+ ----------------------
807
+ PopflyTest: test_truth
808
+ ----------------------
809
+  (0.2ms) ROLLBACK
810
+  (0.1ms) BEGIN
811
+ ---------------------------------------------------
812
+ Popfly::PopflyControllerTest: test_should_get_index
813
+ ---------------------------------------------------
814
+ Processing by Popfly::PopflyController#index as HTML
815
+  (0.4ms) select 1
816
+ Rendered text template (0.0ms)
817
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.4ms)
818
+  (0.3ms) ROLLBACK
819
+  (0.3ms) BEGIN
820
+ ----------------------
821
+ PopflyTest: test_truth
822
+ ----------------------
823
+  (0.1ms) ROLLBACK
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: popfly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafi Jacoby
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>'
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
- version: '3.0'
19
+ version: 4.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>'
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
- version: '3.0'
26
+ version: 4.0.0
27
27
  description: popfly is a Rails engine that you can drop into your app for use with
28
28
  Nagios, Pingdom, NewRelic, etc. in order to make sure that the app is alive and
29
29
  has working DB connections.