mina-circle 1.0.0 → 1.0.1

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: 81d73b1ff165eaf193ab0d1653b391676d0b2ce3
4
- data.tar.gz: dc915403c48c74f66b2d6e9d5085ef641bdd0301
3
+ metadata.gz: 3a503c94338c13549fbc0d7d9fa70621fd517416
4
+ data.tar.gz: 67c9c823f54717987297e647366f1664944c9b44
5
5
  SHA512:
6
- metadata.gz: 657fbc44cb9a437846873d471c4ec9d8505f9fe207ccc726280a3f9cdb70aaf2a565de637f555b3d7d908e0c49f2af13ecd7a80ef4c9354289394e0d0ee0df67
7
- data.tar.gz: 53f348c98b8b1d926079cf8754d85f3dbad6f9523c2a2676fe186510a947ad922b03774ef79e70173fa17b897e7037889f7272dbbab38bc81fe28685d1429008
6
+ metadata.gz: 5a975e8d404c944625d2912d0e88ee61fd5f901c69cd5cbdf65dae39b5007a96a5d8565fb03be77678ff705d1531d6cafc92739c651a195eea8969d5e1b40c47
7
+ data.tar.gz: cc3c4816ef2891214ec28c06c70e98c555243202394308b59b926cb98f90e9eaf661ff1302a2a40dc3f7b6460ae280b73a8f5fb14ce46ec84fe268a40e5710d4
@@ -13,7 +13,8 @@ module MinaCircle
13
13
  base_path = "#{circle_user}/#{circle_project}/tree/master"
14
14
  url = "#{base_uri}/#{base_path}?circle-token=#{circle_token}&limit=1&filter=completed"
15
15
  build_num = JSON.parse(open(url).read).first['build_num'].to_s
16
- echo "[mina-circle] using build number: #{build_num}"
16
+ puts "[mina-circle] Using build number: #{build_num}"
17
+ puts "[mina-circle] Using username/project: #{circle_user}/#{cirlce_project}"
17
18
  build_num
18
19
  end
19
20
 
@@ -27,7 +27,7 @@ namespace :circleci do
27
27
 
28
28
  desc 'Downloads and explodes the archive file containing the build'
29
29
  task :deploy do
30
- print "[mina-circle] Fetching: #{circle_artifact}"
30
+ puts "[mina-circle] Fetching: #{circle_artifact}"
31
31
  queue "curl -o #{circle_artifact} #{build_url}"
32
32
  queue "#{circle_explode_command} #{circle_artifact}"
33
33
  end
@@ -1,3 +1,3 @@
1
1
  module MinaCircle
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-circle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Simpson