virus 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +4 -0
  2. data/lib/virus/version.rb +1 -1
  3. data/virus.gemspec +3 -8
  4. metadata +5 -3
@@ -0,0 +1,4 @@
1
+ # VIRUS #
2
+
3
+ Defines a class called `Virus` that you can extend to make
4
+ your very own computer virus.
@@ -1,3 +1,3 @@
1
1
  module Virus
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -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 = ['Me Todo']
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
- s.description = "Not a virus."
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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Me Todo
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: Not a virus.
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: []