rabbit-slide-oss-gate-introduction-japanese 2016.8.22.0
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 +7 -0
- data/.rabbit +1 -0
- data/README.md +38 -0
- data/Rakefile +17 -0
- data/about-oss-gate.md +83 -0
- data/config.yaml +22 -0
- data/images/oss-gate-border.svg +745 -0
- data/images/oss-gate-goal.svg +717 -0
- data/images/oss-gate-icon.svg +73 -0
- data/images/oss-gate-join-us.svg +662 -0
- data/images/oss-gate-pass-through.svg +957 -0
- data/images/oss-gate-support.svg +906 -0
- data/images/oss-gate-target.svg +753 -0
- data/images/oss-gate-workshop.svg +722 -0
- data/pdf/introduction-japanese-about-oss-gate.pdf +0 -0
- metadata +72 -0
Binary file
|
metadata
ADDED
@@ -0,0 +1,72 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-oss-gate-introduction-japanese
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2016.8.22.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- OSS Gate
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-08-21 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rabbit
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 2.0.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.0.2
|
27
|
+
description: OSS Gateを知らない人向けのOSS Gateの説明
|
28
|
+
email:
|
29
|
+
- kou+oss-gate@cozmixng.org
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files:
|
34
|
+
- ".rabbit"
|
35
|
+
- README.md
|
36
|
+
- Rakefile
|
37
|
+
- about-oss-gate.md
|
38
|
+
- config.yaml
|
39
|
+
- images/oss-gate-border.svg
|
40
|
+
- images/oss-gate-goal.svg
|
41
|
+
- images/oss-gate-icon.svg
|
42
|
+
- images/oss-gate-join-us.svg
|
43
|
+
- images/oss-gate-pass-through.svg
|
44
|
+
- images/oss-gate-support.svg
|
45
|
+
- images/oss-gate-target.svg
|
46
|
+
- images/oss-gate-workshop.svg
|
47
|
+
- pdf/introduction-japanese-about-oss-gate.pdf
|
48
|
+
homepage: http://slide.rabbit-shocker.org/authors/oss-gate/introduction-japanese/
|
49
|
+
licenses:
|
50
|
+
- CC BY-SA 4.0
|
51
|
+
metadata: {}
|
52
|
+
post_install_message:
|
53
|
+
rdoc_options: []
|
54
|
+
require_paths:
|
55
|
+
- lib
|
56
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '0'
|
61
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
62
|
+
requirements:
|
63
|
+
- - ">="
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '0'
|
66
|
+
requirements: []
|
67
|
+
rubyforge_project:
|
68
|
+
rubygems_version: 2.5.1
|
69
|
+
signing_key:
|
70
|
+
specification_version: 4
|
71
|
+
summary: OSS Gateの紹介
|
72
|
+
test_files: []
|