mcrt 1.10.0 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mcrt.rb +1 -1
  3. data/mcrt.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 784d064c84c0ab1a07e7ee4736f0fc63bc80adb9
4
- data.tar.gz: a0ee52dccdd57e1ba6199b4e770f91a8e9987664
3
+ metadata.gz: aacbbeffea4e95a60206062e751fef40f010552b
4
+ data.tar.gz: 47156b150eb9c7826b4c4f57cbdaa68cd38820cf
5
5
  SHA512:
6
- metadata.gz: bb671f8b614b5f20feefc3da4e69e92c04f5941ee469f9cd3e1f663c447be278e1b507aad497b54aac5662850d9c0e836aaa818a42d03447f3ab33a398b79d50
7
- data.tar.gz: 9f00310b429d73f118e97d5535a4b4ec77f3df07f8e93af801a525b1cc565e20462d4f9229e9686d9cbf9d933f47d4a2e0d3d1e48474c972d660b4c137433c48
6
+ metadata.gz: 011755fa8b3f2521b015454402e467a3a34f7b29ab498671817c24fee82e4e440db461bbffeb59c4daf29b28cd911074402e6bb7c11efebe4820e636ddcbad06
7
+ data.tar.gz: b75ffca4d58322e4d813e37e76261a0f5fa552c9d986fa94f4e302b2d6990d18d18cca0ed99478201bd5f9ef0f48943d93e7376c57190b6eb56b04e97212c780
data/lib/mcrt.rb CHANGED
@@ -78,7 +78,7 @@ class MavenCentralReleaseTool
78
78
  r.password = password
79
79
  r.user_agent = "Buildr-#{Buildr::VERSION}"
80
80
  while r.get_staging_repositories(profile_name, false).size != 0
81
- puts 'Another project currently staging. Waiting for other repository co complete. Please visit the website https://oss.sonatype.org/index.html#stagingRepositories to view the other staging attempts.'
81
+ puts 'Another project currently staging. Waiting for other repository to complete. Please visit the website https://oss.sonatype.org/index.html#stagingRepositories to view the other staging attempts.'
82
82
  sleep 1
83
83
  end
84
84
  puts "Beginning upload to staging repository #{profile_name}"
data/mcrt.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{mcrt}
5
- s.version = '1.10.0'
5
+ s.version = '1.11.0'
6
6
  s.platform = Gem::Platform::RUBY
7
7
 
8
8
  s.authors = ['Peter Donald']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcrt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Donald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-27 00:00:00.000000000 Z
11
+ date: 2018-05-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Maven Central Release Tool.
14
14
  email: peter@realityforge.org