finitio 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ # 0.4.1 / 2014-03-20
2
+
3
+ * Fixed access to the default system that lead to 'Unknown system
4
+ Finitio/default (Finitio::Error)'
5
+
1
6
  # 0.4.0 / 2014-03-20
2
7
 
3
8
  * Finitio(-rb) is born from the sources of Q(rb) 0.3.0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- finitio (0.4.0)
4
+ finitio (0.4.1)
5
5
  citrus (~> 2.4)
6
6
 
7
7
  GEM
@@ -47,7 +47,7 @@ module Finitio
47
47
  end
48
48
 
49
49
  def system(identifier)
50
- f = File.expand_path("../Finitio/#{identifier}.fio", __FILE__)
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("../Finitio/#{of}", __FILE__)
59
+ dir = File.expand_path("../finitio/#{of}", __FILE__)
60
60
  Dir.glob("#{dir}/*.fio")
61
61
  end
62
62
 
@@ -3,7 +3,7 @@ module Finitio
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 4
6
- TINY = 0
6
+ TINY = 1
7
7
 
8
8
  def self.to_s
9
9
  [ MAJOR, MINOR, TINY ].join('.')
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.0
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: 4198718421205147031
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: 4198718421205147031
239
+ hash: 2377554315646118506
240
240
  requirements: []
241
241
  rubyforge_project:
242
242
  rubygems_version: 1.8.25