wesi 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/wesi_server +0 -1
  2. data/lib/wesi/version.rb +1 -1
  3. metadata +1 -1
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'sinatra'
4
- require 'didactic_clock/time_keeper'
5
4
 
6
5
  # otherwise sinatra won't always automagically launch its embedded
7
6
  # http server when this script is executed
@@ -1,3 +1,3 @@
1
1
  module Wesi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jose Emilio Labra Gayo