android_query 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c433ea8a3398bcf34a9e4a0b7f14d8a97b97df8f
4
- data.tar.gz: 64cfbb442ab2cb477b3dd7a18499b987dd8e4de0
3
+ metadata.gz: a8eaba0c930e02757017c647a91bf1c21c50cf65
4
+ data.tar.gz: 840eeeb4db49b19a0c2565e9b74ea1342abcf51b
5
5
  SHA512:
6
- metadata.gz: 6e341ef76ef808a36304f8e20dd49799da1a9581d521b12c712f409d0057066e3c0c07e3a24bf0d557ea6c5b618b16f537eb67891846f30a72bd5a10e47f40a0
7
- data.tar.gz: 0e70ddb4871014474aa8f74ef5cf184e344c0e8a118a427ef1bca7564c9328e9f6db6e8c985b082f3ee43781592a0c81b0d2aa91060338fb27fdf08ba99dd145
6
+ metadata.gz: 6291413ac392623a9b8d3743484d1ec5d730e739b38874ec74b6c9f882732338da939b59b3a569e3afda665ca1a881efb9f8fe02e5d47d2ff587faf691bc90cf
7
+ data.tar.gz: b057a43f47ad82da703b208950d4f66351ce7020c4cc062266321ad2833606322fc0b01e74ea1b097163bae60cf40ecfe3a97adf98a0f97a77d7ba2efa67320c
@@ -1,3 +1,3 @@
1
1
  module AndroidQuery
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/android_query.rb CHANGED
@@ -4,7 +4,7 @@ unless defined?(Motion::Project::Config)
4
4
  raise "This gem works only within a RubyMotion android project."
5
5
  end
6
6
 
7
- lib_dir_path = File.dirname(File.expands_path(__FILE__))
7
+ lib_dir_path = File.dirname(File.expand_path(__FILE__))
8
8
 
9
9
  Motion::Project::App.setup do |app|
10
10
  app.files.unshift(Dir.glob(File.join(lib_dir_path, "android_query/**/*.rb")))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: android_query
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdullah Esmail