lib/bundler/endpoint_specification.rb in bundler-1.7.15 vs lib/bundler/endpoint_specification.rb in bundler-1.8.0.pre
- old
+ new
@@ -16,10 +16,10 @@
def fetch_platform
@platform
end
# needed for standalone, load required_paths from local gemspec
- # after the gem in installed
+ # after the gem is installed
def require_paths
if @remote_specification
@remote_specification.require_paths
elsif _local_specification
_local_specification.require_paths