csql 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5347eae31fb507905456ab9bf4311cc7461ec80
4
- data.tar.gz: a6d935efb9f2697aa80d39d40cebc00ec32d2a5b
3
+ metadata.gz: b2d53ff0fb36b1aa46effcdec2a074a0d1e63e07
4
+ data.tar.gz: da91ccd02c1cae172558c65a1e652daf3b745315
5
5
  SHA512:
6
- metadata.gz: 7e8081dd8b4f8bc610c47cf7ca7196dc0ee3fc7369523871c9f28a24dba30a28cc933585db9bc2e0f47941513e93a717a90cd683f4d42b259f2c7f0de63c3ab6
7
- data.tar.gz: 0b26c43beb03079165316691e5b4add764309e3ec867607aee0d5598a0ca0105117e7fa2b48c1669515d1c2e2430076546fbe82324c5a33e7c223ae5abfa63c9
6
+ metadata.gz: 0dc1352dabe154cb576d28c9b9851f978269b2ffee4cc8da8b5a05a496fbe31b5654570d2ff9cae76b790f341d509195abfc81537afd8ef0947d0552c69ef546
7
+ data.tar.gz: 4c0e8f86048d50e033f463dad83e55c53fc488bfc36c80a34dd77def7d4ceff0b6b77d1850053d10dbe20a3c3337e93ab0ac94520058405bf3d7deb468343b41
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- csql (0.1.0)
4
+ csql (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -42,7 +42,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
42
42
 
43
43
  ## Contributing
44
44
 
45
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/csql. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/getty104/CSQL. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
46
46
 
47
47
  ## License
48
48
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["hayabusatoshihumi@gmail.com"]
11
11
 
12
12
  spec.summary = %q{this is a library of operating csv by SQL queries.}
13
- spec.description = %q{this is a library of operating csv by SQL queries. \n you have to install https://github.com/harelba/q/}
13
+ spec.description = %q{this is a library of operating csv by SQL queries. you have to install https://github.com/harelba/q/}
14
14
  spec.homepage = "https://github.com/getty104/CSQL"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Csql
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csql
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
  - getty104
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: this is a library of operating csv by SQL queries. \n you have to install
69
+ description: this is a library of operating csv by SQL queries. you have to install
70
70
  https://github.com/harelba/q/
71
71
  email:
72
72
  - hayabusatoshihumi@gmail.com