mina-skype 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/Gemfile +2 -0
- data/lib/mina/skype/version.rb +1 -1
- metadata +2 -3
- data/Gemfile.lock +0 -67
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1141693d40ff1a3d246e27a3085e393c7bb948ac
|
4
|
+
data.tar.gz: b3dd997ef322d33d44a00b47593ca47662c01a2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70769f299aa02649bf9bb0ee7cff151178d521e1989b1c4117301cef4de91973b1cf7313cdd30a417bdeeb768caa1e6ec7f958b0c04b93afd1f5bec42c58ee61
|
7
|
+
data.tar.gz: 49eb3005feb24f1d0f8f2b6df2e27a345b4537ddeb8960edfa0039b00c8f9d5123dbbc5ecb76dd0c6a623dd133a643c97d318be15c00f7b734dbab15335a6fa5
|
data/.gitignore
CHANGED
data/Gemfile
CHANGED
data/lib/mina/skype/version.rb
CHANGED
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.
|
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-
|
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
|