gopro 0.0.1pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +3 -0
- data/gopro.gemspec +11 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: a1e4b34d1bc2cc2027b915e0032b13b7ff7ac211
|
4
|
+
data.tar.gz: c00b1dfb3ae157ac7782f04fffdc9957af75fa7c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 9d80300cca01699b52f102eb164f31ef288bcebd61cef37d2bbb599ee4790fedeeb5115589ee54c31e37b1b08557823088bc4758c30463aa275eb40ace9bf811
|
7
|
+
data.tar.gz: ac879de11e6b3c01566d97d7d76d15136a56d281e739189aae13b483ac9c8d0d8e4990c172f313836083a4fe0d34e5cade4f856fc2a9adcccdef9b8c96711bfd
|
data/.gitignore
ADDED
data/gopro.gemspec
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = 'gopro'
|
3
|
+
s.version = '0.0.1pre'
|
4
|
+
s.license = 'GPL-3'
|
5
|
+
s.summary = 'A toolbox and library to interface with and control GoPro cameras.'
|
6
|
+
s.description = 'Control recording or grab/manage video on GoPro cameras over WiFi.'
|
7
|
+
s.authors = ['Rei Kagetsuki']
|
8
|
+
s.email = 'zero@genshin.org'
|
9
|
+
s.files = `git ls-files`.split("\n")
|
10
|
+
s.homepage = 'https://github.com/Kagetsuki/ruby-gopro'
|
11
|
+
end
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: gopro
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1pre
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Rei Kagetsuki
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-03-13 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Control recording or grab/manage video on GoPro cameras over WiFi.
|
14
|
+
email: zero@genshin.org
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- ".gitignore"
|
20
|
+
- gopro.gemspec
|
21
|
+
homepage: https://github.com/Kagetsuki/ruby-gopro
|
22
|
+
licenses:
|
23
|
+
- GPL-3
|
24
|
+
metadata: {}
|
25
|
+
post_install_message:
|
26
|
+
rdoc_options: []
|
27
|
+
require_paths:
|
28
|
+
- lib
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">"
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: 1.3.1
|
39
|
+
requirements: []
|
40
|
+
rubyforge_project:
|
41
|
+
rubygems_version: 2.4.5
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: A toolbox and library to interface with and control GoPro cameras.
|
45
|
+
test_files: []
|