AXElements 1.0.0.alpha → 1.0.0.alpha2

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -1,4 +1,4 @@
1
- # AXElements
1
+ # AXElements
2
2
 
3
3
  AXElements is a DSL abstraction built on top of the Mac OS X
4
4
  Accessibility and CGEvent APIs that allows code to be written in a
@@ -124,6 +124,8 @@ as some of the technical the technical underpinnings of AXElements.
124
124
 
125
125
  ## Development
126
126
 
127
+ [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/Marketcircle/AXElements)
128
+
127
129
  AXElements has reached a point where the main focus is stability,
128
130
  features, and documentation. It will be out of this world, so we're
129
131
  code naming the next version "Lunatone".
@@ -4,7 +4,7 @@
4
4
  # The main AXElements namespace.
5
5
  module Accessibility
6
6
  # @return [String]
7
- VERSION = '1.0.0.alpha'
7
+ VERSION = '1.0.0.alpha2'
8
8
 
9
9
  # @return [String]
10
10
  CODE_NAME = 'ルナトーン'
@@ -1,3 +1,5 @@
1
+ framework 'Cocoa'
2
+
1
3
  MOUNTAIN_LION_APPKIT_VERSION = 1187
2
4
  if NSAppKitVersionNumber >= MOUNTAIN_LION_APPKIT_VERSION
3
5
  framework '/System/Library/Frameworks/CoreGraphics.framework'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: AXElements
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.0.0.alpha
5
+ version: 1.0.0.alpha2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Rada