Skip to content

Commit

Permalink
Add compatibility with rubygems-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Feb 2, 2011
1 parent e689b36 commit 2d48a55
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Empty file added .gemtest
Empty file.
5 changes: 1 addition & 4 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
markdownizer (0.0.1)
markdownizer (0.1.0)
activerecord (~> 3.0.3)
coderay
rdiscount
Expand Down Expand Up @@ -39,8 +39,5 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.0.3)
coderay
markdownizer!
rdiscount
rspec (~> 2.4.0)
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -8,3 +8,4 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
end

task :default => :spec
task :test => [:spec]
2 changes: 1 addition & 1 deletion lib/markdownizer/version.rb
@@ -1,3 +1,3 @@
module Markdownizer
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 2d48a55

Please sign in to comment.