ronin-sql 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. data/History.txt +11 -0
  2. data/Manifest.txt +2 -0
  3. data/README.txt +58 -41
  4. data/Rakefile +10 -2
  5. data/bin/ronin-sql +14 -0
  6. data/lib/ronin/code/sql/add_column_clause.rb +0 -2
  7. data/lib/ronin/code/sql/alter_table.rb +0 -2
  8. data/lib/ronin/code/sql/as.rb +0 -2
  9. data/lib/ronin/code/sql/asc.rb +0 -2
  10. data/lib/ronin/code/sql/between.rb +0 -2
  11. data/lib/ronin/code/sql/binary_expr.rb +0 -2
  12. data/lib/ronin/code/sql/clause.rb +0 -2
  13. data/lib/ronin/code/sql/common_dialect.rb +0 -2
  14. data/lib/ronin/code/sql/create.rb +0 -2
  15. data/lib/ronin/code/sql/create_index.rb +0 -2
  16. data/lib/ronin/code/sql/create_table.rb +0 -2
  17. data/lib/ronin/code/sql/create_view.rb +0 -2
  18. data/lib/ronin/code/sql/default_values_clause.rb +0 -2
  19. data/lib/ronin/code/sql/delete.rb +0 -2
  20. data/lib/ronin/code/sql/desc.rb +0 -2
  21. data/lib/ronin/code/sql/dialect.rb +0 -2
  22. data/lib/ronin/code/sql/drop.rb +0 -2
  23. data/lib/ronin/code/sql/drop_index.rb +0 -2
  24. data/lib/ronin/code/sql/drop_table.rb +0 -2
  25. data/lib/ronin/code/sql/drop_view.rb +0 -2
  26. data/lib/ronin/code/sql/emittable.rb +0 -2
  27. data/lib/ronin/code/sql/exceptions/unknown_clause.rb +0 -2
  28. data/lib/ronin/code/sql/exceptions/unknown_dialect.rb +0 -2
  29. data/lib/ronin/code/sql/exceptions/unknown_statement.rb +0 -2
  30. data/lib/ronin/code/sql/exceptions.rb +0 -2
  31. data/lib/ronin/code/sql/expr.rb +0 -2
  32. data/lib/ronin/code/sql/field.rb +0 -2
  33. data/lib/ronin/code/sql/fields_clause.rb +0 -2
  34. data/lib/ronin/code/sql/from_clause.rb +0 -2
  35. data/lib/ronin/code/sql/function.rb +0 -2
  36. data/lib/ronin/code/sql/group_by_clause.rb +0 -2
  37. data/lib/ronin/code/sql/having_clause.rb +0 -2
  38. data/lib/ronin/code/sql/in.rb +0 -2
  39. data/lib/ronin/code/sql/injected_statement.rb +0 -2
  40. data/lib/ronin/code/sql/injection.rb +0 -2
  41. data/lib/ronin/code/sql/insert.rb +0 -2
  42. data/lib/ronin/code/sql/intersect_clause.rb +0 -2
  43. data/lib/ronin/code/sql/join_clause.rb +0 -2
  44. data/lib/ronin/code/sql/like.rb +0 -2
  45. data/lib/ronin/code/sql/limit_clause.rb +0 -2
  46. data/lib/ronin/code/sql/modifier.rb +0 -2
  47. data/lib/ronin/code/sql/offset_clause.rb +0 -2
  48. data/lib/ronin/code/sql/on_clause.rb +0 -2
  49. data/lib/ronin/code/sql/order_by_clause.rb +0 -2
  50. data/lib/ronin/code/sql/program.rb +0 -2
  51. data/lib/ronin/code/sql/rename_to_clause.rb +0 -2
  52. data/lib/ronin/code/sql/replace.rb +0 -2
  53. data/lib/ronin/code/sql/select.rb +0 -2
  54. data/lib/ronin/code/sql/set_clause.rb +0 -2
  55. data/lib/ronin/code/sql/statement.rb +0 -2
  56. data/lib/ronin/code/sql/token.rb +0 -2
  57. data/lib/ronin/code/sql/unary_expr.rb +0 -2
  58. data/lib/ronin/code/sql/union_all_clause.rb +0 -2
  59. data/lib/ronin/code/sql/union_clause.rb +0 -2
  60. data/lib/ronin/code/sql/update.rb +0 -2
  61. data/lib/ronin/code/sql/values_clause.rb +0 -2
  62. data/lib/ronin/code/sql/where_clause.rb +0 -2
  63. data/lib/ronin/code/sql.rb +0 -2
  64. data/lib/ronin/formatting/extensions/sql/string.rb +0 -2
  65. data/lib/ronin/formatting/extensions/sql.rb +0 -2
  66. data/lib/ronin/formatting/sql.rb +0 -2
  67. data/lib/ronin/sql/error/error.rb +0 -2
  68. data/lib/ronin/sql/error/extensions/string.rb +0 -2
  69. data/lib/ronin/sql/error/extensions.rb +0 -2
  70. data/lib/ronin/sql/error/message.rb +0 -2
  71. data/lib/ronin/sql/error/pattern.rb +0 -2
  72. data/lib/ronin/sql/error/patterns.rb +0 -2
  73. data/lib/ronin/sql/error.rb +0 -2
  74. data/lib/ronin/sql/extensions/uri/http.rb +0 -2
  75. data/lib/ronin/sql/extensions/uri.rb +0 -2
  76. data/lib/ronin/sql/extensions.rb +0 -2
  77. data/lib/ronin/sql/injection.rb +0 -2
  78. data/lib/ronin/sql/version.rb +1 -3
  79. data/lib/ronin/sql.rb +0 -2
  80. data/spec/spec_helper.rb +1 -1
  81. data/tasks/spec.rb +1 -0
  82. data/tasks/yard.rb +13 -0
  83. data.tar.gz.sig +0 -0
  84. metadata +34 -12
  85. metadata.gz.sig +0 -0
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/expr'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/statement'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/program'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/statement'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/expr'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/emittable'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/dialect'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/statement'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/statement'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/expr'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/emittable'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/expr'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/statement'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/clause'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/code/sql/code'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  class String
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/formatting/extensions/sql/string'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/formatting/extensions/sql'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/error/pattern'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/error/error'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/error/extensions/string'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  module Ronin
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/error/message'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/error/pattern'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/error/message'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/injection'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/extensions/uri/http'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/extensions/uri'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/error'
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,12 +17,11 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  module Ronin
25
23
  module SQL
26
24
  # Ronin SQL version
27
- VERSION = '0.2.3'
25
+ VERSION = '0.2.4'
28
26
  end
29
27
  end
data/lib/ronin/sql.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  #
2
- #--
3
2
  # Ronin SQL - A Ronin library providing support for SQL related security
4
3
  # tasks.
5
4
  #
@@ -18,7 +17,6 @@
18
17
  # You should have received a copy of the GNU General Public License
19
18
  # along with this program; if not, write to the Free Software
20
19
  # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
- #++
22
20
  #
23
21
 
24
22
  require 'ronin/sql/extensions'
data/spec/spec_helper.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'rubygems'
2
- gem 'rspec', '>=1.1.12'
2
+ gem 'rspec', '>=1.2.8'
3
3
  require 'spec'
4
4
 
5
5
  require 'ronin/sql/version'
data/tasks/spec.rb CHANGED
@@ -6,4 +6,5 @@ Spec::Rake::SpecTask.new(:spec) do |t|
6
6
  t.spec_opts = ['--colour', '--format', 'specdoc']
7
7
  end
8
8
 
9
+ task :test => :spec
9
10
  task :default => :spec
data/tasks/yard.rb ADDED
@@ -0,0 +1,13 @@
1
+ require 'ronin/yard/handlers'
2
+
3
+ YARD::Rake::YardocTask.new do |t|
4
+ t.files = ['lib/**/*.rb']
5
+ t.options = [
6
+ '--protected',
7
+ '--files', 'History.txt',
8
+ '--title', 'Ronin SQL',
9
+ '--quiet'
10
+ ]
11
+ end
12
+
13
+ task :docs => :yardoc
data.tar.gz.sig CHANGED
Binary file