easy_data 0.1 → 1.0.0

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.
@@ -26,7 +26,7 @@ class EasyDatasController < ActionController::Base
26
26
 
27
27
  unless @reply.nil?
28
28
  @host="http://"+request.env["HTTP_HOST"]+request.env["SCRIPT_NAME"]
29
- debugger
29
+
30
30
  @rdf_model = rdf.get_model_rdf(@reply,params[:model],@host)
31
31
  end
32
32
 
@@ -1,3 +1,3 @@
1
1
  module EasyData
2
- VERSION = "0.1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_data
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
- - 0
8
7
  - 1
9
- version: "0.1"
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
10
11
  platform: ruby
11
12
  authors:
12
13
  - jnillo