pasco 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/pasco.rb +0 -2
  3. data/pasco.gemspec +1 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
data/lib/pasco.rb CHANGED
@@ -12,8 +12,6 @@ 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 =[]
16
- # gem_path = Gem.dir+"/gems/pasco-#{}"
17
15
  if !file_name.nil? && File.extname(file_name) == ".dat"
18
16
  if RUBY_PLATFORM=~ /linux/ || RUBY_PLATFORM =~ /darwin/
19
17
  result =`pasco "#{file_name}"`
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.2.0"
8
+ s.version = "1.2.1"
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.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - amardaxini