sparkql 0.3.17 → 0.3.18

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.
Files changed (3) hide show
  1. data/CHANGELOG.md +6 -0
  2. data/VERSION +1 -1
  3. metadata +4 -3
data/CHANGELOG.md ADDED
@@ -0,0 +1,6 @@
1
+
2
+ v0.3.18, 2015-04-10 ([changes](https://github.com/sparkapi/sparkql/compare/v0.3.17...v0.3.18))
3
+ -------------------
4
+
5
+ * [BUGFIX] Better support for ISO-8601
6
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.17
1
+ 0.3.18
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sparkql
3
3
  version: !ruby/object:Gem::Version
4
- hash: 49
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 17
10
- version: 0.3.17
9
+ - 18
10
+ version: 0.3.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Wade McEwen
@@ -139,6 +139,7 @@ extra_rdoc_files: []
139
139
 
140
140
  files:
141
141
  - .gitignore
142
+ - CHANGELOG.md
142
143
  - GRAMMAR.md
143
144
  - Gemfile
144
145
  - README.md