Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bundler packaging and publishing system
  • Loading branch information
marksim committed Feb 10, 2012
1 parent 1fe4bb4 commit d3bead5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
pkg
.rake-tasks~
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,3 +1,5 @@
source :rubygems source :rubygems


gemspec gemspec

gem 'rake'
4 changes: 3 additions & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
omelettes (0.2.0) omelettes (0.5.0)
activerecord (~> 3.0) activerecord (~> 3.0)
faker (~> 0.9.5) faker (~> 0.9.5)
progressbar progressbar
Expand All @@ -28,6 +28,7 @@ GEM
i18n (0.6.0) i18n (0.6.0)
multi_json (1.0.4) multi_json (1.0.4)
progressbar (0.10.0) progressbar (0.10.0)
rake (0.9.2.2)
rspec (2.1.0) rspec (2.1.0)
rspec-core (~> 2.1.0) rspec-core (~> 2.1.0)
rspec-expectations (~> 2.1.0) rspec-expectations (~> 2.1.0)
Expand All @@ -43,4 +44,5 @@ PLATFORMS


DEPENDENCIES DEPENDENCIES
omelettes! omelettes!
rake
rspec (~> 2.1.0) rspec (~> 2.1.0)
1 change: 1 addition & 0 deletions Rakefile
@@ -1,3 +1,4 @@
require 'bundler/gem_tasks'
require 'rubygems' require 'rubygems'
require 'rake' require 'rake'
require 'rspec/core/rake_task' require 'rspec/core/rake_task'
Expand Down

0 comments on commit d3bead5

Please sign in to comment.