kinda-test 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.
Files changed (3) hide show
  1. data/README.rdoc +6 -0
  2. metadata +3 -3
  3. data/README +0 -1
data/README.rdoc ADDED
@@ -0,0 +1,6 @@
1
+ Author:: Manuel Vila (mailto:mvila@3base.com)
2
+ License:: Don't know yet
3
+
4
+ = Test
5
+
6
+ Hi there!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kinda-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Vila
@@ -20,10 +20,10 @@ executables: []
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
23
- - README
23
+ - README.rdoc
24
24
  files:
25
25
  - lib/test.rb
26
- - README
26
+ - README.rdoc
27
27
  has_rdoc: true
28
28
  homepage: http://github.com/kinda/test
29
29
  licenses:
data/README DELETED
@@ -1 +0,0 @@
1
- Hi there!