makr 1.2.0 → 1.3.0

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: 330ce15876b14a9cd3209263e8ee72840b6133e6
4
- data.tar.gz: dcca14003a59a95cc04749c4faf562b70dd65867
3
+ metadata.gz: 793a347a79b3f9207783dfc1b11cf957759e28b7
4
+ data.tar.gz: a676f7f3942f3a0a488abb0d1fd2fc33f058a4f3
5
5
  SHA512:
6
- metadata.gz: c748bbb5e3e6e33918b761842d31728f7b3984dd8061a880d67776c3e46befdf58c3550703f3d12f2be62bd78af4e2702bc1bfe1e89ea11ed7ebaf1105c63f52
7
- data.tar.gz: 492f76dd8db2146da2455f2da437da1607763620691da9f57e5b702d250a4a406f3c066d724e6c380063912810717f1335d1503a40bd342ceb5bd2445f48ebb0
6
+ metadata.gz: 29fc1dc11a086c12a95c542e4567e096b5e96fba19de2863596b9928a222bf70d3b70683d6bd2e000f4dab72fd65c0421baa8c4f877bbf4d54bf9d7e8c33d428
7
+ data.tar.gz: 88d8286d84d3126a34ae3752e3df95548325b61eef1e03004cc595f6ea558f9b630053f90b2523e4fce8acb02dd362a21d7957738e4949cd3fbcd23d5f14daba
@@ -1,4 +1,4 @@
1
- # Generated by Makr 1.0.4
1
+ # Generated by Makr 1.3.0
2
2
  # https://github.com/willowtreeapps/Makr
3
3
 
4
4
  # Path for built products
@@ -84,17 +84,6 @@ distribute-<%= ipa["name"] %>-<%= distribution["name"] %>:
84
84
  -F build_server_url='<%= distribution["build_server_url"] %>' \
85
85
  -F repository_url='<%= distribution["repository_url"] %>' \
86
86
 
87
- <% elsif distribution["type"] == "testflight" -%>
88
- # Upload <%=ipa["name"]%>.ipa to <%=distribution["type"]%>
89
- distribute-<%= ipa["name"] %>-<%= distribution["name"] %>:
90
- curl http://testflightapp.com/api/builds.json \
91
- -F file=@'$(IPAS_PATH)/<%= ipa["name"] %>.ipa' \
92
- -F api_token='<%= distribution["api-token"] %>' \
93
- -F notes='<%= distribution["notes"] %>' \
94
- -F team_token='<%= distribution["team-token"] %>' \
95
- -F notify=<%= distribution["notify"].to_s.capitalize %> \
96
- -F distribution_lists='<%= distribution["distribution-list"] %>'
97
-
98
87
  <% end -%>
99
88
  <% end -%>
100
89
  <% end -%>
@@ -20,14 +20,6 @@
20
20
  name: "my-name" # Name of ipa. Run with make artifacts/ipas/my-name.ipa
21
21
  profile: "profile-name" # Provisioning profile to use when exporting ipa.
22
22
  distributions: # List of all distributions for the parent ipa
23
- -
24
- type: "testflight" # Distribution type.
25
- name: "" # Distribution name. Run with make distribute my-name
26
- team-token: "" # Testflight team token.
27
- api-token: "" # Testflight API token.
28
- distribution-list: "" # (Optional) Testflight distribution list.
29
- notes: "New build!" # (Optional) Release notes
30
- notify: true # (Optional) Wether or not to notify people in distribution-list
31
23
  -
32
24
  type: "hockeyapp" # Distribution type.
33
25
  api-token: "" # X-HockeyAppToken
@@ -35,7 +27,7 @@
35
27
  notes: "New build!" # (Optional) Release notes as Textile or Markdown
36
28
  notes_type: 0 # (Optional) Type of release notes: 0 for Textile, 1 for Markdown
37
29
  notify: 0 # (Optional) Notify testers: 0 no notify, 1 notify testers that can install app, 2 notify all
38
- status: 1 # (Optional) Download status: 1 don't allow users to download, 2 make available for download
30
+ status: 2 # (Optional) Download status: 1 don't allow users to download, 2 make available for download
39
31
  tags: "" # (Optional) Restrict download to comma-separated list of tags
40
32
  teams: "" # (Optional) Restrict download to comma-separated list of team IDs
41
33
  users: "" # (Optional) Restrict download to comma-separated list of user IDs
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Carter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-10 00:00:00.000000000 Z
11
+ date: 2015-02-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Makr reads the config.yaml file in the current directory to generate
14
14
  a Makefile capable of building, testing, and distributing Xcode projects and workspaces.
@@ -31,12 +31,12 @@ require_paths:
31
31
  - lib
32
32
  required_ruby_version: !ruby/object:Gem::Requirement
33
33
  requirements:
34
- - - '>='
34
+ - - ">="
35
35
  - !ruby/object:Gem::Version
36
36
  version: '0'
37
37
  required_rubygems_version: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  requirements: []