public
Rubygem
Description: A helper method for loading files during test
Clone URL: git://github.com/technicalpickles/file_fixture.git
Updated .gemspec.
Mon Jul 14 08:18:20 -0700 2008
commit  91b234a61f2f08a8a9a8d4ee29018a78dacaa015
tree    a9ddb32e4bc7a1857eaaf35592c5b7a3abc34bd5
parent  a7d560076d6eff4827a13b901b0ed01db0888e54
...
1
2
3
 
4
5
6
7
8
9
10
11
 
 
12
13
14
...
1
2
 
3
4
5
6
7
8
9
 
 
10
11
12
13
14
0
@@ -1,14 +1,14 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{file_fixture}
0
- s.version = "0.1.0"
0
+ s.version = "0.1.1"
0
 
0
   s.required_rubygems_version = Gem::Requirement.new("= 1.2") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["Josh Nichols"]
0
   s.date = %q{2008-07-14}
0
   s.description = %q{A helper method for loading files during test}
0
   s.email = %q{josh@technicalpickles.com}
0
- s.extra_rdoc_files = ["lib/file_fixture/test_unit.rb", "lib/file_fixture.rb"]
0
- s.files = ["lib/file_fixture/test_unit.rb", "lib/file_fixture.rb", "Manifest", "Rakefile", "file_fixture.gemspec"]
0
+ s.extra_rdoc_files = ["lib/file_fixture/test_unit.rb", "lib/file_fixture.rb", "LICENSE", "README.markdown"]
0
+ s.files = ["file_fixture.gemspec", "lib/file_fixture/test_unit.rb", "lib/file_fixture.rb", "LICENSE", "Manifest", "Rakefile", "README.markdown"]
0
   s.has_rdoc = true
0
   s.homepage = %q{http://technicalpickles.com}
0
   s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "File_fixture", "--main", "README.markdown"]

Comments

    No one has commented yet.