wesi 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/wesi.rb +6 -1
  2. data/lib/wesi/version.rb +1 -1
  3. metadata +1 -1
@@ -1,5 +1,10 @@
1
1
  require "wesi/version"
2
+ require "rdfGraph"
2
3
 
3
4
  module Wesi
4
- # Wesi is a DSL for semantic web applications
5
+
6
+ puts "Hi! from wesi"
7
+ g1 = RDFGraph.new
8
+ g1.to_s
9
+
5
10
  end
@@ -1,3 +1,3 @@
1
1
  module Wesi
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: wesi
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jose Emilio Labra Gayo