ugc 0.9.5 → 0.9.6
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 +4 -0
- data/lib/ugc/helpers/curl.rb +1 -1
- data/lib/ugc/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2de6f9a810c981581443996bf47e3ac53cb8036e
|
|
4
|
+
data.tar.gz: 8450dc5bcc2b7961d18e73c9714954453fe7f075
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 765320f2b9967f9bdbb73c2cfc8cca24ec4815e37606c47b8d345601547b572b370629376f223f87c5c23dbb1f4aa7206673883900c27ea2c6c6a6b2701621c2
|
|
7
|
+
data.tar.gz: cc643a643c7caa9e8905a77ff059035ef867e2723cb0d843810a9c2b5791e50c2600fc2a9208e0ef387a9a7c7de4d416a6853ee8ad107a578aab41d86948bada
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -178,6 +178,10 @@ If you specify column names in your query, you will be unable to reference the r
|
|
|
178
178
|
|
|
179
179
|
## Release notes
|
|
180
180
|
|
|
181
|
+
### 0.9.6
|
|
182
|
+
* Bug Fixes
|
|
183
|
+
1. url encode url for curl
|
|
184
|
+
|
|
181
185
|
### 0.9.5
|
|
182
186
|
* Bug Fixes
|
|
183
187
|
1. Allow for complex matrixed queries including spaces
|
data/lib/ugc/helpers/curl.rb
CHANGED
data/lib/ugc/version.rb
CHANGED