sony_camera_remote_api 0.1.1 → 0.1.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: 7ba7d1e1b188a89b32ac00f09022e38ee5d3dbcf
4
- data.tar.gz: 4112984f354c1a976bf2854c53a61f628cb24bd4
3
+ metadata.gz: 784641aee7781cafa88acca41c1fe988a07f3d99
4
+ data.tar.gz: dc40db5795ece5ab508ab44e4c32b2142c36e681
5
5
  SHA512:
6
- metadata.gz: 69d588186eef16daba33ce7c752c2cd9ec6a6e2ca1e720072c1468e3982262d811483c6f58392172ac4e16f192ac28ca431ab3c8606078ef33259f225afafcd2
7
- data.tar.gz: 6c1368088275f231ca69f159ca888b627f259f4b275067a537edd70d640bc9a1265cc4285b26ed6151a0fe471ef720b46e2f58508d7f946b93e50b0e8c24f097
6
+ metadata.gz: 42a7ea2efc0ccac333ad983b314def134a736be087c6cdd791fee181f6c973dcafec850732f02beedb2e16615ec34f02dd14be15e35a2094b0f0c39533e0b04d
7
+ data.tar.gz: 94de8273f23ab4d41ad53553d252df9d8bd45c6b9d6a6e1809ceab78f6b019e442ad2f6386fa7fd62b2a7ad3fbe88031e798f9bf721cffec430d2c05f7ea10c4
@@ -1,3 +1,3 @@
1
1
  module SonyCameraRemoteAPI
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sony_camera_remote_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kota65535
@@ -178,7 +178,6 @@ files:
178
178
  - ".travis.yml"
179
179
  - CODE_OF_CONDUCT.md
180
180
  - Gemfile
181
- - Gemfile.lock
182
181
  - LICENSE
183
182
  - README.md
184
183
  - Rakefile
@@ -1,78 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- sony_camera_remote_api (0.1.0)
5
- activesupport
6
- bindata
7
- frisky
8
- highline
9
- httpclient
10
- nokogiri
11
- thor
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- activesupport (5.0.0.1)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (~> 0.7)
19
- minitest (~> 5.1)
20
- tzinfo (~> 1.1)
21
- bindata (2.3.3)
22
- concurrent-ruby (1.0.2)
23
- diff-lcs (1.2.5)
24
- docile (1.1.5)
25
- em-synchrony (1.0.5)
26
- eventmachine (>= 1.0.0.beta.1)
27
- eventmachine (1.2.0.1)
28
- frisky (0.1.2)
29
- em-synchrony
30
- eventmachine (>= 1.0.0)
31
- log_switch (~> 1.0.0)
32
- highline (1.7.8)
33
- httpclient (2.8.2.4)
34
- i18n (0.7.0)
35
- json (2.0.2)
36
- log_switch (1.0.0)
37
- mini_portile2 (2.1.0)
38
- minitest (5.9.0)
39
- nokogiri (1.6.8)
40
- mini_portile2 (~> 2.1.0)
41
- pkg-config (~> 1.1.7)
42
- pkg-config (1.1.7)
43
- rake (10.5.0)
44
- rspec (3.5.0)
45
- rspec-core (~> 3.5.0)
46
- rspec-expectations (~> 3.5.0)
47
- rspec-mocks (~> 3.5.0)
48
- rspec-core (3.5.3)
49
- rspec-support (~> 3.5.0)
50
- rspec-expectations (3.5.0)
51
- diff-lcs (>= 1.2.0, < 2.0)
52
- rspec-support (~> 3.5.0)
53
- rspec-mocks (3.5.0)
54
- diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.5.0)
56
- rspec-support (3.5.0)
57
- simplecov (0.12.0)
58
- docile (~> 1.1.0)
59
- json (>= 1.8, < 3)
60
- simplecov-html (~> 0.10.0)
61
- simplecov-html (0.10.0)
62
- thor (0.19.1)
63
- thread_safe (0.3.5)
64
- tzinfo (1.2.2)
65
- thread_safe (~> 0.1)
66
-
67
- PLATFORMS
68
- ruby
69
-
70
- DEPENDENCIES
71
- bundler (~> 1.11)
72
- rake (~> 10.0)
73
- rspec (~> 3.5)
74
- simplecov
75
- sony_camera_remote_api!
76
-
77
- BUNDLED WITH
78
- 1.13.0