pushpop-keen 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +0 -2
- data/Gemfile.lock +1 -13
- data/lib/pushpop-keen/version.rb +1 -1
- metadata +1 -1
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -8,25 +8,19 @@ GEM
|
|
8
8
|
thread_safe (~> 0.1)
|
9
9
|
tzinfo (~> 1.1)
|
10
10
|
addressable (2.3.6)
|
11
|
-
builder (3.2.2)
|
12
11
|
clockwork (0.7.5)
|
13
12
|
activesupport
|
14
13
|
tzinfo
|
15
14
|
diff-lcs (1.2.5)
|
16
15
|
i18n (0.6.9)
|
17
16
|
json (1.8.1)
|
18
|
-
jwt (1.0.0)
|
19
17
|
keen (0.8.2)
|
20
18
|
addressable (~> 2.3.5)
|
21
19
|
multi_json (~> 1.3)
|
22
|
-
mail (2.6.1)
|
23
|
-
mime-types (>= 1.16, < 3)
|
24
|
-
mime-types (2.3)
|
25
20
|
minitest (5.3.4)
|
26
21
|
multi_json (1.10.1)
|
27
|
-
pushpop (0.1.
|
22
|
+
pushpop (0.1.1)
|
28
23
|
clockwork
|
29
|
-
keen
|
30
24
|
rake (10.3.2)
|
31
25
|
rspec (3.0.0)
|
32
26
|
rspec-core (~> 3.0.0)
|
@@ -41,10 +35,6 @@ GEM
|
|
41
35
|
rspec-support (~> 3.0.0)
|
42
36
|
rspec-support (3.0.0)
|
43
37
|
thread_safe (0.3.4)
|
44
|
-
twilio-ruby (3.11.5)
|
45
|
-
builder (>= 2.1.2)
|
46
|
-
jwt (>= 0.1.2)
|
47
|
-
multi_json (>= 1.3.0)
|
48
38
|
tzinfo (1.2.1)
|
49
39
|
thread_safe (~> 0.1)
|
50
40
|
|
@@ -53,8 +43,6 @@ PLATFORMS
|
|
53
43
|
|
54
44
|
DEPENDENCIES
|
55
45
|
keen
|
56
|
-
mail
|
57
46
|
pushpop
|
58
47
|
rake
|
59
48
|
rspec
|
60
|
-
twilio-ruby
|
data/lib/pushpop-keen/version.rb
CHANGED