vv 0.0.0.alpha.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4bcfa5a3a0a6024aec90286551d5efebf4f92f2b7d29c81ca84bafaa58b3fa8d
4
+ data.tar.gz: 82caa47101ece4903671ecae58194688f781dd943d27636ce80df018bea9b634
5
+ SHA512:
6
+ metadata.gz: bb5a73c6de2c899c41bd96c14846e3702f9cc88aa4065c913ef6e39b47446d69a4f0f1b02a82447d27583fa2c42e19f123a3840e5fc9662e906a31596f2c7b13
7
+ data.tar.gz: 751751b4244d15ea1b606f5dfea02c16d6455de53307874e438702d0d0d7b8b092d57a39196ef47b84265864c06924d8cf9a676c97614311f599b046869dfb74
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2018 Zach Aysan
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.markdown ADDED
@@ -0,0 +1,8 @@
1
+ # vv
2
+
3
+ Make ruby very v.
4
+
5
+ ## Contributing
6
+
7
+ Read through the short
8
+ [contributing guide](https://github.com/zachaysan/vv/blob/master/CONTRIBUTING.markdown).
data/lib/vv/version.rb ADDED
@@ -0,0 +1,3 @@
1
+ module VV
2
+ VERSION = '0.0.0.alpha.1'
3
+ end
data/spec/.gitkeep ADDED
File without changes
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vv
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0.alpha.1
5
+ platform: ruby
6
+ authors:
7
+ - Zach Aysan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-11-21 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '12'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '12'
27
+ description:
28
+ email:
29
+ - zachaysan@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE.txt
35
+ - README.markdown
36
+ - lib/vv/version.rb
37
+ - spec/.gitkeep
38
+ homepage: https://github.com/zachaysan/vv
39
+ licenses:
40
+ - MIT
41
+ metadata: {}
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">"
54
+ - !ruby/object:Gem::Version
55
+ version: 1.3.1
56
+ requirements: []
57
+ rubyforge_project:
58
+ rubygems_version: 2.7.7
59
+ signing_key:
60
+ specification_version: 4
61
+ summary: Make ruby very v
62
+ test_files:
63
+ - spec/.gitkeep