epowd 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/epo.gemspec +1 -1
  2. data/lib/epo.rb +1 -1
  3. metadata +1 -1
data/epo.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{epowd}
3
- s.version = "0.0.1"
3
+ s.version = "0.0.2"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Eason Han"]
data/lib/epo.rb CHANGED
@@ -1,4 +1,4 @@
1
- require File.expand_path(File.join('.', 'lib', 'common'))
1
+ require File.expand_path(File.join(File.dirname(__FILE__), 'common'))
2
2
 
3
3
  module EPO
4
4
  module PageObject
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epowd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: