flexible_api_server 0.0.3 → 0.0.4

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.
@@ -22,7 +22,6 @@ module FlexibleApiServer
22
22
  set :default_content, :js
23
23
  set :raise_errors, false
24
24
  set :show_exceptions, false
25
-
26
25
  set :views, File.dirname(__FILE__) + '/../views'
27
26
 
28
27
  FILTERED_COLUMNS = [:password, :password_confirmation]
@@ -1,5 +1,5 @@
1
1
  module FlexibleApiServer
2
2
 
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flexible_api_server
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Crepezzi
@@ -174,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
174
  requirements: []
175
175
 
176
176
  rubyforge_project: flexible_api_server
177
- rubygems_version: 1.6.2
177
+ rubygems_version: 1.4.1
178
178
  signing_key:
179
179
  specification_version: 3
180
180
  summary: Server for exposing Flexible APIs created by FlexibleAPI