iftttify 0.0.2 → 0.0.3
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/lib/iftttify/version.rb +1 -1
- data/test/dummy/log/test.log +48 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6ea400f3dfcf0cb3a5d48c648de4d929810dcfe
|
|
4
|
+
data.tar.gz: 4ab9690f2ff7ecb130ffcc30825c5837fcfc163c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2777fd48f4b26b93fffaec918c3424a0ddbb2f180b8850dfd94441d16b93cec17f902dbdf10587b5c4be3aea81dbf36d19421fa74ffb9cd636473bf1adb1cbce
|
|
7
|
+
data.tar.gz: b36a5fb39ee56485ecb08982a4893cc486804cb40c77e7a20b1cf0364413fb3856df086b455859b1c1d12b5dea1232dee81071c195ffec48b89534b6b7d811b0
|
data/lib/iftttify/version.rb
CHANGED
data/test/dummy/log/test.log
CHANGED
|
@@ -46,3 +46,51 @@ PagesControllerTest: test_should_respond_to_mt.supportedMethods
|
|
|
46
46
|
Processing by PagesController#ifttt as XML
|
|
47
47
|
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
48
48
|
[1m[35m (0.1ms)[0m rollback transaction
|
|
49
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
50
|
+
--------------------------------------
|
|
51
|
+
IftttifyTest: test_member_hash_to_hash
|
|
52
|
+
--------------------------------------
|
|
53
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
54
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
55
|
+
-------------------------------------------------------------------------------
|
|
56
|
+
PagesControllerTest: test_should_accept_authorized_access_to_metaWeblog.newPost
|
|
57
|
+
-------------------------------------------------------------------------------
|
|
58
|
+
Processing by PagesController#ifttt_auth as XML
|
|
59
|
+
Rendered text template (0.0ms)
|
|
60
|
+
Completed 200 OK in 981ms (Views: 32.0ms | ActiveRecord: 0.0ms)
|
|
61
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
62
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
63
|
+
-------------------------------------------------------------------------------------
|
|
64
|
+
PagesControllerTest: test_should_accept_metaWeblog.newPost_if_no_credential_specified
|
|
65
|
+
-------------------------------------------------------------------------------------
|
|
66
|
+
Processing by PagesController#ifttt as XML
|
|
67
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
68
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
69
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
70
|
+
-------------------------------------------------------------------------------
|
|
71
|
+
PagesControllerTest: test_should_deny_unauthorized_access_to_metaWeblog.newPost
|
|
72
|
+
-------------------------------------------------------------------------------
|
|
73
|
+
Processing by PagesController#ifttt_auth as XML
|
|
74
|
+
Completed 401 Unauthorized in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
|
75
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
76
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
77
|
+
-----------------------------------------------------------
|
|
78
|
+
PagesControllerTest: test_should_pass_proper_post_to_method
|
|
79
|
+
-----------------------------------------------------------
|
|
80
|
+
Processing by PagesController#ifttt as XML
|
|
81
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
82
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
83
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
84
|
+
---------------------------------------------------------------------
|
|
85
|
+
PagesControllerTest: test_should_respond_to_metaWeblog.getRecentPosts
|
|
86
|
+
---------------------------------------------------------------------
|
|
87
|
+
Processing by PagesController#ifttt as XML
|
|
88
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
89
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
90
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
91
|
+
---------------------------------------------------------------
|
|
92
|
+
PagesControllerTest: test_should_respond_to_mt.supportedMethods
|
|
93
|
+
---------------------------------------------------------------
|
|
94
|
+
Processing by PagesController#ifttt as XML
|
|
95
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
|
96
|
+
[1m[35m (0.1ms)[0m rollback transaction
|