tsql_shparser 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.10
3
+ specification_version: 1
4
+ name: tsql_shparser
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.1
7
+ date: 2005-04-09
8
+ summary: tsql_shparser is a Shallow Parser for t-SQL (which is the procedural language for MS SQL Server 2000).
9
+ require_paths:
10
+ - lib
11
+ email: shanko_date@yahoo.com
12
+ homepage: http://rubyforge.org
13
+ rubyforge_project: tsql_shparser
14
+ description: tsql_shparser is a Shallow Parser for t-SQL (which is the procedural language for MS SQL Server 2000). It is a library to shallow parse t-SQL statements and generate a simple data-structure (array of TSQLStmt objects) for further consumption.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ -
22
+ - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ authors:
28
+ - Shashank Date
29
+ files:
30
+ - lib/tsql_shparser.rb
31
+ - lib/tsql_shparser/tsql_tokenizer.rb
32
+ - lib/tsql_shparser/tsql_stmt.rb
33
+ test_files:
34
+ - test/tst_tokenizer.rb
35
+ rdoc_options: []
36
+ extra_rdoc_files: []
37
+ executables: []
38
+ extensions: []
39
+ requirements: []
40
+ dependencies: []