Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenh512 committed Dec 13, 2010
1 parent 23c9022 commit c46b1bc
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -15,4 +15,4 @@ tags
*.swp
*.gem
.project
Gemfile.lock

3 changes: 2 additions & 1 deletion Gemfile
@@ -1,4 +1,5 @@
# -*- encoding: utf-8 -*-
source "http://rubygems.org"

gemspec 'koala-rails'
gemspec

25 changes: 25 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,25 @@
PATH
remote: .
specs:
koala-rails (0.1.5)
koala (~> 0.9.0)

GEM
remote: http://rubygems.org/
specs:
json (1.4.6)
koala (0.9.1)
json
rake (0.8.7)
shoe (0.7.1)
rake (~> 0.8.7)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.0.7)
koala (~> 0.9.0)
koala-rails!
rake
shoe (~> 0.7.1)
5 changes: 0 additions & 5 deletions Rakefile
Expand Up @@ -5,8 +5,3 @@ require 'shoe'

Shoe::Tasks.define('koala-rails.gemspec')

begin
require 'sdoc_helpers'
rescue LoadError
puts "sdoc support not enabled. Please gem install sdoc-helpers."
end
10 changes: 4 additions & 6 deletions koala-rails.gemspec
Expand Up @@ -19,12 +19,9 @@ Gem::Specification.new do |s|
# If you have other dependencies, add them here
s.add_dependency("koala", "~> 0.9.0")

s.add_development_dependency("bundler", "~> 1.0.0.beta.5")
s.add_development_dependency("bundler", "~> 1.0.7")
s.add_development_dependency("rake")
s.add_development_dependency("shoe", "~> 0.6.2")
s.add_development_dependency("sdoc", "~> 0.2.19")
s.add_development_dependency("sdoc-helpers", "~> 0.1.4")
s.add_development_dependency("rdiscount", "~> 1.6.5")
s.add_development_dependency("shoe", "~> 0.7.1")

# If you need to check in files that aren't .rb files, add them here
s.files = Dir["{lib}/**/*.rb", "{lib}/**/*.tt", "LICENSE", "README.rdoc"]
Expand All @@ -41,4 +38,5 @@ Gem::Specification.new do |s|
s.rdoc_options << "--title" << "koala-rails" <<
"--main" << "README.rdoc" <<
"--inline-source" << "--line-numbers"
end
end

0 comments on commit c46b1bc

Please sign in to comment.