rubylabs 0.5.5 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ begin
11
11
  gem.email = "conery@cs.uoregon.edu"
12
12
  gem.homepage = "http://github.com/conery/rubylabs"
13
13
  gem.authors = ["conery"]
14
- gem.files = FileList['[A-Z]*', 'lib/**/*.rb', 'data/*', 'bin/**/*.rb']
14
+ gem.files = FileList['[A-Z]*', 'lib/**/*.rb', 'data/**', 'bin/**/*.rb']
15
15
  gem.test_files = FileList['test/**/*.rb']
16
16
  gem.rubyforge_project = "rubylabs"
17
17
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.5
1
+ 0.6.2