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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 705d634de12935de87953e3691fbaf08a81bfb7e
4
- data.tar.gz: b4d6312d87a02600aae00c5b912b6e96ff30afa2
3
+ metadata.gz: d6ea400f3dfcf0cb3a5d48c648de4d929810dcfe
4
+ data.tar.gz: 4ab9690f2ff7ecb130ffcc30825c5837fcfc163c
5
5
  SHA512:
6
- metadata.gz: 5d0c01789fb332decee0b4fb966000ee333b253eb43ea08c24a19e9bac17a98bfeb35b32b805a8765770cb264f3f579acbfa4741945b47708a74062b9be1b0b5
7
- data.tar.gz: d175b36f5c88df94486d8d33c9dcf77c69e64192c8aa65731a95ed1c56d553a1af03a0517fca8ee95e8aae1ce88999aede5880da380d4c4c9e477628e7df2b4f
6
+ metadata.gz: 2777fd48f4b26b93fffaec918c3424a0ddbb2f180b8850dfd94441d16b93cec17f902dbdf10587b5c4be3aea81dbf36d19421fa74ffb9cd636473bf1adb1cbce
7
+ data.tar.gz: b36a5fb39ee56485ecb08982a4893cc486804cb40c77e7a20b1cf0364413fb3856df086b455859b1c1d12b5dea1232dee81071c195ffec48b89534b6b7d811b0
@@ -1,3 +1,3 @@
1
1
  module Iftttify
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -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
   (0.1ms) rollback transaction
49
+  (0.1ms) begin transaction
50
+ --------------------------------------
51
+ IftttifyTest: test_member_hash_to_hash
52
+ --------------------------------------
53
+  (0.0ms) rollback transaction
54
+  (0.0ms) begin transaction
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
+  (0.1ms) rollback transaction
62
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
69
+  (0.0ms) begin transaction
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
+  (0.1ms) rollback transaction
76
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
83
+  (0.1ms) begin transaction
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
+  (0.1ms) rollback transaction
90
+  (0.0ms) begin transaction
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
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iftttify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Quan Sun