xfn_stone 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/xfn_stone.rb +1 -4
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -1,6 +1,3 @@
1
- basedir = File.dirname(__FILE__)
2
- $:.unshift basedir
3
-
4
1
  require 'uri'
5
2
  require 'open-uri'
6
3
 
@@ -8,5 +5,5 @@ require 'xfn_stone/document.rb'
8
5
  require 'xfn_stone/person.rb'
9
6
 
10
7
  module XfnStone
11
- VERSION = '0.0.6'
8
+ VERSION = '0.0.8'
12
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xfn_stone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Don Park