pushpop-keen 0.1.0 → 0.1.1

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.
data/Gemfile CHANGED
@@ -6,6 +6,4 @@ gem 'keen'
6
6
  group :development, :test do
7
7
  gem 'rake'
8
8
  gem 'rspec'
9
- gem 'mail'
10
- gem 'twilio-ruby'
11
9
  end
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.0)
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
@@ -1,5 +1,5 @@
1
1
  module Pushpop
2
2
  class Keen
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushpop-keen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: