popfly 0.3.0 → 0.4.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/config/routes.rb +1 -1
- data/lib/popfly/version.rb +1 -1
- data/test/dummy/log/test.log +28 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c1f6c9bea6305cd9b555d88238c4b342e9fc5f3
|
|
4
|
+
data.tar.gz: e52e11d1c88ac0fdad7a9537e9cca63db0da57b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d0f58fd8e536a5a7d923a686e073b3c193785d6dc6d6af6bad9d5e17d3a1f8821d51aa2eb0c44748c9ce1384123de3fbeb5a7f20b91718a3a6faf318db73766
|
|
7
|
+
data.tar.gz: c11413bff3ceb23ee72836ce8ba9530a94027e5e060de6669dcf4d2032a38a7170b57f7f7d6e500b5ce2462351a351a7dd94a259d71d6a00f626a6ade1ba33bf
|
data/config/routes.rb
CHANGED
data/lib/popfly/version.rb
CHANGED
data/test/dummy/log/test.log
CHANGED
|
@@ -793,3 +793,31 @@ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.3ms)
|
|
|
793
793
|
PopflyTest: test_truth
|
|
794
794
|
----------------------
|
|
795
795
|
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
796
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
797
|
+
---------------------------------------------------
|
|
798
|
+
Popfly::PopflyControllerTest: test_should_get_index
|
|
799
|
+
---------------------------------------------------
|
|
800
|
+
Processing by Popfly::PopflyController#index as HTML
|
|
801
|
+
[1m[35m (0.4ms)[0m select 1
|
|
802
|
+
Rendered text template (0.0ms)
|
|
803
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.4ms)
|
|
804
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
805
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
806
|
+
----------------------
|
|
807
|
+
PopflyTest: test_truth
|
|
808
|
+
----------------------
|
|
809
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
810
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
811
|
+
---------------------------------------------------
|
|
812
|
+
Popfly::PopflyControllerTest: test_should_get_index
|
|
813
|
+
---------------------------------------------------
|
|
814
|
+
Processing by Popfly::PopflyController#index as HTML
|
|
815
|
+
[1m[35m (0.4ms)[0m select 1
|
|
816
|
+
Rendered text template (0.0ms)
|
|
817
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.4ms)
|
|
818
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
819
|
+
[1m[35m (0.3ms)[0m BEGIN
|
|
820
|
+
----------------------
|
|
821
|
+
PopflyTest: test_truth
|
|
822
|
+
----------------------
|
|
823
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
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.
|
|
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:
|
|
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:
|
|
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.
|