Skip to content

Commit

Permalink
removing Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
achamian committed Aug 27, 2010
1 parent b582e33 commit 0ad0e75
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 73 deletions.
47 changes: 0 additions & 47 deletions Gemfile.lock

This file was deleted.

52 changes: 26 additions & 26 deletions Rakefile
Expand Up @@ -18,29 +18,29 @@ namespace :rspec do
end
end

# begin
# require 'jeweler'
# Jeweler::Tasks.new do |gemspec|
# gemspec.name = "pox_paginate"
# gemspec.summary = "Transparent support for pagination using WillPaginate with POX (Plain Old Xml) and ActiveResource"
# gemspec.description = "Transparent support for pagination using WillPaginate with POX (Plain Old Xml) and ActiveResource. This gem is based on C42 Engineering's experience building largish distributed systems consisting of multiple Rails apps integrated over POX (Plain Old XML)."
# gemspec.authors = ["Sidu Ponnappa", "Niranjan Paranjape"]
# gemspec.email = "opensource@c42.in"
# gemspec.homepage = "http://c42.in/open_source"
# gemspec.has_rdoc = false
# gemspec.require_path = "lib"
# gemspec.files.exclude *['.gitignore']
#
# gemspec.test_files.exclude *['.gitignore']
# gemspec.add_dependency('activesupport', '~> 3.0.0.rc2')
# gemspec.add_dependency('activeresource', '~> 3.0.0.rc2')
# gemspec.add_dependency('will_paginate', '~> 3.0.pre2')
# gemspec.add_development_dependency('rspec', '~> 2.0.0.beta.20')
# gemspec.add_development_dependency('activerecord', '~> 3.0.0.rc2')
# end
#
# Jeweler::GemcutterTasks.new
# rescue LoadError
# puts "Jeweler not available. Install it with: gem install technicalpickles-jeweler -s http://gems.github.com"
# puts "If you're using JRuby and are having trouble installing jeweler, try installing the git (gem install git) and rubyforge (gem install rubyforge) gems by hand. Also remember to update gems itself (jruby -S gem update --system)."
# end
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "pox_paginate"
gemspec.summary = "Transparent support for pagination using WillPaginate with POX (Plain Old Xml) and ActiveResource"
gemspec.description = "Transparent support for pagination using WillPaginate with POX (Plain Old Xml) and ActiveResource. This gem is based on C42 Engineering's experience building largish distributed systems consisting of multiple Rails apps integrated over POX (Plain Old XML)."
gemspec.authors = ["Sidu Ponnappa", "Niranjan Paranjape"]
gemspec.email = "opensource@c42.in"
gemspec.homepage = "http://c42.in/open_source"
gemspec.has_rdoc = false
gemspec.require_path = "lib"
gemspec.files.exclude *['.gitignore']

gemspec.test_files.exclude *['.gitignore']
gemspec.add_dependency('activesupport', '~> 3.0.0.rc2')
gemspec.add_dependency('activeresource', '~> 3.0.0.rc2')
gemspec.add_dependency('will_paginate', '~> 3.0.pre2')
gemspec.add_development_dependency('rspec', '~> 2.0.0.beta.20')
gemspec.add_development_dependency('activerecord', '~> 3.0.0.rc2')
end

Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: gem install technicalpickles-jeweler -s http://gems.github.com"
puts "If you're using JRuby and are having trouble installing jeweler, try installing the git (gem install git) and rubyforge (gem install rubyforge) gems by hand. Also remember to update gems itself (jruby -S gem update --system)."
end

0 comments on commit 0ad0e75

Please sign in to comment.