virus 0.0.1 → 0.0.2
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.
- data/README.md +4 -0
- data/lib/virus/version.rb +1 -1
- data/virus.gemspec +3 -8
- metadata +5 -3
data/README.md
ADDED
data/lib/virus/version.rb
CHANGED
data/virus.gemspec
CHANGED
|
@@ -9,15 +9,10 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.date = "2012-08-09"
|
|
10
10
|
s.summary = "Virus"
|
|
11
11
|
s.email = "patnakajima@gmail.com"
|
|
12
|
-
s.authors = ['
|
|
12
|
+
s.authors = ['Pat Nakajima']
|
|
13
|
+
s.description = "Defines a class called `Virus` that you can extend to make your very own computer virus."
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
dependencies = [
|
|
17
|
-
# Examples:
|
|
18
|
-
# [:runtime, "rack", "~> 1.1"],
|
|
19
|
-
# [:development, "rspec", "~> 2.1"],
|
|
20
|
-
]
|
|
15
|
+
dependencies = []
|
|
21
16
|
|
|
22
17
|
s.files = Dir['**/*']
|
|
23
18
|
s.test_files = Dir['test/**/*'] + Dir['spec/**/*']
|
metadata
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: virus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Pat Nakajima
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-08-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
14
|
+
description: Defines a class called `Virus` that you can extend to make your very
|
|
15
|
+
own computer virus.
|
|
15
16
|
email: patnakajima@gmail.com
|
|
16
17
|
executables: []
|
|
17
18
|
extensions: []
|
|
@@ -19,6 +20,7 @@ extra_rdoc_files: []
|
|
|
19
20
|
files:
|
|
20
21
|
- lib/virus/version.rb
|
|
21
22
|
- lib/virus.rb
|
|
23
|
+
- README.md
|
|
22
24
|
- virus.gemspec
|
|
23
25
|
homepage:
|
|
24
26
|
licenses: []
|