Skip to content

Commit

Permalink
Merge pull request welaika#82 from delphaber/master
Browse files Browse the repository at this point in the history
explicitly add gems and class dependencies, update .gitignore
  • Loading branch information
delphaber committed Apr 9, 2014
2 parents ee6deea + 1c706d7 commit 5b8d187
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 63 deletions.
19 changes: 16 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
tmp/*
pkg/*
.DS_Store
*.gem
*.rbc
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
1 change: 1 addition & 0 deletions .ruby-gemset
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wordmove
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

59 changes: 0 additions & 59 deletions Gemfile.lock

This file was deleted.

1 change: 1 addition & 0 deletions lib/wordmove/deployer/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'wordmove/wordpress_directory'
require 'wordmove/sql_adapter'
require 'escape'
require 'yaml'

module Wordmove
module Deployer
Expand Down
1 change: 1 addition & 0 deletions wordmove.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "activesupport"
gem.add_dependency "i18n"
gem.add_dependency "photocopier", "~> 0.0.10"
gem.add_dependency "escape"

gem.add_development_dependency "rspec"

Expand Down

0 comments on commit 5b8d187

Please sign in to comment.