sql_formatter 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3407f644b957a15838ea5f8353a471189f1405fe
4
- data.tar.gz: 3831c4697d02f500573f4c377d7d3e478477d000
3
+ metadata.gz: a8ce28a161f12069549b2e52189db8d7d33514cc
4
+ data.tar.gz: 89c0909fac2fabefbf700f0c2295432dae633933
5
5
  SHA512:
6
- metadata.gz: 608580c195424f5d16eecf139ccf11b7afa2e3beac6ee5f950adc7a13f204cf9e63262f9a3e3a9fb0e2990222d7b0a30614931dd4b001567943e7b008889daa6
7
- data.tar.gz: a312a0e5b5c9847ca1fabbd6efed511208d48e7a7a4f3ac6ee28e5edeb840d2d5fbff54c8f0fdfeb1ee7ee5a98fa40737493ac556257ef86d1a81a5300583f84
6
+ metadata.gz: 50dbe5432e231fd9449da951416f86b79f95298d16e2a1909536bd58a49b0d283abba0f987529e8cdab2d203c79fbd36f208c13ca10f493c9a5ae6c1a65569ce
7
+ data.tar.gz: '097143011af78c62c48a9ec401116c1d025dbed9d23625b29df0e0feeaee5f0b9fa58a4e32386b10c36326673cad05ef2e7961a557512d036f4791aa52042bc8'
@@ -11,7 +11,8 @@ module SqlFormatter
11
11
  'from',
12
12
  'where',
13
13
  'group by',
14
- 'order by'
14
+ 'order by',
15
+ 'limit'
15
16
  ]
16
17
  BOUNDARY = %w( , ; : ( ) . = < > + - * / ! ~ % | & # )
17
18
 
@@ -1,3 +1,3 @@
1
1
  module SqlFormatter
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{ SQL formatter on Ruby }
13
13
  spec.description = %q{ Write a longer description or delete this line.}
14
- spec.homepage = "https://github.com/mochizukikotaro"
14
+ spec.homepage = "https://github.com/mochizukikotaro/sql_formatter"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sql_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kotaro Mochizuki
@@ -57,7 +57,7 @@ files:
57
57
  - lib/sql_formatter/version.rb
58
58
  - sample_sql.sql
59
59
  - sql_formatter.gemspec
60
- homepage: https://github.com/mochizukikotaro
60
+ homepage: https://github.com/mochizukikotaro/sql_formatter
61
61
  licenses:
62
62
  - MIT
63
63
  metadata: {}