csql 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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/csql.gemspec +1 -1
- data/lib/csql/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2d53ff0fb36b1aa46effcdec2a074a0d1e63e07
|
|
4
|
+
data.tar.gz: da91ccd02c1cae172558c65a1e652daf3b745315
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dc1352dabe154cb576d28c9b9851f978269b2ffee4cc8da8b5a05a496fbe31b5654570d2ff9cae76b790f341d509195abfc81537afd8ef0947d0552c69ef546
|
|
7
|
+
data.tar.gz: 4c0e8f86048d50e033f463dad83e55c53fc488bfc36c80a34dd77def7d4ceff0b6b77d1850053d10dbe20a3c3337e93ab0ac94520058405bf3d7deb468343b41
|
data/Gemfile.lock
CHANGED
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/
|
|
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
|
|
data/csql.gemspec
CHANGED
|
@@ -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.
|
|
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
|
|
data/lib/csql/version.rb
CHANGED
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.
|
|
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.
|
|
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
|