mina-skype 0.1.5 → 0.1.6

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: e301bdf655b581106e65e8a54f87ea60015bb7d8
4
- data.tar.gz: 22589a8113fafb575041d6dc5fae133b805c1049
3
+ metadata.gz: 1141693d40ff1a3d246e27a3085e393c7bb948ac
4
+ data.tar.gz: b3dd997ef322d33d44a00b47593ca47662c01a2f
5
5
  SHA512:
6
- metadata.gz: d877311738757e363d5eb99cb34c94cfa115fde65730a40dbb24dc849ce5817e4487d3c4f49f7392fece35b6b934013fb8e5cf7513fc32bde3e3b82ec68adad7
7
- data.tar.gz: 50e677e0908bf74ecc930db00125711771ee49fa1f82bc6e2ce926688d52db39b3d3a0aed2dd4110e5c73fb72afcf37041a8e3a24cb4da55be55ab75b458780d
6
+ metadata.gz: 70769f299aa02649bf9bb0ee7cff151178d521e1989b1c4117301cef4de91973b1cf7313cdd30a417bdeeb768caa1e6ec7f958b0c04b93afd1f5bec42c58ee61
7
+ data.tar.gz: 49eb3005feb24f1d0f8f2b6df2e27a345b4537ddeb8960edfa0039b00c8f9d5123dbbc5ecb76dd0c6a623dd133a643c97d318be15c00f7b734dbab15335a6fa5
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ Gemfile.lock
data/Gemfile CHANGED
@@ -4,3 +4,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
5
5
  # Specify your gem's dependencies in mina-skype.gemspec
6
6
  gemspec
7
+
8
+ gem 'skype_bot', github: 'starchow/skype_bot'
@@ -1,5 +1,5 @@
1
1
  module Mina
2
2
  module Skype
3
- VERSION = '0.1.5'
3
+ VERSION = '0.1.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-skype
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Star Chow
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-29 00:00:00.000000000 Z
11
+ date: 2018-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -91,7 +91,6 @@ files:
91
91
  - ".rspec"
92
92
  - ".travis.yml"
93
93
  - Gemfile
94
- - Gemfile.lock
95
94
  - README.md
96
95
  - Rakefile
97
96
  - bin/console
data/Gemfile.lock DELETED
@@ -1,67 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- mina-skype (0.1.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- activesupport (5.2.0)
10
- concurrent-ruby (~> 1.0, >= 1.0.2)
11
- i18n (>= 0.7, < 2)
12
- minitest (~> 5.1)
13
- tzinfo (~> 1.1)
14
- concurrent-ruby (1.0.5)
15
- diff-lcs (1.3)
16
- ethon (0.11.0)
17
- ffi (>= 1.3.0)
18
- faraday (0.9.2)
19
- multipart-post (>= 1.2, < 3)
20
- ffi (1.9.25)
21
- i18n (1.0.1)
22
- concurrent-ruby (~> 1.0)
23
- mina (1.2.3)
24
- open4 (~> 1.3.4)
25
- rake
26
- minitest (5.11.3)
27
- multipart-post (2.0.0)
28
- open4 (1.3.4)
29
- rake (10.5.0)
30
- rspec (3.7.0)
31
- rspec-core (~> 3.7.0)
32
- rspec-expectations (~> 3.7.0)
33
- rspec-mocks (~> 3.7.0)
34
- rspec-core (3.7.1)
35
- rspec-support (~> 3.7.0)
36
- rspec-expectations (3.7.0)
37
- diff-lcs (>= 1.2.0, < 2.0)
38
- rspec-support (~> 3.7.0)
39
- rspec-mocks (3.7.0)
40
- diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.7.0)
42
- rspec-support (3.7.1)
43
- skype_bot (0.0.7)
44
- activesupport
45
- faraday (~> 0.9.2)
46
- thor
47
- typhoeus (~> 1.0)
48
- thor (0.20.0)
49
- thread_safe (0.3.6)
50
- typhoeus (1.3.0)
51
- ethon (>= 0.9.0)
52
- tzinfo (1.2.5)
53
- thread_safe (~> 0.1)
54
-
55
- PLATFORMS
56
- ruby
57
-
58
- DEPENDENCIES
59
- bundler (~> 1.16)
60
- mina
61
- mina-skype!
62
- rake (~> 10.0)
63
- rspec (~> 3.0)
64
- skype_bot
65
-
66
- BUNDLED WITH
67
- 1.16.1