vile 0.0.1

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/README.md +6 -0
  3. data/vile.gemspec +17 -0
  4. metadata +48 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4e74730cd0bb16b3bd8591df2122a696e39c9997
4
+ data.tar.gz: 6ee981082d31ff453ab3b1ea43e29932624b80f4
5
+ SHA512:
6
+ metadata.gz: 070c902b77e26da14127c431c1c14f0d9619245b1dc648e959054ff373a1e7891f201e2d5eb4eb13a9c7ff23f2dc6444fd744b5dbab8bc1c2117a1b927c1a031
7
+ data.tar.gz: c7558a712e8c7bbdd70479206840d0af7827a25732b16a969c6d83dd7c7a0fb7ca0650f6eb9fe659552a59d1ab85cd3a23bc5e3f635fe818eba37766d65cc3c9
@@ -0,0 +1,6 @@
1
+ # Vile
2
+
3
+ Coming soon!
4
+
5
+ If you want this, just email me. I am working on a project that I think this name is ideal for,
6
+ but, if you already have something first, by all means. :-)
@@ -0,0 +1,17 @@
1
+ Gem::Specification.new do |spec|
2
+ spec.name = "vile"
3
+ spec.version = "0.0.1"
4
+ spec.authors = ["Brent Lintner"]
5
+ spec.email = ["brent.lintner@gmail.com"]
6
+ spec.summary = "Coming soon!"
7
+ spec.description = "If you want this, just email me. I am working on a project that I think this name is ideal for, but, if you already have something first, by all means. :-)"
8
+ spec.homepage = "https://github.com/brentlintner/vile"
9
+ spec.license = "n/a"
10
+
11
+ spec.files = [
12
+ "README.md",
13
+ "vile.gemspec"
14
+ ]
15
+
16
+ spec.required_ruby_version = ">= 2.0"
17
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: vile
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Brent Lintner
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-08-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: If you want this, just email me. I am working on a project that I think
14
+ this name is ideal for, but, if you already have something first, by all means.
15
+ :-)
16
+ email:
17
+ - brent.lintner@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - README.md
23
+ - vile.gemspec
24
+ homepage: https://github.com/brentlintner/vile
25
+ licenses:
26
+ - n/a
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '2.0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.4.8
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Coming soon!
48
+ test_files: []