finitio 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/lib/finitio.rb +2 -2
- data/lib/finitio/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/lib/finitio.rb
CHANGED
@@ -47,7 +47,7 @@ module Finitio
|
|
47
47
|
end
|
48
48
|
|
49
49
|
def system(identifier)
|
50
|
-
f = File.expand_path("../
|
50
|
+
f = File.expand_path("../finitio/#{identifier}.fio", __FILE__)
|
51
51
|
if File.exists?(f)
|
52
52
|
parse(File.read(f))
|
53
53
|
else
|
@@ -56,7 +56,7 @@ module Finitio
|
|
56
56
|
end
|
57
57
|
|
58
58
|
def definition_files(of)
|
59
|
-
dir = File.expand_path("../
|
59
|
+
dir = File.expand_path("../finitio/#{of}", __FILE__)
|
60
60
|
Dir.glob("#{dir}/*.fio")
|
61
61
|
end
|
62
62
|
|
data/lib/finitio/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: finitio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -227,7 +227,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
227
227
|
version: '0'
|
228
228
|
segments:
|
229
229
|
- 0
|
230
|
-
hash:
|
230
|
+
hash: 2377554315646118506
|
231
231
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
232
232
|
none: false
|
233
233
|
requirements:
|
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
236
|
version: '0'
|
237
237
|
segments:
|
238
238
|
- 0
|
239
|
-
hash:
|
239
|
+
hash: 2377554315646118506
|
240
240
|
requirements: []
|
241
241
|
rubyforge_project:
|
242
242
|
rubygems_version: 1.8.25
|