rautomation 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,3 +1,9 @@
1
+ === Version 0.6.1 / 2011-07-05
2
+
3
+ === WinFFI adapter
4
+
5
+ * Fixed it for Ruby 1.9.2.
6
+
1
7
  === Version 0.6.0 / 2011-07-03
2
8
 
3
9
  === WinFFI adapter
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -8,7 +8,7 @@ module RAutomation
8
8
  elements.each do |element|
9
9
  class_name_plural = element.to_s.split("_").map {|e| e.capitalize}.join
10
10
  class_name = class_name_plural.chop
11
- adapter_class = self.to_s.scan(/(.*)::/).to_s
11
+ adapter_class = self.to_s.scan(/(.*)::/).flatten.first
12
12
  clazz = RAutomation.constants.include?(class_name) ? RAutomation : class_eval(adapter_class)
13
13
  clazz.class_eval %Q{
14
14
  class #{class_name_plural}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rautomation
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 0
10
- version: 0.6.0
9
+ - 1
10
+ version: 0.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jarmo Pertman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-03 00:00:00 Z
18
+ date: 2011-07-05 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec