mojombo / jekyll
- Source
- Commits
- Network (263)
- Issues (78)
- Downloads (13)
- Wiki (16)
- Graphs
-
Tree:
f1c8e38
jekyll / jekyll.gemspec
| 2b820aee » | mojombo | 2009-02-03 | 1 | # -*- encoding: utf-8 -*- | |
| 2 | |||||
| 58698d3e » | JackDanger | 2008-11-19 | 3 | Gem::Specification.new do |s| | |
| 4 | s.name = %q{jekyll} | ||||
| f1c8e388 » | qrush | 2009-06-24 | 5 | s.version = "0.5.2" | |
| 58698d3e » | JackDanger | 2008-11-19 | 6 | ||
| 7 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||||
| 8 | s.authors = ["Tom Preston-Werner"] | ||||
| f1c8e388 » | qrush | 2009-06-24 | 9 | s.date = %q{2009-06-24} | |
| 8147c317 » | mojombo | 2009-02-10 | 10 | s.default_executable = %q{jekyll} | |
| 2b820aee » | mojombo | 2009-02-03 | 11 | s.description = %q{Jekyll is a simple, blog aware, static site generator.} | |
| 12 | s.email = %q{tom@mojombo.com} | ||||
| 8147c317 » | mojombo | 2009-02-10 | 13 | s.executables = ["jekyll"] | |
| 93e72407 » | technicalpickles | 2009-04-04 | 14 | s.extra_rdoc_files = [ | |
| 15 | "README.textile" | ||||
| 16 | ] | ||||
| 17 | s.files = [ | ||||
| f1c8e388 » | qrush | 2009-06-24 | 18 | ".gitignore", | |
| 19 | "History.txt", | ||||
| 20 | "README.textile", | ||||
| 21 | "Rakefile", | ||||
| 22 | "VERSION.yml", | ||||
| 23 | "bin/jekyll", | ||||
| 24 | "features/create_sites.feature", | ||||
| 25 | "features/embed_filters.feature", | ||||
| 26 | "features/pagination.feature", | ||||
| 27 | "features/permalinks.feature", | ||||
| 28 | "features/post_data.feature", | ||||
| 29 | "features/site_configuration.feature", | ||||
| 30 | "features/site_data.feature", | ||||
| 31 | "features/step_definitions/jekyll_steps.rb", | ||||
| 32 | "features/support/env.rb", | ||||
| 33 | "jekyll.gemspec", | ||||
| 34 | "lib/jekyll.rb", | ||||
| 35 | "lib/jekyll/albino.rb", | ||||
| 36 | "lib/jekyll/converters/csv.rb", | ||||
| 37 | "lib/jekyll/converters/mephisto.rb", | ||||
| 38 | "lib/jekyll/converters/mt.rb", | ||||
| 39 | "lib/jekyll/converters/textpattern.rb", | ||||
| 40 | "lib/jekyll/converters/typo.rb", | ||||
| 41 | "lib/jekyll/converters/wordpress.rb", | ||||
| 42 | "lib/jekyll/convertible.rb", | ||||
| 43 | "lib/jekyll/core_ext.rb", | ||||
| 44 | "lib/jekyll/filters.rb", | ||||
| 45 | "lib/jekyll/layout.rb", | ||||
| 46 | "lib/jekyll/page.rb", | ||||
| 47 | "lib/jekyll/pager.rb", | ||||
| 48 | "lib/jekyll/post.rb", | ||||
| 49 | "lib/jekyll/site.rb", | ||||
| 50 | "lib/jekyll/tags/highlight.rb", | ||||
| 51 | "lib/jekyll/tags/include.rb", | ||||
| 52 | "test/helper.rb", | ||||
| 53 | "test/source/_includes/sig.markdown", | ||||
| 54 | "test/source/_layouts/default.html", | ||||
| 55 | "test/source/_layouts/simple.html", | ||||
| 56 | "test/source/_posts/2008-02-02-not-published.textile", | ||||
| 57 | "test/source/_posts/2008-02-02-published.textile", | ||||
| 58 | "test/source/_posts/2008-10-18-foo-bar.textile", | ||||
| 59 | "test/source/_posts/2008-11-21-complex.textile", | ||||
| 60 | "test/source/_posts/2008-12-03-permalinked-post.textile", | ||||
| 61 | "test/source/_posts/2008-12-13-include.markdown", | ||||
| 62 | "test/source/_posts/2009-01-27-array-categories.textile", | ||||
| 63 | "test/source/_posts/2009-01-27-categories.textile", | ||||
| 64 | "test/source/_posts/2009-01-27-category.textile", | ||||
| 65 | "test/source/_posts/2009-03-12-hash-#1.markdown", | ||||
| 66 | "test/source/_posts/2009-05-18-tag.textile", | ||||
| 67 | "test/source/_posts/2009-05-18-tags.textile", | ||||
| 68 | "test/source/_posts/2009-06-22-empty-yaml.textile", | ||||
| 69 | "test/source/_posts/2009-06-22-no-yaml.textile", | ||||
| 70 | "test/source/about.html", | ||||
| 71 | "test/source/category/_posts/2008-9-23-categories.textile", | ||||
| 72 | "test/source/contacts.html", | ||||
| 73 | "test/source/css/screen.css", | ||||
| 74 | "test/source/foo/_posts/bar/2008-12-12-topical-post.textile", | ||||
| 75 | "test/source/index.html", | ||||
| 76 | "test/source/win/_posts/2009-05-24-yaml-linebreak.markdown", | ||||
| 77 | "test/source/z_category/_posts/2008-9-23-categories.textile", | ||||
| 78 | "test/suite.rb", | ||||
| 79 | "test/test_configuration.rb", | ||||
| 80 | "test/test_filters.rb", | ||||
| 81 | "test/test_generated_site.rb", | ||||
| 82 | "test/test_page.rb", | ||||
| 83 | "test/test_pager.rb", | ||||
| 84 | "test/test_post.rb", | ||||
| 85 | "test/test_site.rb", | ||||
| 86 | "test/test_tags.rb" | ||||
| 93e72407 » | technicalpickles | 2009-04-04 | 87 | ] | |
| 2b820aee » | mojombo | 2009-02-03 | 88 | s.homepage = %q{http://github.com/mojombo/jekyll} | |
| 93e72407 » | technicalpickles | 2009-04-04 | 89 | s.rdoc_options = ["--charset=UTF-8"] | |
| 58698d3e » | JackDanger | 2008-11-19 | 90 | s.require_paths = ["lib"] | |
| 91 | s.rubyforge_project = %q{jekyll} | ||||
| f1c8e388 » | qrush | 2009-06-24 | 92 | s.rubygems_version = %q{1.3.4} | |
| 58698d3e » | JackDanger | 2008-11-19 | 93 | s.summary = %q{Jekyll is a simple, blog aware, static site generator.} | |
| 93e72407 » | technicalpickles | 2009-04-04 | 94 | s.test_files = [ | |
| 95 | "test/helper.rb", | ||||
| f1c8e388 » | qrush | 2009-06-24 | 96 | "test/suite.rb", | |
| 97 | "test/test_configuration.rb", | ||||
| 98 | "test/test_filters.rb", | ||||
| 99 | "test/test_generated_site.rb", | ||||
| 100 | "test/test_page.rb", | ||||
| 101 | "test/test_pager.rb", | ||||
| 102 | "test/test_post.rb", | ||||
| 103 | "test/test_site.rb", | ||||
| 104 | "test/test_tags.rb" | ||||
| 93e72407 » | technicalpickles | 2009-04-04 | 105 | ] | |
| 58698d3e » | JackDanger | 2008-11-19 | 106 | ||
| 107 | if s.respond_to? :specification_version then | ||||
| 108 | current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION | ||||
| f1c8e388 » | qrush | 2009-06-24 | 109 | s.specification_version = 3 | |
| 58698d3e » | JackDanger | 2008-11-19 | 110 | ||
| 111 | if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then | ||||
| f1c8e388 » | qrush | 2009-06-24 | 112 | s.add_runtime_dependency(%q<RedCloth>, [">= 4.2.1"]) | |
| 2b820aee » | mojombo | 2009-02-03 | 113 | s.add_runtime_dependency(%q<liquid>, [">= 1.9.0"]) | |
| 114 | s.add_runtime_dependency(%q<classifier>, [">= 1.3.1"]) | ||||
| 115 | s.add_runtime_dependency(%q<maruku>, [">= 0.5.9"]) | ||||
| 116 | s.add_runtime_dependency(%q<directory_watcher>, [">= 1.1.1"]) | ||||
| 117 | s.add_runtime_dependency(%q<open4>, [">= 0.9.6"]) | ||||
| 58698d3e » | JackDanger | 2008-11-19 | 118 | else | |
| f1c8e388 » | qrush | 2009-06-24 | 119 | s.add_dependency(%q<RedCloth>, [">= 4.2.1"]) | |
| 2b820aee » | mojombo | 2009-02-03 | 120 | s.add_dependency(%q<liquid>, [">= 1.9.0"]) | |
| 121 | s.add_dependency(%q<classifier>, [">= 1.3.1"]) | ||||
| 122 | s.add_dependency(%q<maruku>, [">= 0.5.9"]) | ||||
| 123 | s.add_dependency(%q<directory_watcher>, [">= 1.1.1"]) | ||||
| 124 | s.add_dependency(%q<open4>, [">= 0.9.6"]) | ||||
| 58698d3e » | JackDanger | 2008-11-19 | 125 | end | |
| 126 | else | ||||
| f1c8e388 » | qrush | 2009-06-24 | 127 | s.add_dependency(%q<RedCloth>, [">= 4.2.1"]) | |
| 2b820aee » | mojombo | 2009-02-03 | 128 | s.add_dependency(%q<liquid>, [">= 1.9.0"]) | |
| 129 | s.add_dependency(%q<classifier>, [">= 1.3.1"]) | ||||
| 130 | s.add_dependency(%q<maruku>, [">= 0.5.9"]) | ||||
| 131 | s.add_dependency(%q<directory_watcher>, [">= 1.1.1"]) | ||||
| 132 | s.add_dependency(%q<open4>, [">= 0.9.6"]) | ||||
| 58698d3e » | JackDanger | 2008-11-19 | 133 | end | |
| 134 | end | ||||
