smster 0.0.1 → 0.0.2

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: 715e7236f095993ddfa89768a85a791ae4c0efd8
4
- data.tar.gz: dd512320a0ffc07130b56771512cab7f9d86d410
3
+ metadata.gz: af96cedecd26b65e0a292285c08f7519f4be9cef
4
+ data.tar.gz: 81b09997cbfb167341efbb4c9c82f92799521fef
5
5
  SHA512:
6
- metadata.gz: 733d1fc0f88b29bb49fc5ae099142bb03c9cf07a03a23eaaabcbd8be8b8f807d98cb96906dfd3dea633849fb54be15e34783fc78043439d28871faf2c2a686fd
7
- data.tar.gz: f46599540651ddb19bfdf1fe08ea7fd875b4791cbb743271f0dfe5d11020ae0a27cd8d38d5796c0b17d70d103773555e4115e131479c62b531bf23c4b65c3d49
6
+ metadata.gz: 44cc304142539838405736b46ee1391cdd061442fa8df7efb90a49e2e0ff663e4c9242173efb3936f8694705f0d214dc6d2e77a688430d223b237a64b073926f
7
+ data.tar.gz: ef8a83566cd523670ccd7b6c2c537d969f363f71874583f53650647c1929050c87e4ce58ae442b049047e0d91be93a8375a574528c58eb197798062050217e06
@@ -11,6 +11,7 @@ Add gem:
11
11
 
12
12
  Install:
13
13
  rails g smster:install
14
+ rake db:migrate
14
15
 
15
16
  == Sending message
16
17
  Add config of your provider into config/initializers/smster.rb.
@@ -20,7 +21,7 @@ And let's start!
20
21
  Sms::Clickatell.create(text: 'sms text', to: phone_number)
21
22
 
22
23
  == Callbacks
23
- Add to routes, setup proveder callbacks and get sms statuses:
24
+ Add to routes, setup provider callbacks and get sms statuses:
24
25
  post 'smster/$provider_name/callback'
25
26
 
26
27
  == Feedback
@@ -1,3 +1,3 @@
1
1
  module Smster
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1916,3 +1916,175 @@ Mode: test. To: 2682634, text: simple+text
1916
1916
  SQL (0.2ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Nexmo"], ["status", 1], ["text", "simple text"], ["to", "+2682634"], ["created_at", "2015-03-31 04:03:26.979410"], ["updated_at", "2015-03-31 04:03:26.979410"], ["id", 1], ["code", "1"], ["id", 1]]
1917
1917
   (0.0ms) RELEASE SAVEPOINT active_record_1
1918
1918
   (0.6ms) rollback transaction
1919
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
1920
+  (0.1ms) begin transaction
1921
+ ------------------------------------------
1922
+ Smster::NexmoControllerTest: test_callback
1923
+ ------------------------------------------
1924
+  (0.1ms) SAVEPOINT active_record_1
1925
+ SQL (1.4ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Nexmo"], ["status", 0], ["text", "simple text"], ["to", "3755135"], ["created_at", "2015-03-31 06:10:50.864612"], ["updated_at", "2015-03-31 06:10:50.864612"]]
1926
+ Mode: test. To: 3755135, text: simple+text
1927
+ SQL (0.5ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Nexmo"], ["status", 1], ["text", "simple text"], ["to", "3755135"], ["created_at", "2015-03-31 06:10:50.864612"], ["updated_at", "2015-03-31 06:10:50.864612"], ["id", 1], ["code", "1"], ["id", 1]]
1928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1929
+ Processing by Smster::NexmoController#callback as HTML
1930
+ Parameters: {"messageId"=>"1", "status"=>"delivered"}
1931
+ Sms::Nexmo Load (0.2ms) SELECT "smsters".* FROM "smsters" WHERE "smsters"."type" IN ('Sms::Nexmo') AND "smsters"."code" = ? LIMIT 1 [["code", "1"]]
1932
+  (0.0ms) SAVEPOINT active_record_1
1933
+ SQL (0.1ms) UPDATE "smsters" SET "status_message" = ?, "updated_at" = ? WHERE "smsters"."id" = ? [["status_message", "delivered"], ["updated_at", "2015-03-31 06:10:50.886017"], ["id", 1]]
1934
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1935
+  (0.0ms) SAVEPOINT active_record_1
1936
+ SQL (0.1ms) UPDATE "smsters" SET "status" = ?, "updated_at" = ? WHERE "smsters"."id" = ? [["status", 2], ["updated_at", "2015-03-31 06:10:50.887319"], ["id", 1]]
1937
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1938
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.5ms)
1939
+  (0.9ms) rollback transaction
1940
+  (0.0ms) begin transaction
1941
+ --------------------------------
1942
+ Sms::ClickatellTest: test_create
1943
+ --------------------------------
1944
+  (0.0ms) SAVEPOINT active_record_1
1945
+ SQL (0.3ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Clickatell"], ["status", 0], ["text", "simple text"], ["to", "5824187"], ["created_at", "2015-03-31 06:10:50.896381"], ["updated_at", "2015-03-31 06:10:50.896381"]]
1946
+ Mode: test. To: 5824187, text: simple+text
1947
+ SQL (0.2ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Clickatell"], ["status", 1], ["text", "simple text"], ["to", "5824187"], ["created_at", "2015-03-31 06:10:50.896381"], ["updated_at", "2015-03-31 06:10:50.896381"], ["id", 1], ["code", "1"], ["id", 1]]
1948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1949
+  (0.6ms) rollback transaction
1950
+  (0.0ms) begin transaction
1951
+ -----------------------------------
1952
+ Sms::ClickatellTest: test_format_to
1953
+ -----------------------------------
1954
+  (0.0ms) SAVEPOINT active_record_1
1955
+ SQL (0.2ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Clickatell"], ["status", 0], ["text", "simple text"], ["to", "+8842669"], ["created_at", "2015-03-31 06:10:50.900290"], ["updated_at", "2015-03-31 06:10:50.900290"]]
1956
+ Mode: test. To: 8842669, text: simple+text
1957
+ SQL (0.2ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Clickatell"], ["status", 1], ["text", "simple text"], ["to", "+8842669"], ["created_at", "2015-03-31 06:10:50.900290"], ["updated_at", "2015-03-31 06:10:50.900290"], ["id", 1], ["code", "1"], ["id", 1]]
1958
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1959
+  (0.6ms) rollback transaction
1960
+  (0.0ms) begin transaction
1961
+ -------------------------------
1962
+ SmsterTest: test_confirguration
1963
+ -------------------------------
1964
+  (0.1ms) rollback transaction
1965
+  (0.0ms) begin transaction
1966
+ ------------------------------
1967
+ Sms::NexmoTest: test_format_to
1968
+ ------------------------------
1969
+  (0.0ms) SAVEPOINT active_record_1
1970
+ SQL (0.3ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Nexmo"], ["status", 0], ["text", "simple text"], ["to", "+2218274"], ["created_at", "2015-03-31 06:10:50.924613"], ["updated_at", "2015-03-31 06:10:50.924613"]]
1971
+ Mode: test. To: 2218274, text: simple+text
1972
+ SQL (0.3ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Nexmo"], ["status", 1], ["text", "simple text"], ["to", "+2218274"], ["created_at", "2015-03-31 06:10:50.924613"], ["updated_at", "2015-03-31 06:10:50.924613"], ["id", 1], ["code", "1"], ["id", 1]]
1973
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1974
+  (0.5ms) rollback transaction
1975
+  (0.0ms) begin transaction
1976
+ ---------------------------
1977
+ Sms::NexmoTest: test_create
1978
+ ---------------------------
1979
+  (0.0ms) SAVEPOINT active_record_1
1980
+ SQL (0.2ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Nexmo"], ["status", 0], ["text", "simple text"], ["to", "8228657"], ["created_at", "2015-03-31 06:10:50.929683"], ["updated_at", "2015-03-31 06:10:50.929683"]]
1981
+ Mode: test. To: 8228657, text: simple+text
1982
+ SQL (0.3ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Nexmo"], ["status", 1], ["text", "simple text"], ["to", "8228657"], ["created_at", "2015-03-31 06:10:50.929683"], ["updated_at", "2015-03-31 06:10:50.929683"], ["id", 1], ["code", "1"], ["id", 1]]
1983
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1984
+  (0.7ms) rollback transaction
1985
+  (0.1ms) begin transaction
1986
+ -----------------------------------------------
1987
+ Smster::ClickatellControllerTest: test_callback
1988
+ -----------------------------------------------
1989
+  (0.1ms) SAVEPOINT active_record_1
1990
+ SQL (0.3ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Clickatell"], ["status", 0], ["text", "simple text"], ["to", "9295915"], ["created_at", "2015-03-31 06:10:50.938932"], ["updated_at", "2015-03-31 06:10:50.938932"]]
1991
+ Mode: test. To: 9295915, text: simple+text
1992
+ SQL (0.3ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Clickatell"], ["status", 1], ["text", "simple text"], ["to", "9295915"], ["created_at", "2015-03-31 06:10:50.938932"], ["updated_at", "2015-03-31 06:10:50.938932"], ["id", 1], ["code", "1"], ["id", 1]]
1993
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1994
+ Processing by Smster::ClickatellController#callback as HTML
1995
+ Parameters: {"data"=>{"charge"=>"1.5", "messageStatus"=>"3", "description"=>"Received by recipient", "apiMessageId"=>"1"}}
1996
+ Sms::Clickatell Load (0.1ms) SELECT "smsters".* FROM "smsters" WHERE "smsters"."type" IN ('Sms::Clickatell') AND "smsters"."code" = ? LIMIT 1 [["code", "1"]]
1997
+  (0.0ms) SAVEPOINT active_record_1
1998
+ SQL (0.1ms) UPDATE "smsters" SET "status_message" = ?, "updated_at" = ? WHERE "smsters"."id" = ? [["status_message", "Received by recipient"], ["updated_at", "2015-03-31 06:10:50.946344"], ["id", 1]]
1999
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2000
+  (0.1ms) SAVEPOINT active_record_1
2001
+ SQL (0.0ms) UPDATE "smsters" SET "status" = ?, "updated_at" = ? WHERE "smsters"."id" = ? [["status", 2], ["updated_at", "2015-03-31 06:10:50.947687"], ["id", 1]]
2002
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2003
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.4ms)
2004
+  (0.8ms) rollback transaction
2005
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2006
+  (0.1ms) begin transaction
2007
+ -----------------------------------------------
2008
+ Smster::ClickatellControllerTest: test_callback
2009
+ -----------------------------------------------
2010
+  (0.1ms) SAVEPOINT active_record_1
2011
+ SQL (0.4ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Clickatell"], ["status", 0], ["text", "simple text"], ["to", "7856958"], ["created_at", "2015-03-31 06:12:21.547557"], ["updated_at", "2015-03-31 06:12:21.547557"]]
2012
+ Mode: test. To: 7856958, text: simple+text
2013
+ SQL (0.3ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Clickatell"], ["status", 1], ["text", "simple text"], ["to", "7856958"], ["created_at", "2015-03-31 06:12:21.547557"], ["updated_at", "2015-03-31 06:12:21.547557"], ["id", 1], ["code", "1"], ["id", 1]]
2014
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2015
+ Processing by Smster::ClickatellController#callback as HTML
2016
+ Parameters: {"data"=>{"charge"=>"1.5", "messageStatus"=>"3", "description"=>"Received by recipient", "apiMessageId"=>"1"}}
2017
+ Sms::Clickatell Load (0.2ms) SELECT "smsters".* FROM "smsters" WHERE "smsters"."type" IN ('Sms::Clickatell') AND "smsters"."code" = ? LIMIT 1 [["code", "1"]]
2018
+  (0.1ms) SAVEPOINT active_record_1
2019
+ SQL (0.1ms) UPDATE "smsters" SET "status_message" = ?, "updated_at" = ? WHERE "smsters"."id" = ? [["status_message", "Received by recipient"], ["updated_at", "2015-03-31 06:12:21.560628"], ["id", 1]]
2020
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2021
+  (0.0ms) SAVEPOINT active_record_1
2022
+ SQL (0.2ms) UPDATE "smsters" SET "status" = ?, "updated_at" = ? WHERE "smsters"."id" = ? [["status", 2], ["updated_at", "2015-03-31 06:12:21.562990"], ["id", 1]]
2023
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2024
+ Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 0.7ms)
2025
+  (2.1ms) rollback transaction
2026
+  (0.1ms) begin transaction
2027
+ ---------------------------
2028
+ Sms::NexmoTest: test_create
2029
+ ---------------------------
2030
+  (0.1ms) SAVEPOINT active_record_1
2031
+ SQL (0.3ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Nexmo"], ["status", 0], ["text", "simple text"], ["to", "3942964"], ["created_at", "2015-03-31 06:12:21.576813"], ["updated_at", "2015-03-31 06:12:21.576813"]]
2032
+ Mode: test. To: 3942964, text: simple+text
2033
+ SQL (0.2ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Nexmo"], ["status", 1], ["text", "simple text"], ["to", "3942964"], ["created_at", "2015-03-31 06:12:21.576813"], ["updated_at", "2015-03-31 06:12:21.576813"], ["id", 1], ["code", "1"], ["id", 1]]
2034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2035
+  (0.6ms) rollback transaction
2036
+  (0.0ms) begin transaction
2037
+ ------------------------------
2038
+ Sms::NexmoTest: test_format_to
2039
+ ------------------------------
2040
+  (0.1ms) SAVEPOINT active_record_1
2041
+ SQL (0.2ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Nexmo"], ["status", 0], ["text", "simple text"], ["to", "+7539246"], ["created_at", "2015-03-31 06:12:21.581011"], ["updated_at", "2015-03-31 06:12:21.581011"]]
2042
+ Mode: test. To: 7539246, text: simple+text
2043
+ SQL (0.2ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Nexmo"], ["status", 1], ["text", "simple text"], ["to", "+7539246"], ["created_at", "2015-03-31 06:12:21.581011"], ["updated_at", "2015-03-31 06:12:21.581011"], ["id", 1], ["code", "1"], ["id", 1]]
2044
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2045
+  (0.6ms) rollback transaction
2046
+  (0.0ms) begin transaction
2047
+ -------------------------------
2048
+ SmsterTest: test_confirguration
2049
+ -------------------------------
2050
+  (0.0ms) rollback transaction
2051
+  (0.0ms) begin transaction
2052
+ ------------------------------------------
2053
+ Smster::NexmoControllerTest: test_callback
2054
+ ------------------------------------------
2055
+  (0.0ms) SAVEPOINT active_record_1
2056
+ SQL (0.2ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Nexmo"], ["status", 0], ["text", "simple text"], ["to", "8857183"], ["created_at", "2015-03-31 06:12:21.587973"], ["updated_at", "2015-03-31 06:12:21.587973"]]
2057
+ Mode: test. To: 8857183, text: simple+text
2058
+ SQL (0.3ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Nexmo"], ["status", 1], ["text", "simple text"], ["to", "8857183"], ["created_at", "2015-03-31 06:12:21.587973"], ["updated_at", "2015-03-31 06:12:21.587973"], ["id", 1], ["code", "1"], ["id", 1]]
2059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2060
+ Processing by Smster::NexmoController#callback as HTML
2061
+ Parameters: {"messageId"=>"1", "status"=>"delivered"}
2062
+ Sms::Nexmo Load (0.1ms) SELECT "smsters".* FROM "smsters" WHERE "smsters"."type" IN ('Sms::Nexmo') AND "smsters"."code" = ? LIMIT 1 [["code", "1"]]
2063
+  (0.0ms) SAVEPOINT active_record_1
2064
+ SQL (0.0ms) UPDATE "smsters" SET "status_message" = ?, "updated_at" = ? WHERE "smsters"."id" = ? [["status_message", "delivered"], ["updated_at", "2015-03-31 06:12:21.592852"], ["id", 1]]
2065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2066
+  (0.0ms) SAVEPOINT active_record_1
2067
+ SQL (0.0ms) UPDATE "smsters" SET "status" = ?, "updated_at" = ? WHERE "smsters"."id" = ? [["status", 2], ["updated_at", "2015-03-31 06:12:21.593902"], ["id", 1]]
2068
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2069
+ Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.3ms)
2070
+  (0.8ms) rollback transaction
2071
+  (0.0ms) begin transaction
2072
+ --------------------------------
2073
+ Sms::ClickatellTest: test_create
2074
+ --------------------------------
2075
+  (0.0ms) SAVEPOINT active_record_1
2076
+ SQL (0.2ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Clickatell"], ["status", 0], ["text", "simple text"], ["to", "3668545"], ["created_at", "2015-03-31 06:12:21.597118"], ["updated_at", "2015-03-31 06:12:21.597118"]]
2077
+ Mode: test. To: 3668545, text: simple+text
2078
+ SQL (0.2ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Clickatell"], ["status", 1], ["text", "simple text"], ["to", "3668545"], ["created_at", "2015-03-31 06:12:21.597118"], ["updated_at", "2015-03-31 06:12:21.597118"], ["id", 1], ["code", "1"], ["id", 1]]
2079
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2080
+  (0.7ms) rollback transaction
2081
+  (0.1ms) begin transaction
2082
+ -----------------------------------
2083
+ Sms::ClickatellTest: test_format_to
2084
+ -----------------------------------
2085
+  (0.0ms) SAVEPOINT active_record_1
2086
+ SQL (0.2ms) INSERT INTO "smsters" ("type", "status", "text", "to", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["type", "Sms::Clickatell"], ["status", 0], ["text", "simple text"], ["to", "+1439722"], ["created_at", "2015-03-31 06:12:21.601045"], ["updated_at", "2015-03-31 06:12:21.601045"]]
2087
+ Mode: test. To: 1439722, text: simple+text
2088
+ SQL (0.2ms) UPDATE "smsters" SET "type" = ?, "status" = ?, "text" = ?, "to" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "code" = ? WHERE "smsters"."id" = ? [["type", "Sms::Clickatell"], ["status", 1], ["text", "simple text"], ["to", "+1439722"], ["created_at", "2015-03-31 06:12:21.601045"], ["updated_at", "2015-03-31 06:12:21.601045"], ["id", 1], ["code", "1"], ["id", 1]]
2089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2090
+  (0.6ms) rollback transaction
@@ -10,7 +10,6 @@ class SmsterTest < ActiveSupport::TestCase
10
10
 
11
11
  config = Smster.configuration
12
12
 
13
- assert_equal "", config.clickatell_authorization_code
14
13
  assert_equal nexmo_key, config.nexmo_key
15
14
  end
16
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - doniv
@@ -38,7 +38,21 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.8'
41
- description: Multi provider sms service
41
+ - !ruby/object:Gem::Dependency
42
+ name: sqlite3
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: SMS sending service through different providers with maximum convenience.
42
56
  email:
43
57
  - donivrecord@gmail.com
44
58
  executables: []