motion-acknowledgements 0.0.3 → 0.0.4

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: 483a1007385f80e2974b4f95de699f1545ebfe03
4
- data.tar.gz: e168cc424a837d76d9f9e06b632bf751f189d9a9
3
+ metadata.gz: ceb69e15d5e4f4258a736134c06cef2c43ec1c5d
4
+ data.tar.gz: 4d0e64ca1323d9b875c87bd333ec4effddac3c90
5
5
  SHA512:
6
- metadata.gz: 8b1210fd2f5dc2a3d3d1b708e25a8ed6e17a7f73e49247326ebddb7e1e339c8625ce94f9671f4d26e5e9a45077c04688a2aaa6a1acbb35e4be2a1e27627f656b
7
- data.tar.gz: a48dfb6472e2d705103c698078a23ff01df9f4b99ab1890ce9d3042b7cdb12ba99102be7ed8c809e2fe64017ae95319478a50b78a80a0e013c0d2401111eba83
6
+ metadata.gz: 4ee5b9ec7d8df4db2a07de55650c6dae8e710a31555b8459d02b33248e1d8fc2b43809a4654eb471e111c3f04b161695e8c9da7a2a051f85abd19b34d4abaaae
7
+ data.tar.gz: ddef4b14da903df67d542c99a07ed6cca3cc3dc7813e3b594a911ba230c04a5936e3ce5099644cf4248488fbc8f100f9a28c1455b80ca0b0035f59ebeb46c277
data/README.md CHANGED
@@ -28,7 +28,7 @@ Run `rake acknowledgements:generate` and a `resources/Settings.bundle/Root.plist
28
28
 
29
29
  ## Automation
30
30
 
31
- `motion-acknowledgements` extends your app's build process to copy over the `vendor/Pods/Pods-acknowledgements.plist` file to your compiled binary (into the `Settings.bundle` file) at the end of the build process. This acknowledgements file is [automatically generated](https://github.com/CocoaPods/CocoaPods/wiki/Acknowledgements) by the `rake pod:install` command.
31
+ `motion-acknowledgements` extends your app's build process to copy over the `vendor/Pods/Target Support Files/Pods-RubyMotion/Pods-RubyMotion-acknowledgements.plist` file to your compiled binary (into the `Settings.bundle` file) at the end of the build process. This acknowledgements file is [automatically generated](https://github.com/CocoaPods/CocoaPods/wiki/Acknowledgements) by the `rake pod:install` command.
32
32
 
33
33
  ## Screenshots
34
34
 
@@ -20,7 +20,7 @@ class Motion::Project::App
20
20
 
21
21
  destination = File.join(config.app_bundle(platform), 'Settings.bundle/Acknowledgements.plist')
22
22
  pods_path = 'vendor/Pods/Pods-acknowledgements.plist'
23
- pods_alt_path = 'vendor/Pods/Target Support Files/Pods/Pods-acknowledgements.plist'
23
+ pods_alt_path = 'vendor/Pods/Target Support Files/Pods-RubyMotion/Pods-RubyMotion-acknowledgements.plist'
24
24
 
25
25
  if File.exist? pods_path
26
26
  info 'Copy', destination
@@ -1,3 +1,3 @@
1
1
  module MotionAcknowledgements
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-acknowledgements
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Rickert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-21 00:00:00.000000000 Z
11
+ date: 2018-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  version: '0'
62
62
  requirements: []
63
63
  rubyforge_project:
64
- rubygems_version: 2.2.0
64
+ rubygems_version: 2.6.11
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: This RubyMotion specific gem makes it easy to include the CocoaPods acknowledgements