bin/apstrings in apstrings-0.2.5 vs bin/apstrings in apstrings-0.2.6
- old
+ new
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
-require "bundler/setup"
+# require "bundler/setup"
require "apstrings"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
@@ -29,10 +29,9 @@
if !Apstrings::validate(file,files_to_validate["master"])
success = false
end
}
-p success ? "Success, well done!" : "Failed: You'd better know what r u doing..."
if success
p "Success, well done!"
exit(0)
else
p "Failed: You'd better know what r u doing..."
\ No newline at end of file