public
Rubygem
Description: BlueCloth's evil twin - convert HTML into Markdown
Homepage: http://www.craigjolicoeur.com/clothblue
Clone URL: git://github.com/cpjolicoeur/clothblue.git
Search Repo:
Click here to lend your support to: clothblue and make a donation at www.pledgie.com !
update to gemspec file
cpjolicoeur (author)
Wed May 14 13:02:17 -0700 2008
commit  0a17b5c6b2904eaa5e5edb878d6bace45789b958
tree    aae35d8d7e3c80b7186fff44bec019083c487b3f
parent  b5a1b4027c81826868588783fbc47cff854bb0cf
...
1
2
3
4
 
5
6
7
8
9
10
11
12
13
14
15
 
 
 
16
...
1
2
3
 
4
5
6
7
8
9
10
 
 
 
 
 
11
12
13
14
0
@@ -1,17 +1,15 @@
0
 Gem::Specification.new do |s|
0
   s.name = "ClothBlue"
0
   s.version = "0.2.1"
0
- s.date = "2008-05-13"
0
+ s.date = "Time.now"
0
   s.summary = "HTML to Markdown converter"
0
   s.email = "cpjolicoeur@gmail.com"
0
   s.homepage = "http://github.com/cpjolicoeur/clothblue"
0
   s.description = "ClothBlue is BlueCloth's evil twin. It converts existing HTML into Markdown format for use with BlueCloth."
0
   s.has_rdoc = true
0
   s.authors = ["Craig P Jolicoeur"]
0
-# s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "grit.gemspec", "lib/grit.rb", "lib/grit/actor.rb", "lib/grit/blob.rb", "lib/grit/commit.rb", "lib/grit/config.rb", "lib/grit/diff.rb", "lib/grit/errors.rb", "lib/grit/git.rb", "lib/grit/head.rb", "lib/grit/lazy.rb", "lib/grit/repo.rb", "lib/grit/tag.rb", "lib/grit/tree.rb", "test/fixtures/blame", "test/fixtures/cat_file_blob", "test/fixtures/cat_file_blob_size", "test/fixtures/diff_2", "test/fixtures/diff_2f", "test/fixtures/diff_f", "test/fixtures/diff_i", "test/fixtures/diff_mode_only", "test/fixtures/diff_new_mode", "test/fixtures/diff_p", "test/fixtures/for_each_ref", "test/fixtures/for_each_ref_tags", "test/fixtures/ls_tree_a", "test/fixtures/ls_tree_b", "test/fixtures/ls_tree_commit", "test/fixtures/rev_list", "test/fixtures/rev_list_count", "test/fixtures/rev_list_single", "test/fixtures/rev_parse", "test/fixtures/show_empty_commit", "test/fixtures/simple_config", "test/helper.rb", "test/profile.rb", "test/suite.rb", "test/test_actor.rb", "test/test_blob.rb", "test/test_commit.rb", "test/test_config.rb", "test/test_diff.rb", "test/test_git.rb", "test/test_head.rb", "test/test_reality.rb", "test/test_repo.rb", "test/test_tag.rb", "test/test_tree.rb", "test/test_real.rb"]
0
-# s.test_files = ["test/test_actor.rb", "test/test_blob.rb", "test/test_commit.rb", "test/test_config.rb", "test/test_diff.rb", "test/test_git.rb", "test/test_head.rb", "test/test_real.rb", "test/test_reality.rb", "test/test_repo.rb", "test/test_tag.rb", "test/test_tree.rb"]
0
-# s.rdoc_options = ["--main", "README.txt"]
0
-# s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
0
- s.add_dependency("mime-types", ["> 0.0.0"])
0
+ s.files = ["README", "TODO", "clothblue.gemspec", "lib/clothblue.rb", "lib/README.rdoc", "test/README", "test/test_entities.rb", "test/test_formatting.rb", "test/test_headings.rb", "test/test_lists.rb", "test/test_structure.rb", "test/test_tables.rb"]
0
+ s.test_files = ["test/test_entities.rb", "test/test_formatting.rb", "test/test_headings.rb", "test/test_lists.rb", "test/test_structure.rb", "test/test_tables.rb"]
0
+ s.rdoc_options = ["--main", "lib/README.rdoc"]
0
 end

Comments

    No one has commented yet.