raido 0.0.1pre

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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/raido.gemspec +12 -0
  4. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 073430d2ced6aa2058c65817c6040e556bc2bca3
4
+ data.tar.gz: 07705d2cd8f47f595686ff45bace013021d0a5ea
5
+ SHA512:
6
+ metadata.gz: 14d21390dc538295ee4de11931d806cd4a59f3989885e6d5d120057fca4d0679838ad4cf00b656b20dbab83305df30bd5bdb6d87327c2b47fdea56c29159fdf1
7
+ data.tar.gz: 56ca3e30db8df55f4bbf9464b33aa271de372e92dfbe31cce65d6f73e74fcd3187128b01cc9bbf7621e39412ab9c4cfed3e066d7e8cfe0f122af0554e369bf30
@@ -0,0 +1,3 @@
1
+ *.swo
2
+ *.swp
3
+ *.gem
@@ -0,0 +1,12 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'raido'
3
+ s.version = '0.0.1pre'
4
+ s.license = 'GPL-3'
5
+ s.summary = 'Drive-recording data integration tool for motorsports.'
6
+ s.description = 'Integrate video footage, GPS and Accelerometer data.' +
7
+ '※This is a WIP, and will be implemented after the GoPro gem is working.'
8
+ s.authors = ['Rei Kagetsuki']
9
+ s.email = 'zero@genshin.org'
10
+ s.files = `git ls-files`.split("\n")
11
+ s.homepage = 'https://github.com/Kagetsuki/raido'
12
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: raido
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: Integrate video footage, GPS and Accelerometer data.※This is a WIP, and
14
+ will be implemented after the GoPro gem is working.
15
+ email: zero@genshin.org
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".gitignore"
21
+ - raido.gemspec
22
+ homepage: https://github.com/Kagetsuki/raido
23
+ licenses:
24
+ - GPL-3
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">"
38
+ - !ruby/object:Gem::Version
39
+ version: 1.3.1
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.4.5
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Drive-recording data integration tool for motorsports.
46
+ test_files: []