AXTyper 0.7.1 → 0.7.2

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.
@@ -7,6 +7,8 @@ if RUBY_ENGINE == 'macruby'
7
7
  $CFLAGS << ' -fobjc-gc'
8
8
  else
9
9
  $CFLAGS << ' -DNOT_MACRUBY'
10
+ RbConfig::MAKEFILE_CONFIG["CC"] = "clang"
11
+ RbConfig::MAKEFILE_CONFIG["CXX"] = "clang"
10
12
  end
11
13
 
12
14
  create_makefile('accessibility/key_coder')
@@ -1,6 +1,6 @@
1
1
  module Accessibility
2
2
  # @return [String]
3
- VERSION = '0.7.1'
3
+ VERSION = '0.7.2'
4
4
 
5
5
  # @return [String]
6
6
  CODE_NAME = 'Clefairy'
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: AXTyper
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.1
5
+ version: 0.7.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Rada
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-03 00:00:00 Z
12
+ date: 2012-04-04 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest