Skip to content

Commit

Permalink
Merge pull request #157 from grosser/gemfile
Browse files Browse the repository at this point in the history
Gemfile
  • Loading branch information
Vicent Martí committed Sep 24, 2012
2 parents cfb7e0f + f8e8ccd commit 197f05f
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -6,7 +6,5 @@ rvm:
- ruby-head
- ree

gemfile: Gemfile.ci

notifications:
email: false
2 changes: 2 additions & 0 deletions Gemfile
@@ -0,0 +1,2 @@
source :rubygems
gemspec
3 changes: 0 additions & 3 deletions Gemfile.ci

This file was deleted.

20 changes: 20 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,20 @@
PATH
remote: .
specs:
redcarpet (2.1.1)

GEM
remote: http://rubygems.org/
specs:
nokogiri (1.5.5)
rake (0.9.2.2)
rake-compiler (0.8.1)
rake

PLATFORMS
ruby

DEPENDENCIES
nokogiri
rake-compiler
redcarpet!
4 changes: 4 additions & 0 deletions README.markdown
Expand Up @@ -311,6 +311,10 @@ that's a maintance nightmare and won't work.
On a related topic: if your Markdown gem has a `lib/markdown.rb` file that
monkeypatches the Markdown class, you're a terrible human being. Just saying.
Testing
-------
Tests run a lot faster without `bundle exec` :)
Boring legal stuff
------------------
Expand Down
1 change: 1 addition & 0 deletions redcarpet.gemspec
Expand Up @@ -47,5 +47,6 @@ Gem::Specification.new do |s|
s.extensions = ["ext/redcarpet/extconf.rb"]
s.executables = ["redcarpet"]
s.require_paths = ["lib"]
s.add_development_dependency "nokogiri"
s.add_development_dependency "rake-compiler"
end

0 comments on commit 197f05f

Please sign in to comment.