lib/cocoapods_plugin.rb in cocoapods-always-be-bundleing-0.0.2 vs lib/cocoapods_plugin.rb in cocoapods-always-be-bundleing-0.0.3
- old
+ new
@@ -7,12 +7,14 @@
def install!
if validates_for_bundler
install_before_always_be_bundling!
else
puts "\n\n ** Please run `pod install` with bundle exec instead. **\n\n".red
+ end
end
def validates_for_bundler
defined?(Bundler)
end
+
end
end