Skip to content

Commit

Permalink
bundle so we can all just get along
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdempsey committed Jan 29, 2009
1 parent 99a7383 commit 746d3ce
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/edit_json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Gem.path.replace([File.expand_path(gems_dir)])
ENV["PATH"] = "#{File.dirname(__FILE__)}:#{ENV["PATH"]}"

gem_file = File.join(gems_dir, "specifications", "json_pure-*.gemspec")
gem_file = File.join(gems_dir, "specifications", "json-*.gemspec")

if local_gem = Dir[gem_file].last
version = File.basename(local_gem)[/-([\.\d]+)\.gemspec$/, 1]
Expand All @@ -27,5 +27,5 @@
ARGV.shift
end

gem 'json_pure', version
gem 'json', version
load 'edit_json.rb'
Binary file added gems/cache/ParseTree-3.0.3.gem
Binary file not shown.
Binary file added gems/cache/ZenTest-3.11.1.gem
Binary file not shown.
Binary file added gems/cache/bcrypt-ruby-2.0.3.gem
Binary file not shown.
Binary file added gems/cache/data_objects-0.9.11.gem
Binary file not shown.
Binary file added gems/cache/dm-aggregates-0.9.10.gem
Binary file not shown.
Binary file added gems/cache/dm-core-0.9.10.gem
Binary file not shown.
Binary file added gems/cache/dm-migrations-0.9.10.gem
Binary file not shown.
Binary file added gems/cache/dm-serializer-0.9.10.gem
Binary file not shown.
Binary file added gems/cache/dm-timestamps-0.9.10.gem
Binary file not shown.
Binary file added gems/cache/dm-types-0.9.10.gem
Binary file not shown.
Binary file added gems/cache/dm-validations-0.9.10.gem
Binary file not shown.
Binary file added gems/cache/do_sqlite3-0.9.11.gem
Binary file not shown.
Binary file added gems/cache/extlib-0.9.10.gem
Binary file not shown.
Binary file added gems/cache/haml-2.0.7.gem
Binary file not shown.
Binary file added gems/cache/json-1.1.3.gem
Binary file not shown.
Binary file modified gems/cache/merb-action-args-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-assets-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-auth-core-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-auth-more-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-auth-slice-password-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-cache-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-core-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-exceptions-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-haml-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-helpers-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-mailer-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-param-protection-1.0.8.1.gem
Binary file not shown.
Binary file modified gems/cache/merb-slices-1.0.8.1.gem
Binary file not shown.
Binary file added gems/cache/merb_datamapper-1.0.8.1.gem
Binary file not shown.
Binary file added gems/cache/rack-0.9.1.gem
Binary file not shown.
Binary file added gems/cache/rspec-1.1.12.gem
Binary file not shown.
Binary file added gems/cache/ruby2ruby-1.2.2.gem
Binary file not shown.
Binary file added gems/cache/sexp_processor-3.0.1.gem
Binary file not shown.

0 comments on commit 746d3ce

Please sign in to comment.