terrazine 0.0.2 → 0.0.3

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.
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['aeonax.liar@gmail.com']
10
10
 
11
11
  spec.summary = %q(Terrazine is a parser of data structures in to SQL)
12
- spec.description = %q(You can take a look at [github]{https://github.com/Aeonax/terrazine}.)
12
+ spec.description = %q(You can take a look at [github](https://github.com/Aeonax/terrazine).)
13
13
  spec.homepage = 'https://github.com/Aeonax/terrazine'
14
14
  spec.license = 'MIT'
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terrazine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aeonax
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-02 00:00:00.000000000 Z
11
+ date: 2018-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
68
  version: 1.2.0
69
- description: You can take a look at [github]{https://github.com/Aeonax/terrazine}.
69
+ description: You can take a look at [github](https://github.com/Aeonax/terrazine).
70
70
  email:
71
71
  - aeonax.liar@gmail.com
72
72
  executables: []
@@ -79,9 +79,15 @@ files:
79
79
  - LICENSE.txt
80
80
  - README.md
81
81
  - Rakefile
82
+ - circle.yml
82
83
  - lib/helper.rb
83
84
  - lib/terrazine.rb
84
85
  - lib/terrazine/builder.rb
86
+ - lib/terrazine/builders/clauses.rb
87
+ - lib/terrazine/builders/expressions.rb
88
+ - lib/terrazine/builders/operators.rb
89
+ - lib/terrazine/builders/params.rb
90
+ - lib/terrazine/builders/predicates.rb
85
91
  - lib/terrazine/config.rb
86
92
  - lib/terrazine/constructor.rb
87
93
  - lib/terrazine/presenter.rb