alf-rest 0.16.2 → 0.16.3

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 +4 -0
  2. data/lib/alf/rest/version.rb +1 -1
  3. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ # 0.16.3 - 2014-07-25
2
+
3
+ * No change in this submodule.
4
+
1
5
  # 0.16.2 - 2014-07-25
2
6
 
3
7
  * No change in this submodule.
@@ -4,7 +4,7 @@ module Alf
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 16
7
- TINY = 2
7
+ TINY = 3
8
8
 
9
9
  def self.to_s
10
10
  [ MAJOR, MINOR, TINY ].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alf-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.2
4
+ version: 0.16.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -162,7 +162,7 @@ dependencies:
162
162
  requirements:
163
163
  - - '='
164
164
  - !ruby/object:Gem::Version
165
- version: 0.16.2
165
+ version: 0.16.3
166
166
  type: :runtime
167
167
  prerelease: false
168
168
  version_requirements: !ruby/object:Gem::Requirement
@@ -170,7 +170,7 @@ dependencies:
170
170
  requirements:
171
171
  - - '='
172
172
  - !ruby/object:Gem::Version
173
- version: 0.16.2
173
+ version: 0.16.3
174
174
  description: Provides a RESTful interface for relational databases.
175
175
  email:
176
176
  - blambeau at gmail.com