jsgarvin-flibberty 0.0.3 → 0.0.4

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/Rakefile +1 -1
  2. data/test/flibberty_test.rb +3 -0
  3. metadata +4 -3
data/Rakefile CHANGED
@@ -39,7 +39,7 @@ end
39
39
 
40
40
  spec = Gem::Specification.new do |s|
41
41
  s.name = %q{flibberty}
42
- s.version = "0.0.3"
42
+ s.version = "0.0.4"
43
43
  s.summary = %q{flibberty is useless.}
44
44
  s.description = %q{flibberty is a useless gem to test creating gems.}
45
45
  s.homepage = 'http://5valleys.com'
@@ -0,0 +1,3 @@
1
+ class FlibbertyTest
2
+
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsgarvin-flibberty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Garvin
@@ -25,6 +25,7 @@ files:
25
25
  - Rakefile
26
26
  - README.textile
27
27
  - lib/flibberty.rb
28
+ - test/flibberty_test.rb
28
29
  has_rdoc: true
29
30
  homepage: http://5valleys.com
30
31
  post_install_message:
@@ -54,5 +55,5 @@ rubygems_version: 1.2.0
54
55
  signing_key:
55
56
  specification_version: 2
56
57
  summary: flibberty is useless.
57
- test_files: []
58
-
58
+ test_files:
59
+ - test/flibberty_test.rb