motion-gradle 1.0.2 → 1.0.3

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: 3f80da2ae6b3c417a4f2a37acbbe299076adf8c1
4
- data.tar.gz: d177c5045ffec0813624fc401da5600e0c2693e1
3
+ metadata.gz: 86b22089417eee273f9271f6e4c5b418497b331f
4
+ data.tar.gz: 05869cf33b6e7f7cd4e8e9a865ae2966ebcebf17
5
5
  SHA512:
6
- metadata.gz: c9b135a3eb70f4be1afc786f3fc64524f6ae15e9037bdc57d9aca19976b482a51929e1d8ad3ca1e5e415d2814b09482d4f50f7e08d1aee6c8d89a5aa6d543bcf
7
- data.tar.gz: 5f253b9a6b6b305eb727a3a48999eed951339a804e5edfcc1ebf2480f3b095d3cd329337523d5aca84275b1f72bf78c00a46dc29981bfb3a24a5a7c5e3b882c3
6
+ metadata.gz: 22bc8d2f24a53002ad3eb615fcf1b5b484b9470bb0595e84d7aa5002b82d90d92f8019d939cb8edd7c057a4707f80f8351f322b855c20e095dfe99843f785920
7
+ data.tar.gz: ac3e755d850b48828927e551dbeafe35796af21a2655dc2227770f9e98bc4c79d5c136b7965dbca04e718b1b3c2e132ba88a87876ff4cae473ca01655e786600
@@ -2,6 +2,9 @@ apply plugin: 'java'
2
2
  apply plugin: 'eclipse'
3
3
 
4
4
  task generateDependencies(type: Jar) {
5
+ exclude 'META-INF/LICENSE.txt'
6
+ exclude 'META-INF/NOTICE.txt'
7
+
5
8
  baseName = 'dependencies'
6
9
  from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
7
10
  with jar
@@ -78,7 +78,7 @@ module Motion::Project
78
78
  exit 1
79
79
  end
80
80
 
81
- if ENV['GRADLE_DEBUG']
81
+ if ENV['MOTION_GRADLE_DEBUG']
82
82
  "#{@gradle_path} --info"
83
83
  else
84
84
  "#{@gradle_path}"
@@ -1,5 +1,5 @@
1
1
  module Motion::Project
2
2
  class Gradle
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-gradle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joffrey Jaffeux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-10 00:00:00.000000000 Z
11
+ date: 2015-04-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: motion-gradle allows RubyMotion Android projects to have access to the
14
14
  Gradle dependency manager.