hsql 0.2.0 → 0.2.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: 28ac7b37a61c29be9bf0bcda436fd0c493e9700b
4
- data.tar.gz: 64551381b85a0906d715ad66bb877fd2abc9f435
3
+ metadata.gz: 810e7d83e6fe91c3977b1c9e6cbedb33bcc9e4b3
4
+ data.tar.gz: b6a8e21fe109d511e326bd451cdbc6863a664a99
5
5
  SHA512:
6
- metadata.gz: 73bfea62d54d190aa8057789da2099d38929b910b491140e9011d7f059b2495d0f0370d5e2bc78c058f3c1da0a9a65db94b4c180ced8714dda77489111e99e75
7
- data.tar.gz: 1c19e860682b308ebc8e979117aecdc254069e4a07a142f3157c2ed7996b2f2c689bcb1c4602a9522500fdce162a6a55746150d986688e8f56e223091833d530
6
+ metadata.gz: 635ffcf8efbd6827af5aa18b819a99f7e944cab8eaa9677d65c8c35e874ae7304394b164bda7092e16d7bcfda71b08ac5ad2db4eb6680ae28f8cd94e17b39c5a
7
+ data.tar.gz: e64eae6f4c2064db51985b561ff103ed339f79e665f3bb4ef43f3b9163fd009ac72c26eb671f67ac86b95f53fb94d34467efda1c9a6d208c9fd23ae5ff05724a
data/bin/console CHANGED
@@ -7,6 +7,5 @@ require 'hsql'
7
7
  # You can add fixtures and/or initialization code here to make experimenting
8
8
  # with your gem easier. You can also use a different console, if you like.
9
9
 
10
- # (If you use this, don't forget to add pry to your Gemfile!)
11
10
  require 'pry'
12
11
  Pry.start
data/hsql.gemspec CHANGED
@@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
- spec.bindir = 'exe'
19
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
18
+ spec.bindir = 'bin'
19
+ spec.executables = ['hsql']
20
20
  spec.require_paths = ['lib']
21
21
 
22
22
  spec.add_dependency 'mustache', '> 0'
data/lib/hsql/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module HSQL
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hsql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Danger Canty
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-08-17 00:00:00.000000000 Z
12
12
  dependencies:
@@ -98,7 +98,8 @@ description: Write SQL queries in a .sql format and ship them with metadata abou
98
98
  how they should be executed
99
99
  email:
100
100
  - gems@jackcanty.com
101
- executables: []
101
+ executables:
102
+ - hsql
102
103
  extensions: []
103
104
  extra_rdoc_files: []
104
105
  files: