rautomation 0.9.3 → 0.9.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5f0b5a12282ceff2cdd88c9851065c7e3785a51
4
- data.tar.gz: f4de36829f09d006d979165664cd9c679cbe8bcc
3
+ metadata.gz: d79ac95d1a3df436de988dabcfefa5d5ce636be9
4
+ data.tar.gz: 3970891f5d885c64a6c215d73b0d62aef450cba2
5
5
  SHA512:
6
- metadata.gz: 6f8b6e450dff617cb3a1b1b372d3319c45a3f86117c701971753959b22ed5cf05a7046fc082355ff51c510f79403d4ec6b805507b22c31266077d1fc7ea7188d
7
- data.tar.gz: 375e1b71b72b399694cdc306a3e0f877c8974f68ab77d7d99c411b4f82589c3ee3b713ef83fdffe5c57d95de69b929072a4d88317fa85dac01b5eabf405deea3
6
+ metadata.gz: 0ed27ba6381b0603cd226f3dcac7a951d6d07f38af49b3592a0bd816d60332e34d47f0316347837d180d44580a077e306e9628caabf3b1345797e11c6358123d
7
+ data.tar.gz: c096bca112bbb8691e9724eed90f25fe445dbb35c0d498de7fad15f1fec48ee9fad03d5540f2d2509afa4c9bb7eba00195e1d323fefaacb5da9cf6647057a2c9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rautomation (0.9.3)
4
+ rautomation (0.9.4)
5
5
  ffi
6
6
 
7
7
  GEM
data/History.rdoc CHANGED
@@ -1,4 +1,8 @@
1
- == 0.9.3
1
+ == 0.9.4 / 2013-07-23
2
+
3
+ * Add license part of gemspec. Closes #70.
4
+
5
+ == 0.9.3 / 2013-07-23
2
6
 
3
7
  === MsUia adapter
4
8
  * Added the ability to limit the scope to children only when looking for a control
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010-2012 Jarmo Pertman
1
+ Copyright (c) 2010-2013 Jarmo Pertman
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.rdoc CHANGED
@@ -114,4 +114,4 @@ In case of any problems, feel free to contact me.
114
114
 
115
115
  == Copyright
116
116
 
117
- Copyright (c) 2010-2012 Jarmo Pertman. See LICENSE for details.
117
+ Copyright (c) 2010-2013 Jarmo Pertman. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.3
1
+ 0.9.4
data/rautomation.gemspec CHANGED
@@ -14,6 +14,7 @@ RAutomation provides:
14
14
  supported platforms or technologies}
15
15
  s.homepage = %q{http://github.com/jarmo/RAutomation}
16
16
  s.summary = %q{Automate windows and their controls through user-friendly API with Ruby}
17
+ s.license = "MIT"
17
18
 
18
19
  ext_binaries = [
19
20
  "ext/IAccessibleDLL/Release/IAccessibleDLL.dll",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rautomation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarmo Pertman
@@ -268,7 +268,8 @@ files:
268
268
  - ext/UiaDll/Release/UiaDll.dll
269
269
  - ext/WindowsForms/Release/WindowsForms.exe
270
270
  homepage: http://github.com/jarmo/RAutomation
271
- licenses: []
271
+ licenses:
272
+ - MIT
272
273
  metadata: {}
273
274
  post_install_message:
274
275
  rdoc_options: []