pasco 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/pasco.rb +3 -2
  3. data/pasco.gemspec +1 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
data/lib/pasco.rb CHANGED
@@ -12,10 +12,11 @@ def initialize(url="",modified_time="",acess_time="",file_name="",directory="",h
12
12
  end
13
13
 
14
14
  def self.get_history(file_name)
15
- @ie_histories =[]
15
+ @ie_histories =[]
16
+ gem_path = Gem.dir+"/gems/pasco"
16
17
  if !file_name.nil? && File.extname(file_name) == ".dat"
17
18
  if RUBY_PLATFORM=~ /linux/ || RUBY_PLATFORM =~ /darwin/
18
- result =`../bin/pasco "#{file_name}"`
19
+ result =`#{gem_path}/bin/pasco "#{file_name}"`
19
20
  else #FOR Windows Ihave Not tested yet
20
21
  result=`../bin/pasco.exe "#{file_name}"`
21
22
  end
data/pasco.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pasco}
8
- s.version = "1.0.0"
8
+ s.version = "1.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["amardaxini"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pasco
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - amardaxini