mina-circle 1.2.0 → 1.2.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: 50e60356adc20c3e4b3ad9065ada8a663fcbe006
4
- data.tar.gz: b2ec033ee11e236f4d400e9593f18b9c1fe715f7
3
+ metadata.gz: 503a457c2bdbf41a6f472d8b87eda0dd6aaaafdd
4
+ data.tar.gz: d6732ba8e4d67a0adc40878c20c9b2c6e149cefb
5
5
  SHA512:
6
- metadata.gz: 4323a7ad1e8947c93e06d19506ad9a71de6690f6d29265cf2f373127c99a5beb4ce280ed3c3144d034fbee1c62131d1c698b4515c3201b3bcc5bcf68127edc8d
7
- data.tar.gz: fac5ca660bb3c8fcf7a8c629321164837a507ab6e2bd162b6f48e7eea4641a57e9b59f3bd4f0179953c016455d09e5e4a46e15930267dba1c9599b5a27e8fc49
6
+ metadata.gz: 56e9a58a359bcfbb3523aa521311e01b96a6f0fcfcd180981772915a70457a3cff5f820c38543703586621b1b3002faad7434eb5d0be19e021c935ca615edb5e
7
+ data.tar.gz: 6bba22659ea01643628f3de8bb6a3d88bca948bbacc59bb7b53f2e779615a1d8223da48011a83762d3ab913d0de530f3b3ea9d6933a0695e711fd41cdc936e16
@@ -14,6 +14,7 @@ class CircleCI
14
14
  end
15
15
 
16
16
  def artifacts(build)
17
+ puts "Build: #{build.build_num}"
17
18
  get("#{build.build_num}/artifacts").collect { |artifact_hash| Artifact.new(artifact_hash) }
18
19
  end
19
20
 
@@ -59,4 +60,3 @@ class CircleCI
59
60
  end
60
61
  end
61
62
  end
62
-
@@ -1,3 +1,3 @@
1
1
  module MinaCircle
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.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.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Simpson
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-02-15 00:00:00.000000000 Z
12
+ date: 2016-07-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mina
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  requirements: []
146
146
  rubyforge_project:
147
- rubygems_version: 2.5.0
147
+ rubygems_version: 2.6.4
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Deploy your application from artifacts produced by CircleCI